commit | a4c8bbbc289e4f853b52ce9fe604079038e644cc | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Mon Jul 20 15:17:09 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 12 20:47:36 2015 -0400 |
tree | 11d3a234d881e6ded9ce054c9671f69b49aca06e | |
parent | 7d5ac91832918a5fda0277aacb8c62421efdeaa2 [diff] |
input: twl4030: Keypad scan and input This allows scanning the twl4030 keypad, storing the result in a 64-byte long matrix with the twl4030_keypad_scan function. Detecting a key at a given column and row is made easier with the twl4030_keypad_key function. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com>