index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
/
keyboard.c
Age
Commit message (
Expand
)
Author
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