#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") = { { 0xa679a722, "input_allocate_device" }, { 0x5f7c1c69, "usb_alloc_urb" }, { 0xff9134f5, "usb_free_urb" }, { 0x81b77da9, "usb_alloc_coherent" }, { 0x656e4a6e, "snprintf" }, { 0xa72248ec, "usb_register_driver" }, { 0x51dc0c69, "input_unregister_device" }, { 0x4829a47e, "memcpy" }, { 0x5da0deef, "usb_stor_resume" }, { 0x37a0cba, "kfree" }, { 0xcbd4898c, "fortify_panic" }, { 0xe49f02ee, "usb_stor_probe1" }, { 0xcf590a54, "input_free_device" }, { 0x2b6167b4, "usb_stor_suspend" }, { 0xec83f63c, "usb_stor_reset_resume" }, { 0xd7b783f5, "usb_stor_pre_reset" }, { 0x23bb6416, "input_register_device" }, { 0xb4056801, "usb_stor_host_template_init" }, { 0xa916b694, "strnlen" }, { 0xbd8a25f5, "usb_submit_urb" }, { 0xd1005013, "_dev_err" }, { 0xf5028c9b, "usb_free_coherent" }, { 0xd5da2182, "usb_stor_probe2" }, { 0xe193b177, "usb_deregister" }, { 0x3a6e46e8, "input_event" }, { 0xb52a6303, "usb_stor_disconnect" }, { 0xdd64e639, "strscpy" }, { 0x75cf38eb, "usb_kill_urb" }, { 0x9b5f5683, "usb_stor_post_reset" }, { 0x29977925, "kmalloc_trace" }, { 0x98cf60b3, "strlen" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "usb-storage"); MODULE_ALIAS("usb:v0D49p7000d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0D49p7010d*dc*dsc*dp*ic*isc*ip*in*");