#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") = { { 0x27f03357, "input_register_handler" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0xff06005, "kill_fasync" }, { 0xe2964344, "__wake_up" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0xaec267a8, "input_flush_device" }, { 0xb3c65ab6, "input_close_device" }, { 0xba969081, "cdev_device_del" }, { 0x5cf53ce2, "input_free_minor" }, { 0x8fd32bed, "input_unregister_handle" }, { 0xe16b094c, "put_device" }, { 0xa87d0b3b, "fasync_helper" }, { 0xf0cace98, "input_get_timestamp" }, { 0x65929cae, "ns_to_timespec64" }, { 0x37a0cba, "kfree" }, { 0xf2715d74, "input_unregister_handler" }, { 0x8d522714, "__rcu_read_lock" }, { 0x2469810f, "__rcu_read_unlock" }, { 0xc0ff21c1, "input_get_new_minor" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xcefb0c9f, "__mutex_init" }, { 0xaedc350b, "dev_set_name" }, { 0xe127bd74, "get_device" }, { 0xce10c5d3, "input_class" }, { 0x69811386, "device_initialize" }, { 0x9140e656, "input_register_handle" }, { 0x863e99a6, "cdev_init" }, { 0xb1920612, "cdev_device_add" }, { 0x122c3a7e, "_printk" }, { 0x599fb41c, "kvmalloc_node" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x89940875, "mutex_lock_interruptible" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x6091797f, "synchronize_rcu" }, { 0x7aa1756e, "kvfree" }, { 0xcf44d0ec, "stream_open" }, { 0x20b480c6, "input_open_device" }, { 0xdd8c35f9, "input_release_device" }, { 0xca21ebd3, "bitmap_free" }, { 0x8427cc7b, "_raw_spin_lock_irq" }, { 0x4b750f53, "_raw_spin_unlock_irq" }, { 0xf7455c16, "input_event_to_user" }, { 0xfe487975, "init_wait_entry" }, { 0x1000e51, "schedule" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0x92540fbf, "finish_wait" }, { 0xe233762a, "input_event_from_user" }, { 0xa44198f8, "input_inject_event" }, { 0x12a4e128, "__arch_copy_from_user" }, { 0xdcb764ad, "memset" }, { 0x88db9f48, "__check_object_size" }, { 0x6cbbfc54, "__arch_copy_to_user" }, { 0x20dbf27, "bitmap_alloc" }, { 0x4829a47e, "memcpy" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x33f58c06, "input_set_keycode" }, { 0xcbd4898c, "fortify_panic" }, { 0x98cf60b3, "strlen" }, { 0xcc0e8b53, "input_get_keycode" }, { 0x936804fb, "input_ff_erase" }, { 0x5747f2b, "input_grab_device" }, { 0x2688ec10, "bitmap_zalloc" }, { 0x6fff261f, "__arch_clear_user" }, { 0x59b2adbf, "input_ff_effect_from_user" }, { 0x10b47394, "input_ff_upload" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("input:b*v*p*e*-e*k*r*a*m*l*s*f*w*");