coreboot-kgpe-d16/payloads/libpayload/drivers
Patrick Georgi e6408a36c9 - 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
2008-09-17 18:12:46 +00:00
..
usb Fix the USB code to find the headers after they were moved. 2008-09-11 17:29:00 +00:00
video makes cursorx and cursory signed, as there 2008-09-11 17:44:45 +00:00
keyboard.c - unify keycodes for non-ASCII keys by using curses' codes and labels 2008-09-17 18:12:46 +00:00
Makefile.inc This patch adds USB capabilities to libpayload. It requires some 2008-09-02 16:06:22 +00:00
nvram.c these should be the last occurences of CONFIG_ without config.h in libpayload. 2008-08-11 16:58:23 +00:00
options.c misc fixes: 2008-08-19 17:51:30 +00:00
pci.c Add a full set of pci access functions. 2008-08-07 19:09:17 +00:00
serial.c Make the serial output driver 8 bit clean. Remove translate_special_chars(), 2008-09-04 21:05:59 +00:00
speaker.c Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). 2008-04-15 17:24:08 +00:00