This series implements the driver for the "Asus Wireless Radio Control" device, as named on the vendor website, which handles notifications from the airplane mode hotkey and drives the airplane mode indicator LED. This device appears in the DSDT as "ASHS". I decided to split the series and move the commits that drive the LED to a separate series, so this part can be merged without waiting for feedback on the new airplane mode RFKill LED trigger. Regards, Joao Paulo João Paulo Rechi Vita (2): platform/x86: Add Asus Wireless Radio Control driver asus-wireless: Add ACPI HID ATK4001 MAINTAINERS | 6 +++ drivers/platform/x86/Kconfig | 15 +++++++ drivers/platform/x86/Makefile | 1 + drivers/platform/x86/asus-wireless.c | 84 ++++++++++++++++++++++++++++++++++++ 4 files changed, 106 insertions(+) create mode 100644 drivers/platform/x86/asus-wireless.c -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html