mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02: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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user