aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorChen Yu <yu.c.chen@intel.com>2015-08-18 11:30:25 -0400
committerDarren Hart <dvhart@linux.intel.com>2015-08-26 03:21:27 -0400
commit2508a45a924dfa4a5f6e60675aa4732d888134a7 (patch)
tree94cf10510ec0c70de7b42fea8d0fd2ab0ecc8f2f /MAINTAINERS
parentfc0bfacd045a17e385b4272dfe2387ba3a6d8745 (diff)
surface pro 3: Add support driver for Surface Pro 3 buttons
Since Surface Pro 3 does not follow the specs of "Windows ACPI Design Guide for SoC Platform", code in drivers/input/misc/soc_array.c can not detect these buttons on it. According to bios implementation, Surface Pro 3 encapsulates these buttons in a device named "VGBI", with _HID "MSHW0028". When any of the buttons is pressed, a specify ACPI notification code for this button will be delivered to "VGBI". For example, if power button is pressed down, ACPI notification code of 0xc6 will be sent by Notify(VGBI, 0xc6). This patch leverages "VGBI" to distinguish different ACPI notification code from Power button, Home button, Volume button, then dispatches these code to input layer. Lid is already covered by acpi button driver, so there's no need to rewrite. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=84651 Tested-by: Ethan Schoonover <es@ethanschoonover.com> Tested-by: Peter Amidon <psa.pub.0@picnicpark.org> Tested-by: Donavan Lance <tusklahoma@gmail.com> Tested-by: Stephen Just <stephenjust@gmail.com> Signed-off-by: Chen Yu <yu.c.chen@intel.com> [dvhart@linux.intel.com: Formatting corrections in MAINTAINERS and Intel (c)] Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index cbeb4c145d8f..884d39816286 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6709,6 +6709,12 @@ T: git git://git.monstr.eu/linux-2.6-microblaze.git
6709S: Supported 6709S: Supported
6710F: arch/microblaze/ 6710F: arch/microblaze/
6711 6711
6712MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6713M: Chen Yu <yu.c.chen@intel.com>
6714L: platform-driver-x86@vger.kernel.org
6715S: Supported
6716F: drivers/platform/x86/surfacepro3_button.c
6717
6712MICROTEK X6 SCANNER 6718MICROTEK X6 SCANNER
6713M: Oliver Neukum <oliver@neukum.org> 6719M: Oliver Neukum <oliver@neukum.org>
6714S: Maintained 6720S: Maintained