#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" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0xc036475d, "hid_hw_stop" }, { 0x43832cb, "usb_poison_urb" }, { 0xff9134f5, "usb_free_urb" }, { 0xa6257a2f, "complete" }, { 0xf647a7e4, "hid_unregister_driver" }, { 0xdcb764ad, "memset" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x608741b5, "__init_swait_queue_head" }, { 0xbd8a25f5, "usb_submit_urb" }, { 0x51a7aa53, "hid_hw_output_report" }, { 0x4a3ad70e, "wait_for_completion_timeout" }, { 0x4829a47e, "memcpy" }, { 0xd1005013, "_dev_err" }, { 0x75cf38eb, "usb_kill_urb" }, { 0xcbd4898c, "fortify_panic" }, { 0xd3ba0cee, "hid_is_usb" }, { 0x11e6cb56, "devm_kmalloc" }, { 0x20d99e85, "hid_open_report" }, { 0xcefb0c9f, "__mutex_init" }, { 0xb5c4a851, "hid_hw_start" }, { 0x5f7c1c69, "usb_alloc_urb" }, { 0x57643536, "devm_kasprintf" }, { 0xd7e6388a, "devm_led_classdev_register_ext" }, { 0x876e5cd3, "_dev_info" }, { 0xa4c30885, "devm_hwrng_register" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "rng-core"); MODULE_ALIAS("hid:b0003g*v000010C4p00008ACF"); MODULE_ALIAS("hid:b0003g*v000020A0p00004287");