grml...
[seabios.git] / src / ps2port.c
2012-02-02 Kevin O'ConnorCheck for CONFIG_PS2PORT on all entry ps2 function...
2011-07-06 Kevin O'ConnorReplace CONFIG_PS2_KEYBOARD_SPINUP with "etc/ps2-keyboa...
2011-05-28 Kevin O'ConnorAdd option to handle PS2 keyboards that have a slow...
2011-05-07 Kevin O'ConnorMove ps2ctr manipulation from mouse.c to ps2port.c.
2010-09-16 Kevin O'ConnorTry to hard-reboot processor on rerun of post under...
2010-07-29 Kevin O'ConnorAdd FUNC16() helper macro for converting a 16bit func...
2010-05-23 Kevin O'ConnorRename check_time() to check_tsc().
2010-05-01 Kevin O'ConnorWhen USB keyboard active, don't send keyboard commands...
2010-03-14 Kevin O'ConnorProcess event on ps2 keyboard irq even if event already...
2010-03-14 Kevin O'ConnorRevert "Unify ps2 port data processing."
2010-03-14 Kevin O'ConnorHandle variable length return of ps2 port GETID command.
2010-03-14 Kevin O'ConnorPrevent ps2 irqs from messing up ps2 init.
2010-03-13 Kevin O'ConnorRevert "Rework disabling of ps2 port irqs."
2010-02-28 Kevin O'ConnorPrefer passing a USB "pipe" structure over a USB endp...
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2010-02-13 Kevin O'ConnorAdd some ASSERT32FLAT() to help compiler eliminate...
2010-01-29 Kevin O'ConnorRework disabling of ps2 port irqs.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-10 Kevin O'ConnorUnify ps2 port data processing.
2009-12-10 Kevin O'ConnorMove ps2 specific keyboard and mouse code to ps2port.c.
2009-12-03 Kevin O'ConnorFail PS2 port commands when receiving a NAK.
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-10-23 Kevin O'ConnorHandle tsc rollover.
2009-05-07 Kevin O'ConnorDetect ps2 nak response.
2009-02-15 Kevin O'ConnorClock cleanups.
2009-01-18 Kevin O'ConnorCleanup ps2 port reset handling.
2009-01-18 Kevin O'ConnorCleanup keyboard reset handling.
2009-01-18 Kevin O'ConnorFix minor bug in ps2port.c - can't check for -1 with...
2009-01-17 Kevin O'ConnorMisc fixes.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-04 Kevin O'ConnorMake sure ps2 port command reads are from the desired...
2008-11-29 Kevin O'ConnorFix bug on keyboard LED set.
2008-11-28 Kevin O'ConnorImplement tsc based delay timers, and use them througho...
2008-07-22 Kevin O'ConnorSupport ps2 port RESET commands that respond with 1...
2008-07-20 Kevin O'ConnorRewrite ps2 port (keyboard/mouse) handling.