summaryrefslogtreecommitdiff
path: root/src/drivers/ao_ps2.c
Commit message (Collapse)AuthorAge
* altos: Eliminate 'pin' field from GPIO functionsKeith Packard2018-10-13
| | | | | | | This was used with the 8051 bit-addressing mode to provide single-instruction access to GPIO pins. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add PS/2 keyboard driverKeith Packard2017-02-20
Interrupt driven, includes standard US keymap. Signed-off-by: Keith Packard <keithp@keithp.com>