#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") = { { 0xf33fc96e, "hid_hw_raw_request" }, { 0x9a53709d, "hid_alloc_report_buf" }, { 0x4829a47e, "memcpy" }, { 0xf9a482f9, "msleep" }, { 0x37a0cba, "kfree" }, { 0xd1005013, "_dev_err" }, { 0xd050e1e6, "__hid_register_driver" }, { 0xce643c98, "hid_parse_report" }, { 0x8d522714, "__rcu_read_lock" }, { 0x2469810f, "__rcu_read_unlock" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xa679a722, "input_allocate_device" }, { 0x2d36e407, "input_set_capability" }, { 0xea299476, "input_set_abs_params" }, { 0x17b46c4c, "input_alloc_absinfo" }, { 0x23bb6416, "input_register_device" }, { 0xcf590a54, "input_free_device" }, { 0xb252c7a9, "power_supply_get_drvdata" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xf647a7e4, "hid_unregister_driver" }, { 0x2d3385d3, "system_wq" }, { 0xc5b6f236, "queue_work_on" }, { 0x6091797f, "synchronize_rcu" }, { 0x98e1a51b, "power_supply_unregister" }, { 0x51dc0c69, "input_unregister_device" }, { 0x876e5cd3, "_dev_info" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x3213f038, "mutex_unlock" }, { 0x97305e2c, "hid_destroy_device" }, { 0x9fa7184a, "cancel_delayed_work_sync" }, { 0x3c12dfe, "cancel_work_sync" }, { 0x5928650f, "hid_hw_close" }, { 0xc036475d, "hid_hw_stop" }, { 0xc2c5802, "work_busy" }, { 0xb2fcb56d, "queue_delayed_work_on" }, { 0x63fa5450, "param_set_bool" }, { 0xa55f9715, "hid_input_report" }, { 0x3a6e46e8, "input_event" }, { 0x249c643b, "power_supply_changed" }, { 0xa916b694, "strnlen" }, { 0xdd64e639, "strscpy" }, { 0x57643536, "devm_kasprintf" }, { 0x7d58cb6f, "power_supply_register" }, { 0xf1f36744, "power_supply_powers" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xcbd4898c, "fortify_panic" }, { 0x20d99e85, "hid_open_report" }, { 0x11e6cb56, "devm_kmalloc" }, { 0xcefb0c9f, "__mutex_init" }, { 0xffeedf6a, "delayed_work_timer_fn" }, { 0xc6f46339, "init_timer_key" }, { 0x4110c97e, "hid_allocate_device" }, { 0xb5c4a851, "hid_hw_start" }, { 0x5fd905c6, "hid_add_device" }, { 0xf8bb7bea, "hid_hw_open" }, { 0x4906d936, "param_get_bool" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("hid:b0003g*v000028DEp00001102"); MODULE_ALIAS("hid:b0003g*v000028DEp00001142"); MODULE_ALIAS("hid:b0003g*v000028DEp00001205");