#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); KSYMTAB_FUNC(hid_register_report, "_gpl", ""); KSYMTAB_FUNC(hid_parse_report, "_gpl", ""); KSYMTAB_FUNC(hid_validate_values, "_gpl", ""); KSYMTAB_FUNC(hid_setup_resolution_multiplier, "_gpl", ""); KSYMTAB_FUNC(hid_open_report, "_gpl", ""); KSYMTAB_FUNC(hid_field_extract, "_gpl", ""); KSYMTAB_FUNC(hid_output_report, "_gpl", ""); KSYMTAB_FUNC(hid_alloc_report_buf, "_gpl", ""); KSYMTAB_FUNC(hid_set_field, "_gpl", ""); KSYMTAB_FUNC(hid_find_field, "_gpl", ""); KSYMTAB_FUNC(__hid_request, "_gpl", ""); KSYMTAB_FUNC(hid_report_raw_event, "_gpl", ""); KSYMTAB_FUNC(hid_input_report, "_gpl", ""); KSYMTAB_FUNC(hid_match_id, "_gpl", ""); KSYMTAB_FUNC(hid_connect, "_gpl", ""); KSYMTAB_FUNC(hid_disconnect, "_gpl", ""); KSYMTAB_FUNC(hid_hw_start, "_gpl", ""); KSYMTAB_FUNC(hid_hw_stop, "_gpl", ""); KSYMTAB_FUNC(hid_hw_open, "_gpl", ""); KSYMTAB_FUNC(hid_hw_close, "_gpl", ""); KSYMTAB_FUNC(hid_hw_request, "_gpl", ""); KSYMTAB_FUNC(hid_hw_raw_request, "_gpl", ""); KSYMTAB_FUNC(hid_hw_output_report, "_gpl", ""); KSYMTAB_FUNC(hid_driver_suspend, "_gpl", ""); KSYMTAB_FUNC(hid_driver_reset_resume, "_gpl", ""); KSYMTAB_FUNC(hid_driver_resume, "_gpl", ""); KSYMTAB_FUNC(hid_match_device, "_gpl", ""); KSYMTAB_FUNC(hid_compare_device_paths, "_gpl", ""); KSYMTAB_DATA(hid_bus_type, "", ""); KSYMTAB_FUNC(hid_add_device, "_gpl", ""); KSYMTAB_FUNC(hid_allocate_device, "_gpl", ""); KSYMTAB_FUNC(hid_destroy_device, "_gpl", ""); KSYMTAB_FUNC(__hid_register_driver, "_gpl", ""); KSYMTAB_FUNC(hid_unregister_driver, "_gpl", ""); KSYMTAB_FUNC(hid_check_keys_pressed, "_gpl", ""); KSYMTAB_FUNC(hidinput_calc_abs_res, "_gpl", ""); KSYMTAB_FUNC(hidinput_report_event, "_gpl", ""); KSYMTAB_FUNC(hidinput_get_led_field, "_gpl", ""); KSYMTAB_FUNC(hidinput_count_leds, "_gpl", ""); KSYMTAB_FUNC(hidinput_connect, "_gpl", ""); KSYMTAB_FUNC(hidinput_disconnect, "_gpl", ""); KSYMTAB_FUNC(hid_ignore, "_gpl", ""); KSYMTAB_FUNC(hid_quirks_init, "_gpl", ""); KSYMTAB_FUNC(hid_quirks_exit, "_gpl", ""); KSYMTAB_FUNC(hid_lookup_quirk, "_gpl", ""); KSYMTAB_FUNC(hid_resolv_usage, "_gpl", ""); KSYMTAB_FUNC(hid_dump_field, "_gpl", ""); KSYMTAB_FUNC(hid_dump_device, "_gpl", ""); KSYMTAB_FUNC(hid_debug_event, "_gpl", ""); KSYMTAB_FUNC(hid_dump_report, "_gpl", ""); KSYMTAB_FUNC(hid_dump_input, "_gpl", ""); KSYMTAB_FUNC(hidraw_report_event, "_gpl", ""); KSYMTAB_FUNC(hidraw_connect, "_gpl", ""); KSYMTAB_FUNC(hidraw_disconnect, "_gpl", ""); MODULE_INFO(depends, "");