]> git.baikalelectronics.ru Git - kernel.git/commit
Input: add driver for SOC button array
authorLejun Zhu <lejun.zhu@linux.intel.com>
Mon, 31 Mar 2014 06:12:00 +0000 (23:12 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 31 Mar 2014 06:40:56 +0000 (23:40 -0700)
commit15f68695d6c31af7fad9f4287dfd382e6dba4af7
tree5132231d86a3352214c698689a15be57c5eb6bf8
parent089eb803cff72d7f6b02e8ccd747b34daa3e0efe
Input: add driver for SOC button array

This patch adds support for the GPIO buttons on some Intel Bay Trail
tablets originally running Windows 8. The ACPI description of these
buttons follows "Windows ACPI Design Guide for SoC Platforms".

Signed-off-by: Lejun Zhu <lejun.zhu@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/soc_button_array.c [new file with mode: 0644]