This series adds code to drive the airplane mode indicator LED present in some of the Asus laptops that have an airplane mode hotkey. It depends on a new LED trigger created in the RFKill subsystem, which is currently pending review on linux-wireless. It also creates a new DMI quirk on asus-wmi because it also tries to drive the same LED on laptops where the BIOS reports it does not save the WLAN LED state. João Paulo Rechi Vita (2): asus-wireless: Toggle airplane mode LED asus-wmi: Create quirk for airplane_mode LED drivers/platform/x86/Kconfig | 2 + drivers/platform/x86/asus-nb-wmi.c | 31 ++++++++++++ drivers/platform/x86/asus-wireless.c | 92 +++++++++++++++++++++++++++++++++++- drivers/platform/x86/asus-wmi.c | 8 ++-- drivers/platform/x86/asus-wmi.h | 1 + 5 files changed, 130 insertions(+), 4 deletions(-) -- 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