#include #define INCLUDE_VERMAGIC #include #include #include #include #include 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") = { { 0xac4a1f46, "kmalloc_trace" }, { 0x81e6b37f, "dmi_get_system_info" }, { 0x5a921311, "strncmp" }, { 0xb0a1f6dc, "acpi_bus_get_status" }, { 0x16cdc340, "acpi_get_table" }, { 0x2d39b0a7, "kstrdup" }, { 0x564043a0, "platform_device_alloc" }, { 0x37a96071, "platform_device_add" }, { 0x633f955, "sysfs_create_group" }, { 0x7de7bf50, "__acpi_video_get_backlight_type" }, { 0x772da1ff, "input_allocate_device" }, { 0x6b0bf93, "sparse_keymap_setup" }, { 0xb5285526, "input_register_device" }, { 0x9247a313, "input_set_abs_params" }, { 0x4d52d924, "input_setup_polling" }, { 0xc6ec76fb, "input_set_poll_interval" }, { 0x7e1db612, "input_set_min_poll_interval" }, { 0x20b84038, "input_set_max_poll_interval" }, { 0xeeda1ad3, "rfkill_alloc" }, { 0xff282521, "rfkill_register" }, { 0x597fd9bb, "platform_device_del" }, { 0x8bd4d992, "platform_device_put" }, { 0xe0f99caf, "backlight_device_register" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x3213f038, "mutex_unlock" }, { 0x49cd25ed, "alloc_workqueue" }, { 0x2143ee6a, "led_classdev_register_ext" }, { 0x542c2444, "input_free_device" }, { 0xa7940382, "param_ops_int" }, { 0xe310cc93, "param_ops_charp" }, { 0x1ddc4586, "param_ops_uint" }, { 0xbdfb6dbb, "__fentry__" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x2f5507b8, "__platform_driver_register" }, { 0x13f677d9, "acpi_bus_register_driver" }, { 0xf145ef9b, "acpi_bus_unregister_driver" }, { 0x2d97b4db, "platform_driver_unregister" }, { 0x3c3ff9fd, "sprintf" }, { 0x735e6a81, "acpi_evaluate_integer" }, { 0x122c3a7e, "_printk" }, { 0x656e4a6e, "snprintf" }, { 0xa19b956, "__stack_chk_fail" }, { 0x5322663e, "acpi_get_handle" }, { 0xc5b6f236, "queue_work_on" }, { 0x74754435, "acpi_bus_generate_netlink_event" }, { 0x3bfcce4e, "sparse_keymap_report_event" }, { 0x52bc41f8, "backlight_force_update" }, { 0xdb4ae490, "kobject_uevent" }, { 0xd92deb6b, "acpi_evaluate_object" }, { 0xe1e59c2c, "input_event" }, { 0x9ae2c5f3, "backlight_device_unregister" }, { 0x83eb21c, "rfkill_unregister" }, { 0xdb68bbad, "rfkill_destroy" }, { 0x35c8d077, "led_classdev_unregister" }, { 0x8c03d20c, "destroy_workqueue" }, { 0xfbe795d3, "input_unregister_device" }, { 0xb32cebcd, "sysfs_remove_group" }, { 0xc505f3b6, "platform_device_unregister" }, { 0x37a0cba, "kfree" }, { 0xe2d5255a, "strcmp" }, { 0x8c8569cb, "kstrtoint" }, { 0x8a490c90, "rfkill_set_sw_state" }, { 0x1cfba015, "stackleak_track_stack" }, { 0x5b94ad75, "kmalloc_caches" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "video,sparse-keymap,rfkill"); MODULE_ALIAS("acpi*:ATK0100:*"); MODULE_ALIAS("acpi*:ATK0101:*");