#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" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xab379ff8, "snd_rawmidi_receive" }, { 0xbcab6ee6, "sscanf" }, { 0x98cf60b3, "strlen" }, { 0x3c3ff9fd, "sprintf" }, { 0xf647a7e4, "hid_unregister_driver" }, { 0x876e5cd3, "_dev_info" }, { 0xd3ba0cee, "hid_is_usb" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x20d99e85, "hid_open_report" }, { 0xb5c4a851, "hid_hw_start" }, { 0xda94af81, "snd_card_new" }, { 0x1319fa18, "snd_device_new" }, { 0x9166fada, "strncpy" }, { 0x9ea7a419, "snd_rawmidi_new" }, { 0x96daf16d, "snd_rawmidi_set_ops" }, { 0x6a21baac, "device_create_file" }, { 0xc6f46339, "init_timer_key" }, { 0x999fedf5, "snd_card_register" }, { 0xd1005013, "_dev_err" }, { 0x37a0cba, "kfree" }, { 0x122c3a7e, "_printk" }, { 0x174569fd, "snd_card_free" }, { 0xc036475d, "hid_hw_stop" }, { 0x32a12bd7, "device_remove_file" }, { 0x82ee90dc, "timer_delete_sync" }, { 0x9358ee21, "hid_hw_request" }, { 0x411a6831, "snd_card_disconnect" }, { 0x320c3a3f, "snd_card_free_when_closed" }, { 0x7f02188f, "__msecs_to_jiffies" }, { 0x15ba50a6, "jiffies" }, { 0xc38c83b8, "mod_timer" }, { 0x3a6e46e8, "input_event" }, { 0x19858e93, "param_ops_bool" }, { 0xb5d3239d, "param_ops_charp" }, { 0xe64db987, "param_ops_int" }, { 0xc82050cc, "param_array_ops" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "snd-rawmidi,snd"); MODULE_ALIAS("hid:b0003g*v0000041Ep00002801");