summaryrefslogtreecommitdiffstats
path: root/protocol/serial_mouse.h
AgeCommit message (Collapse)AuthorFilesLines
2014-07-27updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and ↵Robin Haberkorn1-1/+1
serial_mouse_mousesystems.c are new
2014-07-27factored out serial_mouse_init() into serial_mouse.hRobin Haberkorn1-1/+8
2014-07-27added serial mouse driver for Microsoft and Mousesystems miceRobin Haberkorn1-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.