Input: gpio-keys - add gpiolib debounce support
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 26 Jun 2010 17:13:10 +0000 (20:13 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 26 Jun 2010 17:22:18 +0000 (20:22 +0300)
gpiolib now has debounce support added in .35, so let's make use of it.
This allows to use hardware GPIO debouncing on some platforms like OMAP.

In case gpiolib debounce setup fails for some GPIO, the driver will fall
back to timer based debouncing, which is what it used before.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>

No differences found