libpayload: Fix handling of CAPS LOCK key on PS/2 keyboards
[coreboot.git] / payloads / libpayload / drivers / keyboard.c
2011-11-10 Patrick Georgilibpayload: Fix handling of CAPS LOCK key on PS/2 keyboards
2011-06-30 Patrick GeorgiReduce warnings/errors in libpayload when using picky...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-25 Stefan Reinauermake keyboard reset driver generic (not pc keyboard...
2008-11-24 Jordan Crouse[PATCH] libpayload: rename config.h to libpayload-config.h
2008-10-21 Patrick GeorgiThis patch removes most of the #ifdefs in libc/console...
2008-10-20 Jordan Crouse[PATCH] libpayload: Bail if the keyboard controller...
2008-10-16 Patrick Georgi- reduced memory requirements a lot (from >100kb/contro...
2008-09-26 Stefan Reinauer* add keyboard layout support to libpayload
2008-09-18 Stefan Reinauerfix regression in libpayload introduced by merge of...
2008-09-17 Patrick Georgi- unify keycodes for non-ASCII keys by using curses...
2008-09-02 Stefan ReinauerThe keyboard driver mixed up the key press/release...
2008-08-12 Stefan Reinauerlibpayload: fix type in keyboard driver. (trivial)
2008-04-25 Jordan Crouselibpayload: Enable keyboard translation so that we...
2008-04-11 Uwe HermannDrop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE...
2008-03-20 Uwe HermannCosmetics, coding style fixes (trivial).
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD