]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
drivers:input: Add timed gpio keys driver
authorAnkita Garg <ankitag@nvidia.com>
Wed, 29 Jul 2015 21:17:09 +0000 (14:17 -0700)
committermobile promotions <svcmobile_promotions@nvidia.com>
Tue, 10 Nov 2015 08:21:32 +0000 (00:21 -0800)
commit120482376ac5ebf1753a251f0c34f56f029d0f16
tree4e2109791eeb18b9022c1323c27e6fb288fecee4
parentca13704d146cab47fb6b0b8f7bb3d74b7bcfca94
drivers:input: Add timed gpio keys driver

Create gpio_timed_keys driver that detects timed key
presses and allows input devices to send different
key codes based on the amount of time the key was
pressed.

Bug 1585349
Bug 1689413

Change-Id: I36c7100433eacae574b54225b1d0f53d7811bd74
Signed-off-by: Ankita Garg <ankitag@nvidia.com>
Reviewed-on: http://git-master/r/821630
Reviewed-by: Vinayak Pane <vpane@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Documentation/devicetree/bindings/input/gpio-timed-keys.txt [new file with mode: 0644]
drivers/input/keyboard/Kconfig
drivers/input/keyboard/Makefile
drivers/input/keyboard/gpio_timed_keys.c [new file with mode: 0644]