mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
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>
This commit is contained in:
parent
39f615ed88
commit
91f815450f
2 changed files with 47 additions and 256 deletions
|
@ -98,4 +98,9 @@ extern int kbd_init_hw(void);
|
|||
extern void pckbd_leds(unsigned char leds);
|
||||
#endif /* !CONFIG_DM_KEYBOARD */
|
||||
|
||||
#if defined(CONFIG_MPC5xxx) || defined(CONFIG_MPC8540) || \
|
||||
defined(CONFIG_MPC8541) || defined(CONFIG_MPC8555)
|
||||
int ps2ser_check(void);
|
||||
#endif
|
||||
|
||||
#endif /* __KEYBOARD_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue