[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1416755361-17357-1-git-send-email-pali.rohar@gmail.com>
Date: Sun, 23 Nov 2014 16:09:18 +0100
From: Pali Rohár <pali.rohar@...il.com>
To: Matthew Garrett <mjg59@...f.ucam.org>,
Darren Hart <dvhart@...radead.org>
Cc: platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
Gabriele Mazzotta <gabriele.mzt@...il.com>,
Alex Hung <alex.hung@...onical.com>,
Pali Rohár <pali.rohar@...il.com>
Subject: [PATCH 0/3] Dell Airplane Mode Switch driver
This patch series add new acpi Dell Airplane Mode Switch driver (DELLABCE and
DELRBTN acpi devices). It provides radio HW switch events (together with current
state of radio devices) and export them via rfkill interface. These events are
also used in dell-laptop driver instead i8042 filter hook function (when acpi
device is available).
Pali Rohár (3):
platform: x86: dell-rbtn: Dell Airplane Mode Switch driver
platform: x86: dell-rbtn: Export notifier for other kernel modules
platform: x86: dell-laptop: Use dell-rbtn instead i8042 filter when
possible
drivers/platform/x86/Kconfig | 14 ++
drivers/platform/x86/Makefile | 1 +
drivers/platform/x86/dell-laptop.c | 67 +++++++++-
drivers/platform/x86/dell-rbtn.c | 260 ++++++++++++++++++++++++++++++++++++
drivers/platform/x86/dell-rbtn.h | 35 +++++
5 files changed, 372 insertions(+), 5 deletions(-)
create mode 100644 drivers/platform/x86/dell-rbtn.c
create mode 100644 drivers/platform/x86/dell-rbtn.h
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists