95 lines
2.8 KiB
C
95 lines
2.8 KiB
C
|
#include <linux/module.h>
|
||
|
#define INCLUDE_VERMAGIC
|
||
|
#include <linux/build-salt.h>
|
||
|
#include <linux/elfnote-lto.h>
|
||
|
#include <linux/export-internal.h>
|
||
|
#include <linux/vermagic.h>
|
||
|
#include <linux/compiler.h>
|
||
|
|
||
|
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") = {
|
||
|
{ 0xe4b17096, "handle_simple_irq" },
|
||
|
{ 0xcc97b14d, "dummy_irq_chip" },
|
||
|
{ 0xfae036c9, "irq_set_chip_and_handler_name" },
|
||
|
{ 0x5486a9ac, "hid_unregister_driver" },
|
||
|
{ 0x69acdf38, "memcpy" },
|
||
|
{ 0xe2964344, "__wake_up" },
|
||
|
{ 0x1132da9c, "rmi_set_attn_data" },
|
||
|
{ 0x7ceaf0d5, "generic_handle_irq" },
|
||
|
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
|
||
|
{ 0x1e6ac8, "hid_hw_open" },
|
||
|
{ 0x66b4cc41, "kmemdup" },
|
||
|
{ 0x9545112e, "hid_hw_raw_request" },
|
||
|
{ 0x37a0cba, "kfree" },
|
||
|
{ 0xf4a3754e, "rmi_driver_resume" },
|
||
|
{ 0xe8bfce7e, "hid_hw_close" },
|
||
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
||
|
{ 0x9040242d, "_dev_err" },
|
||
|
{ 0xbbb94685, "hid_hw_output_report" },
|
||
|
{ 0xcf2a6966, "up" },
|
||
|
{ 0x72668047, "rmi_register_transport_device" },
|
||
|
{ 0x6626afca, "down" },
|
||
|
{ 0x4dfa8d4b, "mutex_lock" },
|
||
|
{ 0x3213f038, "mutex_unlock" },
|
||
|
{ 0x1cfba015, "stackleak_track_stack" },
|
||
|
{ 0xe2c17b5d, "__SCT__might_resched" },
|
||
|
{ 0xfe487975, "init_wait_entry" },
|
||
|
{ 0x8c26d495, "prepare_to_wait_event" },
|
||
|
{ 0x92540fbf, "finish_wait" },
|
||
|
{ 0x8ddd8aad, "schedule_timeout" },
|
||
|
{ 0x5bc8ba21, "devm_kmalloc" },
|
||
|
{ 0xedf88bfb, "hid_open_report" },
|
||
|
{ 0xd9a5ea54, "__init_waitqueue_head" },
|
||
|
{ 0xcefb0c9f, "__mutex_init" },
|
||
|
{ 0xa3622862, "__irq_domain_add" },
|
||
|
{ 0xa7e58877, "devm_add_action" },
|
||
|
{ 0xe97894b, "hid_hw_start" },
|
||
|
{ 0xa7fd5661, "irq_create_mapping_affinity" },
|
||
|
{ 0xbdfb6dbb, "__fentry__" },
|
||
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
||
|
{ 0xe852930b, "__hid_register_driver" },
|
||
|
{ 0xddad40cc, "rmi_driver_suspend" },
|
||
|
{ 0xb024ade4, "_dev_warn" },
|
||
|
{ 0xe1e59c2c, "input_event" },
|
||
|
{ 0x2d3385d3, "system_wq" },
|
||
|
{ 0xc5b6f236, "queue_work_on" },
|
||
|
{ 0xc5e4d2cc, "hid_hw_stop" },
|
||
|
{ 0x3c12dfe, "cancel_work_sync" },
|
||
|
{ 0xed28ac03, "rmi_unregister_transport_device" },
|
||
|
{ 0x58191bc, "__irq_resolve_mapping" },
|
||
|
{ 0x2c7db649, "irq_dispose_mapping" },
|
||
|
{ 0x181fdae6, "irq_domain_remove" },
|
||
|
{ 0x7098e516, "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*");
|