diff options
author | Alex Hung <alex.hung@canonical.com> | 2015-12-18 23:31:10 +0800 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2016-01-19 17:35:36 -0800 |
commit | ecc83e52b28c707da3e7fb8aa471417d9c0d1ec7 (patch) | |
tree | 2b7470593bd59a0b9eca86e1ac2f72a7f1842cb3 /MAINTAINERS | |
parent | 800f20170dcf1dd7d89ce45cb9be930b359936d1 (diff) | |
download | linux-ecc83e52b28c707da3e7fb8aa471417d9c0d1ec7.tar.bz2 |
intel-hid: new hid event driver for hotkeys
This driver supports various HID events including hotkeys.
Dell XPS 13 9350 requires it for the wireless hotkey.
Signed-off-by: Alex Hung <alex.hung@canonical.com>
Reviewed-and-tested-by: Andy Lutomirski <luto@kernel.org>
[dvhart: Kconfig help typo fix and INPUT_SPARSEKMAP fix from Sedat Dilek]
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2739161f3dc8..c9841368fbed 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5498,6 +5498,12 @@ T: git git://git.code.sf.net/p/intel-sas/isci S: Supported F: drivers/scsi/isci/ +INTEL HID EVENT DRIVER +M: Alex Hung <alex.hung@canonical.com> +L: platform-driver-x86@vger.kernel.org +S: Maintained +F: drivers/platform/x86/intel-hid.c + INTEL IDLE DRIVER M: Len Brown <lenb@kernel.org> L: linux-pm@vger.kernel.org |