summaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/keyboard.c
AgeCommit message (Expand)Author
2018-05-15libpayload-x86: Move keyboard.cPatrick Rudolph
2017-04-19libpayload/libc/console: Flush input driver buffer on initFurquan Shaikh
2017-01-24libpayload: drivers/keyboard: report power button eventsShelley Chen
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2014-01-19libpayload: Bring keyboard_wait_write() backPatrick Georgi
2013-12-21Libpayload: Add keyboard-disable function.Martin Roth
2013-09-24libpayload: Remove unnecessary keyboard mode setting codeShawn Nematbakhsh
2013-03-18libpayload: Make keycode constants available outside of curses.h.Gabe Black
2011-11-10libpayload: Fix handling of CAPS LOCK key on PS/2 keyboardsPatrick Georgi
2011-06-30Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-25make keyboard reset driver generic (not pc keyboard driver dependent)Stefan Reinauer
2008-11-24[PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse
2008-10-21This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi
2008-10-20[PATCH] libpayload: Bail if the keyboard controller isn't thereJordan Crouse
2008-10-16- reduced memory requirements a lot (from >100kb/controller toPatrick Georgi
2008-09-26* add keyboard layout support to libpayloadStefan Reinauer
2008-09-18fix regression in libpayload introduced by merge of the keyboard drivers.Stefan Reinauer
2008-09-17- unify keycodes for non-ASCII keys by using curses' codes and labelsPatrick Georgi
2008-09-02The keyboard driver mixed up the key press/release events for theStefan Reinauer
2008-08-12libpayload: fix type in keyboard driver. (trivial)Stefan Reinauer
2008-04-25libpayload: Enable keyboard translation so that we can use scancode set 1Jordan Crouse
2008-04-11Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann
2008-03-20Cosmetics, coding style fixes (trivial).Uwe Hermann
2008-03-19libpayload: The initial chunk of code writen by AMDJordan Crouse