101 lines
3.0 KiB
C
101 lines
3.0 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") = {
|
|
{ 0x5486a9ac, "hid_unregister_driver" },
|
|
{ 0x2d3385d3, "system_wq" },
|
|
{ 0xc5b6f236, "queue_work_on" },
|
|
{ 0x6091797f, "synchronize_rcu" },
|
|
{ 0xbbe166c2, "power_supply_unregister" },
|
|
{ 0xfbe795d3, "input_unregister_device" },
|
|
{ 0xa8d1337e, "_dev_info" },
|
|
{ 0x4dfa8d4b, "mutex_lock" },
|
|
{ 0x3213f038, "mutex_unlock" },
|
|
{ 0x12c4962c, "hid_destroy_device" },
|
|
{ 0x9fa7184a, "cancel_delayed_work_sync" },
|
|
{ 0x3c12dfe, "cancel_work_sync" },
|
|
{ 0xe8bfce7e, "hid_hw_close" },
|
|
{ 0xc5e4d2cc, "hid_hw_stop" },
|
|
{ 0x6a8e434, "hid_input_report" },
|
|
{ 0xe1e59c2c, "input_event" },
|
|
{ 0x38c7564, "power_supply_changed" },
|
|
{ 0xb2fcb56d, "queue_delayed_work_on" },
|
|
{ 0xc2c5802, "work_busy" },
|
|
{ 0xa916b694, "strnlen" },
|
|
{ 0xdd64e639, "strscpy" },
|
|
{ 0xb3d8d162, "devm_kasprintf" },
|
|
{ 0xd5f4f75d, "power_supply_register" },
|
|
{ 0xff0bf1ba, "power_supply_powers" },
|
|
{ 0xcbd4898c, "fortify_panic" },
|
|
{ 0xedf88bfb, "hid_open_report" },
|
|
{ 0x5bc8ba21, "devm_kmalloc" },
|
|
{ 0xcefb0c9f, "__mutex_init" },
|
|
{ 0xffeedf6a, "delayed_work_timer_fn" },
|
|
{ 0xc6f46339, "init_timer_key" },
|
|
{ 0xf4b19e00, "hid_allocate_device" },
|
|
{ 0xe97894b, "hid_hw_start" },
|
|
{ 0xb7b67f24, "hid_add_device" },
|
|
{ 0x1e6ac8, "hid_hw_open" },
|
|
{ 0x543cdbdd, "param_set_bool" },
|
|
{ 0x6d798c76, "param_get_bool" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x9545112e, "hid_hw_raw_request" },
|
|
{ 0x392dd735, "hid_alloc_report_buf" },
|
|
{ 0x69acdf38, "memcpy" },
|
|
{ 0xf9a482f9, "msleep" },
|
|
{ 0x37a0cba, "kfree" },
|
|
{ 0x9040242d, "_dev_err" },
|
|
{ 0xa19b956, "__stack_chk_fail" },
|
|
{ 0xe852930b, "__hid_register_driver" },
|
|
{ 0x89cffdfa, "hid_parse_report" },
|
|
{ 0x8d522714, "__rcu_read_lock" },
|
|
{ 0x2469810f, "__rcu_read_unlock" },
|
|
{ 0x2cf56265, "__dynamic_pr_debug" },
|
|
{ 0x772da1ff, "input_allocate_device" },
|
|
{ 0x417dfe04, "input_set_capability" },
|
|
{ 0x9247a313, "input_set_abs_params" },
|
|
{ 0xdf420682, "input_alloc_absinfo" },
|
|
{ 0xb5285526, "input_register_device" },
|
|
{ 0x542c2444, "input_free_device" },
|
|
{ 0x1c0b84a0, "power_supply_get_drvdata" },
|
|
{ 0x34db050b, "_raw_spin_lock_irqsave" },
|
|
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "");
|
|
|
|
MODULE_ALIAS("hid:b0003g*v000028DEp00001102");
|
|
MODULE_ALIAS("hid:b0003g*v000028DEp00001142");
|
|
MODULE_ALIAS("hid:b0003g*v000028DEp00001205");
|