aboutsummaryrefslogtreecommitdiff
path: root/src/ps2port.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-63/+0
2010-09-15Try to hard-reboot processor on rerun of post under coreboot.Kevin O'Connor1-2/+1
2010-05-01When USB keyboard active, don't send keyboard commands to ps2 port.Kevin O'Connor1-2/+2
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-1/+1
2009-12-09Move ps2 specific keyboard and mouse code to ps2port.c.Kevin O'Connor1-0/+1
2009-01-17Cleanup keyboard reset handling.Kevin O'Connor1-0/+1
2008-07-21Support ps2 port RESET commands that respond with 1 or 2 bytes.Kevin O'Connor1-1/+1
2008-07-20Rewrite ps2 port (keyboard/mouse) handling.Kevin O'Connor1-0/+62