9
0
Fork 0
barebox/drivers/input
Sascha Hauer 9d15b92988 input: gpio-keys: implement debouncing
The gpio-keys driver often generates multiple events on a single buttong
press. Implement debouncing. The default debouncing time is 20ms and can
be configured with the "debounce-interval" device tree property.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-01-08 08:30:55 +01:00
..
Kconfig input: usb-kbd: depend on CONSOLE_FULL 2015-10-14 15:33:07 +02:00
Makefile input: port usb keyboard driver from the u-boot 2015-10-02 07:50:51 +02:00
gpio_keys.c input: gpio-keys: implement debouncing 2016-01-08 08:30:55 +01:00
imx_keypad.c Merge branch 'for-next/resource-err-ptr' 2014-10-02 08:54:42 +02:00
keymap.c input: Add keycode to barebox key translation table 2014-02-17 08:23:41 +01:00
qt1070.c input: Add BB_ prefix to KEY_ defines 2014-02-17 08:23:37 +01:00
twl6030_pwrbtn.c console: drop f_caps and check the function pointer getc/putc instead 2013-09-21 09:59:16 +02:00
usb_kbd.c input: usb_kbd: skip poll on -EAGAIN error 2015-10-14 15:35:30 +02:00