Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1301527
| From | "João Paulo Rechi Vita" <jprvita@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Asus Wireless Radio Control driver |
| Date | 2016-01-05 14:30 +0100 |
| Message-ID | <qNzQu-3l3-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Asus Wireless Radio Control driver "João Paulo Rechi Vita" <jprvita@gmail.com> - 2016-01-05 14:30 +0100
Re: [PATCH 0/2] Asus Wireless Radio Control driver Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-01-05 15:00 +0100
Re: [PATCH 0/2] Asus Wireless Radio Control driver João Paulo Rechi Vita <jprvita@gmail.com> - 2016-01-05 17:20 +0100
Re: [PATCH 0/2] Asus Wireless Radio Control driver Darren Hart <dvhart@infradead.org> - 2016-01-05 18:20 +0100
csiph-web