index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
/
keyboard.c
Age
Commit message (
Expand
)
Author
2014-08-05
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-01-19
libpayload: Bring keyboard_wait_write() back
Patrick Georgi
2013-12-21
Libpayload: Add keyboard-disable function.
Martin Roth
2013-09-24
libpayload: Remove unnecessary keyboard mode setting code
Shawn Nematbakhsh
2013-03-18
libpayload: Make keycode constants available outside of curses.h.
Gabe Black
2011-11-10
libpayload: Fix handling of CAPS LOCK key on PS/2 keyboards
Patrick Georgi
2011-06-30
Reduce warnings/errors in libpayload when using picky compiler options
Patrick Georgi
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-25
make keyboard reset driver generic (not pc keyboard driver dependent)
Stefan Reinauer
2008-11-24
[PATCH] libpayload: rename config.h to libpayload-config.h
Jordan Crouse
2008-10-21
This patch removes most of the #ifdefs in libc/console.c, and
Patrick Georgi
2008-10-20
[PATCH] libpayload: Bail if the keyboard controller isn't there
Jordan Crouse
2008-10-16
- reduced memory requirements a lot (from >100kb/controller to
Patrick Georgi
2008-09-26
* add keyboard layout support to libpayload
Stefan Reinauer
2008-09-18
fix 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 labels
Patrick Georgi
2008-09-02
The keyboard driver mixed up the key press/release events for the
Stefan Reinauer
2008-08-12
libpayload: fix type in keyboard driver. (trivial)
Stefan Reinauer
2008-04-25
libpayload: Enable keyboard translation so that we can use scancode set 1
Jordan Crouse
2008-04-11
Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).
Uwe Hermann
2008-03-20
Cosmetics, coding style fixes (trivial).
Uwe Hermann
2008-03-19
libpayload: The initial chunk of code writen by AMD
Jordan Crouse