- unify keycodes for non-ASCII keys by using curses' codes and labels
authorPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 17 Sep 2008 18:12:46 +0000 (18:12 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 17 Sep 2008 18:12:46 +0000 (18:12 +0000)
commite6408a36c9dfb98b2c15b66052f12f195e763dbf
treece892668f079ee618f099369eabe8c02bb653538
parent57700ff81f1048d6083299f3a0262d62b4612130
- unify keycodes for non-ASCII keys by using curses' codes and labels
- fix ctrl-[a-z]
- get rid of curses' ps/2 driver. uses generic one instead
- #ifdef's around ps/2 keyboard handling and serial handling
- add alt-key handling (necessary for german keymap)
- flush keyboard controller buffer on init

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3580 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/libpayload/curses/keyboard.c
payloads/libpayload/drivers/keyboard.c