public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Asus Wireless Radio Control driver
@ 2016-01-05 13:25 João Paulo Rechi Vita
  2016-01-05 13:26 ` [PATCH 1/2] platform/x86: Add " João Paulo Rechi Vita
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: João Paulo Rechi Vita @ 2016-01-05 13:25 UTC (permalink / raw)
  To: Darren Hart
  Cc: Corentin Chary, andy.shevchenko, platform-driver-x86,
	acpi4asus-user, linux-kernel, João Paulo Rechi Vita

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-01-05 17:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-05 13:25 [PATCH 0/2] Asus Wireless Radio Control driver João Paulo Rechi Vita
2016-01-05 13:26 ` [PATCH 1/2] platform/x86: Add " João Paulo Rechi Vita
2016-01-05 13:50   ` Andy Shevchenko
2016-01-05 16:16     ` [PATCH] " João Paulo Rechi Vita
2016-01-05 17:26       ` Darren Hart
2016-01-05 13:26 ` [PATCH 2/2] asus-wireless: Add ACPI HID ATK4001 João Paulo Rechi Vita
2016-01-05 17:27   ` Darren Hart
2016-01-05 13:58 ` [PATCH 0/2] Asus Wireless Radio Control driver Andy Shevchenko
2016-01-05 16:18   ` João Paulo Rechi Vita
2016-01-05 17:18   ` Darren Hart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox