#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") = { { 0xdee26a54, "unregister_framebuffer" }, { 0xa679a722, "input_allocate_device" }, { 0x33a98919, "hid_output_report" }, { 0x88db9f48, "__check_object_size" }, { 0x4ae6d303, "backlight_device_unregister" }, { 0xf647a7e4, "hid_unregister_driver" }, { 0xb5c4a851, "hid_hw_start" }, { 0x656e4a6e, "snprintf" }, { 0xa6257a2f, "complete" }, { 0x222e7ce2, "sysfs_streq" }, { 0x608741b5, "__init_swait_queue_head" }, { 0x96848186, "scnprintf" }, { 0xd050e1e6, "__hid_register_driver" }, { 0x51dc0c69, "input_unregister_device" }, { 0x4829a47e, "memcpy" }, { 0x37a0cba, "kfree" }, { 0x35b1afea, "seq_lseek" }, { 0x76a6f87c, "led_classdev_unregister" }, { 0x4f47ade8, "fb_deferred_io_init" }, { 0x1659001c, "fb_deferred_io_cleanup" }, { 0x38d54e79, "framebuffer_alloc" }, { 0xe2964344, "__wake_up" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xc036475d, "hid_hw_stop" }, { 0xcbd4898c, "fortify_panic" }, { 0xf02aa937, "wait_for_completion_interruptible_timeout" }, { 0xcf590a54, "input_free_device" }, { 0xf996b737, "fb_sys_write" }, { 0xb5e73116, "flush_delayed_work" }, { 0x4ce704fd, "sys_imageblit" }, { 0x23bb6416, "input_register_device" }, { 0xb2fcb56d, "queue_delayed_work_on" }, { 0x6cbbfc54, "__arch_copy_to_user" }, { 0x6d6cf579, "sys_fillrect" }, { 0x876e5cd3, "_dev_info" }, { 0x9a53709d, "hid_alloc_report_buf" }, { 0x6a21baac, "device_create_file" }, { 0xd1005013, "_dev_err" }, { 0xfc2f9e8c, "simple_open" }, { 0x7d92444, "hid_set_field" }, { 0x9358ee21, "hid_hw_request" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x2d36e407, "input_set_capability" }, { 0xf8bb7bea, "hid_hw_open" }, { 0x516babb7, "debugfs_remove" }, { 0xbf78ca6e, "register_framebuffer" }, { 0x5928650f, "hid_hw_close" }, { 0x449ad0a7, "memcmp" }, { 0xbcab6ee6, "sscanf" }, { 0x3d22d4c2, "led_classdev_register_ext" }, { 0xcefb0c9f, "__mutex_init" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xbfee3f4d, "fb_deferred_io_mmap" }, { 0xdcb764ad, "memset" }, { 0x7ebc429e, "_dev_warn" }, { 0x3a6e46e8, "input_event" }, { 0x31b8f996, "hid_debug_event" }, { 0x199cc7a6, "seq_read" }, { 0x2c8d5ae6, "sys_copyarea" }, { 0x81e831ee, "debugfs_create_file" }, { 0x999e8297, "vfree" }, { 0x3213f038, "mutex_unlock" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x56470118, "__warn_printk" }, { 0x7d2f15d3, "seq_printf" }, { 0x9605b1c9, "backlight_device_register" }, { 0xe87d61a5, "fb_sys_read" }, { 0x12a4e128, "__arch_copy_from_user" }, { 0x64251e94, "single_release" }, { 0x29977925, "kmalloc_trace" }, { 0xcc860f66, "framebuffer_release" }, { 0x98cf60b3, "strlen" }, { 0x841e78d7, "single_open" }, { 0xd6ee688f, "vmalloc" }, { 0x20d99e85, "hid_open_report" }, { 0x4c1bee50, "generic_file_llseek" }, { 0x7129e5f8, "hex_asc" }, { 0xeb233a45, "__kmalloc" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x32a12bd7, "device_remove_file" }, { 0x2d3385d3, "system_wq" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("hid:b0003g*v000004D8p0000C002"); MODULE_ALIAS("hid:b0003g*v000004D8p0000F002");