Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and ↵ | Robin Haberkorn | 2014-07-27 | 1 | -1/+1 |
| | | | | serial_mouse_mousesystems.c are new | ||||
* | serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX ↵ | Robin Haberkorn | 2014-07-27 | 1 | -2/+7 |
| | | | | macro | ||||
* | factored out serial_mouse_init() into serial_mouse.h | Robin Haberkorn | 2014-07-27 | 1 | -6/+0 |
| | |||||
* | added serial mouse driver for Microsoft and Mousesystems mice | Robin Haberkorn | 2014-07-27 | 1 | -0/+125 |
* 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. |