#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" }, { 0xbd8a25f5, "usb_submit_urb" }, { 0x7ebc429e, "_dev_warn" }, { 0x15ba50a6, "jiffies" }, { 0xfeaa7334, "netif_device_detach" }, { 0x6128b5fc, "__printk_ratelimit" }, { 0xe9ff6e6c, "skb_put" }, { 0x7f767a05, "eth_type_trans" }, { 0x87d56b8, "netif_rx" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x9d2ab8ac, "__tasklet_schedule" }, { 0x75cf38eb, "usb_kill_urb" }, { 0xe2b5dd5e, "usb_unlink_urb" }, { 0x37a0cba, "kfree" }, { 0xff9134f5, "usb_free_urb" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x2a79ee1b, "__netdev_alloc_skb" }, { 0xe193b177, "usb_deregister" }, { 0x656e4a6e, "snprintf" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x5f7c1c69, "usb_alloc_urb" }, { 0xd1005013, "_dev_err" }, { 0x1b29df1c, "netif_tx_wake_queue" }, { 0x876e5cd3, "_dev_info" }, { 0xf82d0ab, "dev_kfree_skb_irq_reason" }, { 0xea3c74e, "tasklet_kill" }, { 0xe2970c3, "unregister_netdev" }, { 0xb1899881, "consume_skb" }, { 0xd0ec541e, "free_netdev" }, { 0x26498390, "netif_carrier_off" }, { 0xc5ee10f1, "netif_carrier_on" }, { 0x7437550b, "__dynamic_netdev_dbg" }, { 0xed6a1a28, "netif_device_attach" }, { 0x8427cc7b, "_raw_spin_lock_irq" }, { 0x4b750f53, "_raw_spin_unlock_irq" }, { 0xe8dee288, "usb_control_msg_send" }, { 0x4f3f8113, "usb_control_msg_recv" }, { 0x8f996a30, "ethtool_convert_legacy_u32_to_link_mode" }, { 0x73d05b09, "dev_addr_mod" }, { 0x12b1e968, "alloc_etherdev_mqs" }, { 0xa07d1b3c, "tasklet_setup" }, { 0x41ed3709, "get_random_bytes" }, { 0x151e5043, "netdev_notice" }, { 0x919736e6, "register_netdev" }, { 0xc6cbbc89, "capable" }, { 0xfec2e06e, "eth_validate_addr" }, { 0xb6b664b9, "ethtool_op_get_link" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("usb:v0BDAp8150d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0411p0012d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v3980p0003d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v07B8p401Ad*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v1557p8150d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0586p401Ad*dc*dsc*dp*ic*isc*ip*in*");