From: Michael Gernoth Date: Thu, 19 May 2011 13:14:05 +0000 (+0200) Subject: Set GPIOKPF_DEBOUNCE, just in case X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-fixes/commitdiff_plain/20bf1c9e511d6839d28a6b3a24dfe66a3d700484?hp=20bf1c9e511d6839d28a6b3a24dfe66a3d700484 Set GPIOKPF_DEBOUNCE, just in case This flag is already set by Motorola, as it is included in GPIOKPF_REMOVE_PHANTOM_KEYS. I assume that nobody at Motorola looked at this flag, as they would have seen that it also enable the debouncing code which needs to have a debounce_delay set. When the delay is 0 and the code is active, the bouncing even gets worse, as the keypad is scanned more rapidly ---