aboutsummaryrefslogtreecommitdiffstats
path: root/protocol/serial_mouse.h
Commit message (Collapse)AuthorAgeFilesLines
* factored out serial_mouse_init() into serial_mouse.hRobin Haberkorn2014-07-271-1/+8
|
* added serial mouse driver for Microsoft and Mousesystems miceRobin Haberkorn2014-07-271-0/+26
* Both drivers use the interface defined in serial_mouse.h * They should work with any UART implementation (hardware/software UART) * The Microsoft driver is currently untested. The Mousesystems driver is confirmed to work.