#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") = { { 0xa72248ec, "usb_register_driver" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xd1005013, "_dev_err" }, { 0xdd2a8fb4, "usb_sg_cancel" }, { 0xc6f46339, "init_timer_key" }, { 0x15ba50a6, "jiffies" }, { 0xeb7a0fb7, "usb_sg_init" }, { 0xc38c83b8, "mod_timer" }, { 0xc027c0a7, "usb_sg_wait" }, { 0x82ee90dc, "timer_delete_sync" }, { 0xeb233a45, "__kmalloc" }, { 0x4be66af9, "usb_control_msg" }, { 0x37a0cba, "kfree" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xbd8a25f5, "usb_submit_urb" }, { 0xa6257a2f, "complete" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0xe2b5dd5e, "usb_unlink_urb" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0xdcb764ad, "memset" }, { 0x5f7c1c69, "usb_alloc_urb" }, { 0x81b77da9, "usb_alloc_coherent" }, { 0xff9134f5, "usb_free_urb" }, { 0xf5028c9b, "usb_free_coherent" }, { 0x608741b5, "__init_swait_queue_head" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x8427cc7b, "_raw_spin_lock_irq" }, { 0x4b750f53, "_raw_spin_unlock_irq" }, { 0x25974000, "wait_for_completion" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0xe193b177, "usb_deregister" }, { 0x876e5cd3, "_dev_info" }, { 0xcefb0c9f, "__mutex_init" }, { 0x77ae495d, "usb_speed_string" }, { 0x7ebc429e, "_dev_warn" }, { 0x6fb8b5e5, "usb_set_interface" }, { 0xf9a482f9, "msleep" }, { 0xddf6ad7a, "completion_done" }, { 0x75cf38eb, "usb_kill_urb" }, { 0x4a3ad70e, "wait_for_completion_timeout" }, { 0x60d4c2ec, "usb_get_status" }, { 0xdd504c09, "usb_clear_halt" }, { 0x2cf0c910, "sg_init_table" }, { 0xd42d6bef, "usb_get_descriptor" }, { 0x89940875, "mutex_lock_interruptible" }, { 0x3213f038, "mutex_unlock" }, { 0x5e515be6, "ktime_get_ts64" }, { 0x365acda7, "set_normalized_timespec64" }, { 0x7848093e, "param_ops_ushort" }, { 0x6df768b3, "param_ops_uint" }, { 0xe64db987, "param_ops_int" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("usb:v0547p2235d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0547p0080d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v04B4p8613d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:vFFF0pFFF0d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0525pA4A0d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0525pA4A4d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0525pA4A3d*dc*dsc*dp*ic*isc*ip*in*");