72 lines
1.9 KiB
C
72 lines
1.9 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") = {
|
||
|
{ 0x3213f038, "mutex_unlock" },
|
||
|
{ 0xc5e4d2cc, "hid_hw_stop" },
|
||
|
{ 0xff0413da, "usb_poison_urb" },
|
||
|
{ 0x3b9f54fd, "usb_free_urb" },
|
||
|
{ 0xa6257a2f, "complete" },
|
||
|
{ 0x5486a9ac, "hid_unregister_driver" },
|
||
|
{ 0x1cfba015, "stackleak_track_stack" },
|
||
|
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
|
||
|
{ 0x608741b5, "__init_swait_queue_head" },
|
||
|
{ 0x212e8677, "usb_submit_urb" },
|
||
|
{ 0xbbb94685, "hid_hw_output_report" },
|
||
|
{ 0x4a3ad70e, "wait_for_completion_timeout" },
|
||
|
{ 0x69acdf38, "memcpy" },
|
||
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
||
|
{ 0x9040242d, "_dev_err" },
|
||
|
{ 0x36586df6, "usb_kill_urb" },
|
||
|
{ 0xa19b956, "__stack_chk_fail" },
|
||
|
{ 0xcbd4898c, "fortify_panic" },
|
||
|
{ 0x2f4b855a, "hid_is_usb" },
|
||
|
{ 0x5bc8ba21, "devm_kmalloc" },
|
||
|
{ 0xedf88bfb, "hid_open_report" },
|
||
|
{ 0xcefb0c9f, "__mutex_init" },
|
||
|
{ 0xe97894b, "hid_hw_start" },
|
||
|
{ 0x26670b25, "usb_alloc_urb" },
|
||
|
{ 0xb3d8d162, "devm_kasprintf" },
|
||
|
{ 0x222f0875, "devm_led_classdev_register_ext" },
|
||
|
{ 0xa8d1337e, "_dev_info" },
|
||
|
{ 0xa5ff5bd7, "devm_hwrng_register" },
|
||
|
{ 0xbdfb6dbb, "__fentry__" },
|
||
|
{ 0xe852930b, "__hid_register_driver" },
|
||
|
{ 0x4dfa8d4b, "mutex_lock" },
|
||
|
{ 0x7098e516, "module_layout" },
|
||
|
};
|
||
|
|
||
|
MODULE_INFO(depends, "");
|
||
|
|
||
|
MODULE_ALIAS("hid:b0003g*v000010C4p00008ACF");
|
||
|
MODULE_ALIAS("hid:b0003g*v000020A0p00004287");
|