Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hid: add mouse buttons | Brian Cully | 2022-12-06 | 1 | -2/+38 |
| | |||||
* | usb: skip usb interface processing until configured | Brian Cully | 2022-11-30 | 1 | -4/+3 |
| | |||||
* | main: remove out-of-date comment | Brian Cully | 2022-11-30 | 1 | -1/+0 |
| | |||||
* | system timer: move to struct | Brian Cully | 2022-11-30 | 1 | -17/+37 |
| | |||||
* | event_filter: add filters for converting abs mouse to trackball | Brian Cully | 2022-11-27 | 1 | -41/+47 |
| | |||||
* | main: remove out-dated comment | Brian Cully | 2022-11-27 | 1 | -1/+1 |
| | |||||
* | usb: add mousewheel hid implementation | Brian Cully | 2022-11-19 | 1 | -13/+61 |
| | |||||
* | cargo: rejigger crate type | Brian Cully | 2022-11-06 | 1 | -0/+188 |
convert to hybrid crate, with arch-dependent stuff as a ‘bin’ crate, with the underlying support in ‘lib’. the reason for this change is to allow for automated unit-testing on the device-independent bits. to facilitate this, a ‘t’ alias is provided which will run the unit tests. this target assumes you're on a linux system, but you can't have everything. |