]> git.sur5r.net Git - u-boot/commit
input: Convert 'keyboard' driver to use input library
authorSimon Glass <sjg@chromium.org>
Wed, 11 Nov 2015 17:05:48 +0000 (10:05 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:13:41 +0000 (20:13 -0700)
commit91f815450f2c96dcf0507653767c8ae27f54ea2c
tree0fe97015fb494aee25c8eb6e7df1270d8d7c78f6
parent39f615ed8871e42677fc5283884b0ab36463b551
input: Convert 'keyboard' driver to use input library

This has duplicated scan code tables and logic. We can use the input
library to implement most of the features here.

This needs testing. The only supported board appears to be TQM5200.
Unfortunately no maintainer is listed for this board.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/input/keyboard.c
include/keyboard.h