#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif BUILD_SALT; BUILD_LTO_INFO; MODULE_INFO(vermagic, VERMAGIC_STRING); 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"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xd050e1e6, "__hid_register_driver" }, { 0x3a6e46e8, "input_event" }, { 0x7ebc429e, "_dev_warn" }, { 0xc036475d, "hid_hw_stop" }, { 0x5928650f, "hid_hw_close" }, { 0xf647a7e4, "hid_unregister_driver" }, { 0x122c3a7e, "_printk" }, { 0x63fa5450, "param_set_bool" }, { 0x876e5cd3, "_dev_info" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x3213f038, "mutex_unlock" }, { 0x37a0cba, "kfree" }, { 0x296695f, "refcount_warn_saturate" }, { 0x11e6cb56, "devm_kmalloc" }, { 0x20d99e85, "hid_open_report" }, { 0xb5c4a851, "hid_hw_start" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x3578156b, "hid_compare_device_paths" }, { 0xfc396156, "__devm_add_action" }, { 0xd1005013, "_dev_err" }, { 0xf8bb7bea, "hid_hw_open" }, { 0x4906d936, "param_get_bool" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("hid:b0003g*v0000060Bp0000500A"); MODULE_ALIAS("hid:b0003g*v0000060Bp0000700A");