From 817a5cdb40c8115eafe631b8e1de37cf8fe9fab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Date: Sat, 6 Jun 2015 10:23:28 +0200 Subject: dell-rbtn: Dell Airplane Mode Switch driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is an ACPI driver for Dell laptops which receive HW slider radio switch or hotkey toggle wifi button events. It exports rfkill device dell-rbtn (which provide correct hard rfkill state) or hotkey input device. Alex Hung is author of original hotkey input device code. Signed-off-by: Pali Rohár Tested-by: Gabriele Mazzotta Cc: Alex Hung [fengguang.wu@intel.com: rbtn_ops can be static] Signed-off-by: Fengguang Wu [dvhart@linux.intel.com: Correct multi-line comment formatting] Signed-off-by: Darren Hart --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 2e5bbc0..5808066 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3071,6 +3071,11 @@ L: platform-driver-x86@vger.kernel.org S: Maintained F: drivers/platform/x86/dell-laptop.c +DELL LAPTOP RBTN DRIVER +M: Pali Rohár +S: Maintained +F: drivers/platform/x86/dell-rbtn.* + DELL LAPTOP FREEFALL DRIVER M: Pali Rohár S: Maintained -- cgit v1.1 From 5ee7041e5bc0fe8ba04a554dc2f9a18f709bc005 Mon Sep 17 00:00:00 2001 From: Anisse Astier Date: Sun, 14 Jun 2015 22:32:23 +0200 Subject: MAINTAINERS: Orphan x86 driver msi-wmi I haven't touched the code in a long time, and I don't have access to the hardware anymore to test any changes to this driver. Signed-off-by: Anisse Astier Signed-off-by: Darren Hart --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 5808066..4188e84b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6538,9 +6538,8 @@ S: Maintained F: drivers/platform/x86/msi-laptop.c MSI WMI SUPPORT -M: Anisse Astier L: platform-driver-x86@vger.kernel.org -S: Supported +S: Orphan F: drivers/platform/x86/msi-wmi.c MSI001 MEDIA DRIVER -- cgit v1.1