aboutsummaryrefslogtreecommitdiff
path: root/src/ps2port.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-06Detect ps2 nak response.Kevin O'Connor1-6/+11
2009-02-15Clock cleanups.Kevin O'Connor1-1/+1
2009-01-18Cleanup ps2 port reset handling.Kevin O'Connor1-30/+36
2009-01-17Cleanup keyboard reset handling.Kevin O'Connor1-7/+19
2009-01-17Fix minor bug in ps2port.c - can't check for -1 with unsigned return type.Kevin O'Connor1-1/+1
2009-01-17Misc fixes.Kevin O'Connor1-2/+2
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-2/+2
2009-01-04Make sure ps2 port command reads are from the desired device.Kevin O'Connor1-11/+35
2008-11-29Fix bug on keyboard LED set.Kevin O'Connor1-1/+9
2008-11-28Implement tsc based delay timers, and use them throughout code.Kevin O'Connor1-7/+0
2008-07-21Support ps2 port RESET commands that respond with 1 or 2 bytes.Kevin O'Connor1-3/+7
2008-07-20Rewrite ps2 port (keyboard/mouse) handling.Kevin O'Connor1-0/+240