aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/ps2port.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "ps2port: adjust init routine to fix PS/2 keyboard issues"Kevin O'Connor2020-05-211-13/+5
* acpi: skip kbd init if not presentGerd Hoffmann2020-05-151-0/+4
* ps2port: adjust init routine to fix PS/2 keyboard issuesMatt DeVillier2020-03-171-5/+13
* ps2port: Disable keyboard/mouse prior to resetting ps2 controllerKevin O'Connor2017-02-111-1/+12
* ps2: Remove stale check for timeout warning on resetKevin O'Connor2016-08-141-3/+1
* ps2: Eliminate "etc/ps2-poll-only"; use CONFIG_HARDWARE_IRQ insteadKevin O'Connor2015-08-241-10/+6
* ps2: Don't wait 100ms to discard possible extra reset receive byteKevin O'Connor2015-07-221-7/+8
* ps2: Support mode for polling the PS2 port instead of using irqsKevin O'Connor2015-07-141-8/+38
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-1/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-3/+4
* Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor2013-09-181-0/+1
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+504