aboutsummaryrefslogtreecommitdiff
path: root/src/pc80/keyboard.c
AgeCommit message (Expand)Author
2012-04-27Move top level pc80 directory to drivers/Stefan Reinauer
2011-12-21kbd: wait longer for self-test on keyboard resetMathias Krause
2010-09-09This patch avoids a timeout during PS/2 keyboardScott Duplichan
2010-09-09Add a DRIVERS_PS2_KEYBOARD option which controls the PS2 keyboardKevin O'Connor
2010-03-24Some keyboards need a longer timeout. Also increase error level, because aStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-02-28use names instead of numbers where possible, also print a better message if noStefan Reinauer
2010-02-23Remove nonsensical wrapper for function inStefan Reinauer
2009-10-24Rework the keyboard driverStefan Reinauer
2009-09-29A keyboard controller fix to stop the code from waiting for a code that neverMarc Jones
2009-07-21Rewrite keyboard driver to actually wait time in ms as specified in the specs,Stefan Reinauer
2009-05-23keyboard driver: function definitions should not omit void if they don't takeStefan Reinauer
2009-05-23fix comment in keyboard driver (trivial)Stefan Reinauer
2009-05-01The semantics of the changed code are pretty simple and looking atMyles Watson
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2008-09-26This patch fixes the dbm690t keyboard not working issue. It should alsoMarc Jones
2007-10-17Add a debug message to keyboard init. This helped isolate at least oneCarl-Daniel Hailfinger
2007-05-24Small patch that adds an error message in case the keyboard selftest fails.Philipp Degler
2004-11-18- First stab at getting the ppc ports building and working.Eric Biederman
2004-11-11- Refactor the pc keyboard code so it will timeout if the hardwareEric Biederman
2004-11-11mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...Eric Biederman
2004-10-06epia-m supportRonald G. Minnich
2004-03-11- Moved hlt() to it's own header.Eric Biederman
2003-09-26It builds!Ronald G. Minnich
2003-09-26keyboard supportRonald G. Minnich