#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" }, { 0x4829a47e, "memcpy" }, { 0xd1005013, "_dev_err" }, { 0xe2964344, "__wake_up" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0xb343023e, "sysfs_remove_group" }, { 0x14339a91, "i2c_del_adapter" }, { 0xa8e84d29, "gpiochip_remove" }, { 0x5928650f, "hid_hw_close" }, { 0xc036475d, "hid_hw_stop" }, { 0x9fa7184a, "cancel_delayed_work_sync" }, { 0x66b4cc41, "kmemdup" }, { 0xf33fc96e, "hid_hw_raw_request" }, { 0x37a0cba, "kfree" }, { 0x51a7aa53, "hid_hw_output_report" }, { 0xa9a44552, "gpiochip_get_data" }, { 0xaccc5ecc, "gpiochip_enable_irq" }, { 0x8c1a5c01, "gpiochip_disable_irq" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0xfe487975, "init_wait_entry" }, { 0x8ddd8aad, "schedule_timeout" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0x92540fbf, "finish_wait" }, { 0x7ebc429e, "_dev_warn" }, { 0xf647a7e4, "hid_unregister_driver" }, { 0xeb233a45, "__kmalloc" }, { 0xabf32f29, "utf16s_to_utf8s" }, { 0xb7044e2b, "sysfs_chmod_file" }, { 0xdcb764ad, "memset" }, { 0x97adb487, "utf8s_to_utf16s" }, { 0xbcab6ee6, "sscanf" }, { 0x9bf219e7, "__irq_resolve_mapping" }, { 0xd79fc30e, "irq_get_irq_data" }, { 0x549525ef, "handle_nested_irq" }, { 0x2d3385d3, "system_wq" }, { 0xb2fcb56d, "queue_delayed_work_on" }, { 0xffeedf6a, "delayed_work_timer_fn" }, { 0xc6f46339, "init_timer_key" }, { 0x11e6cb56, "devm_kmalloc" }, { 0xcefb0c9f, "__mutex_init" }, { 0x20d99e85, "hid_open_report" }, { 0xb5c4a851, "hid_hw_start" }, { 0xf8bb7bea, "hid_hw_open" }, { 0x876e5cd3, "_dev_info" }, { 0x656e4a6e, "snprintf" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0xcf2a6966, "up" }, { 0x34e2fec7, "i2c_add_adapter" }, { 0x6626afca, "down" }, { 0xcfc3fc8, "handle_simple_irq" }, { 0x31de64f4, "gpiochip_add_data_with_key" }, { 0x159575be, "sysfs_create_group" }, { 0xe783e261, "sysfs_emit" }, { 0x6b04ddad, "gpiochip_irq_reqres" }, { 0x89b4f249, "gpiochip_irq_relres" }, { 0xe64db987, "param_ops_int" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("hid:b0003g*v000010C4p0000EA90");