#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" }, { 0x42d5791f, "rmi_driver_suspend" }, { 0x7ebc429e, "_dev_warn" }, { 0xf33fc96e, "hid_hw_raw_request" }, { 0x51a7aa53, "hid_hw_output_report" }, { 0xd1005013, "_dev_err" }, { 0x3a6e46e8, "input_event" }, { 0xc036475d, "hid_hw_stop" }, { 0x3c12dfe, "cancel_work_sync" }, { 0xf50cb34, "rmi_unregister_transport_device" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x4829a47e, "memcpy" }, { 0xfe487975, "init_wait_entry" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0x92540fbf, "finish_wait" }, { 0x8ddd8aad, "schedule_timeout" }, { 0x3213f038, "mutex_unlock" }, { 0xcfc3fc8, "handle_simple_irq" }, { 0x98aefdc1, "dummy_irq_chip" }, { 0x9587df77, "irq_set_chip_and_handler_name" }, { 0xf647a7e4, "hid_unregister_driver" }, { 0xa2a9a4a6, "pm_wakeup_dev_event" }, { 0xd4357d97, "rmi_set_attn_data" }, { 0x7ceaf0d5, "generic_handle_irq" }, { 0xe2964344, "__wake_up" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x66b4cc41, "kmemdup" }, { 0x37a0cba, "kfree" }, { 0xf8bb7bea, "hid_hw_open" }, { 0xcf2a6966, "up" }, { 0x50efc595, "rmi_register_transport_device" }, { 0x6626afca, "down" }, { 0x5928650f, "hid_hw_close" }, { 0x45fc9d50, "rmi_driver_resume" }, { 0x9bf219e7, "__irq_resolve_mapping" }, { 0x2c7db649, "irq_dispose_mapping" }, { 0xd1d00864, "irq_domain_remove" }, { 0x2d3385d3, "system_wq" }, { 0xc5b6f236, "queue_work_on" }, { 0x11e6cb56, "devm_kmalloc" }, { 0x20d99e85, "hid_open_report" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0xcefb0c9f, "__mutex_init" }, { 0x6f4f797a, "__irq_domain_add" }, { 0xfc396156, "__devm_add_action" }, { 0x4944d5c5, "irq_create_mapping_affinity" }, { 0xb5c4a851, "hid_hw_start" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "rmi_core"); MODULE_ALIAS("hid:b0003g*v00001532p0000011D"); MODULE_ALIAS("hid:b0003g*v000017EFp00006085"); MODULE_ALIAS("hid:b0003g*v00000461p00004E72"); MODULE_ALIAS("hid:b0003g*v000006CBp000081A7"); MODULE_ALIAS("hid:b*g0100v*p*");