Searched hist:"0 b186c0825f710a937578dc7d2ffbe125ddee7a3" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | input.h | 0b186c0825f710a937578dc7d2ffbe125ddee7a3 Mon Oct 19 03:17:25 UTC 2015 Simon Glass <sjg@chromium.org> input: Allow repeat filtering to be disabled
Generally the input library handles processing of a list of scanned keys. Repeated keys need to be generated based on a timer in this case, since all that is provided is a list of keys current depressed.
Keyboards which do their own scanning will resend codes when they want to inject a repeating key. Provide a function which tells the input library to accept repeating keys and not to try to second-guess the caller.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | input.c | 0b186c0825f710a937578dc7d2ffbe125ddee7a3 Mon Oct 19 03:17:25 UTC 2015 Simon Glass <sjg@chromium.org> input: Allow repeat filtering to be disabled
Generally the input library handles processing of a list of scanned keys. Repeated keys need to be generated based on a timer in this case, since all that is provided is a list of keys current depressed.
Keyboards which do their own scanning will resend codes when they want to inject a repeating key. Provide a function which tells the input library to accept repeating keys and not to try to second-guess the caller.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|