summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-301-2/+2
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-2/+2
* libpayload: Bring keyboard_wait_write() backPatrick Georgi2014-01-191-0/+10
* Libpayload: Add keyboard-disable function.Martin Roth2013-12-211-0/+21
* libpayload: Remove unnecessary keyboard mode setting codeShawn Nematbakhsh2013-09-241-52/+0
* libpayload: Make keycode constants available outside of curses.h.Gabe Black2013-03-181-1/+1
* libpayload: Fix handling of CAPS LOCK key on PS/2 keyboardsPatrick Georgi2011-11-101-2/+4
* Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi2011-06-301-8/+8
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* make keyboard reset driver generic (not pc keyboard driver dependent)Stefan Reinauer2010-03-251-11/+2
* [PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse2008-11-241-1/+1
* This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi2008-10-211-0/+7
* [PATCH] libpayload: Bail if the keyboard controller isn't thereJordan Crouse2008-10-201-2/+7
* - reduced memory requirements a lot (from >100kb/controller toPatrick Georgi2008-10-161-1/+1
* * add keyboard layout support to libpayloadStefan Reinauer2008-09-261-9/+134
* fix regression in libpayload introduced by merge of the keyboard drivers.Stefan Reinauer2008-09-181-8/+8
* - unify keycodes for non-ASCII keys by using curses' codes and labelsPatrick Georgi2008-09-171-9/+56
* The keyboard driver mixed up the key press/release events for theStefan Reinauer2008-09-021-5/+5
* libpayload: fix type in keyboard driver. (trivial)Stefan Reinauer2008-08-121-0/+1
* libpayload: Enable keyboard translation so that we can use scancode set 1Jordan Crouse2008-04-251-0/+56
* Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann2008-04-111-1/+0
* Cosmetics, coding style fixes (trivial).Uwe Hermann2008-03-201-31/+26
* libpayload: The initial chunk of code writen by AMDJordan Crouse2008-03-191-0/+126