aboutsummaryrefslogtreecommitdiff
path: root/src/hw/ps2port.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-21Revert "ps2port: adjust init routine to fix PS/2 keyboard issues"Kevin O'Connor1-13/+5
2020-05-15acpi: skip kbd init if not presentGerd Hoffmann1-0/+4
2020-03-17ps2port: adjust init routine to fix PS/2 keyboard issuesMatt DeVillier1-5/+13
2017-02-11ps2port: Disable keyboard/mouse prior to resetting ps2 controllerKevin O'Connor1-1/+12
2016-08-14ps2: Remove stale check for timeout warning on resetKevin O'Connor1-3/+1
2015-08-24ps2: Eliminate "etc/ps2-poll-only"; use CONFIG_HARDWARE_IRQ insteadKevin O'Connor1-10/+6
2015-07-22ps2: Don't wait 100ms to discard possible extra reset receive byteKevin O'Connor1-7/+8
2015-07-14ps2: Support mode for polling the PS2 port instead of using irqsKevin O'Connor1-8/+38
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-1/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-3/+4
2013-09-18Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor1-0/+1
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-0/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+504