Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always run pointing device init (#17936) | Drashna Jaelre | 2022-08-07 | 1 | -5/+6 |
| | |||||
* | Implement relative mode for Cirque trackpad (#17760) | Drzony | 2022-07-29 | 1 | -14/+37 |
| | |||||
* | Constrain Cirque Pinnacle coordinates (#17803) | Daniel Kao | 2022-07-26 | 1 | -6/+6 |
| | | | | | | Static x & y should be the same type as touchData.xValue & touchData.yValue: uint16_t. Their delta could be larger than int8_t and should be constrained to mouse_xy_report_t. | ||||
* | Cirque circular scroll: Support POINTING_DEVICE_COMBINED (#17654) | Daniel Kao | 2022-07-25 | 1 | -1/+1 |
| | |||||
* | Move Pointing Device code to a subdirectory (#17684) | Drashna Jaelre | 2022-07-20 | 5 | -0/+1123 |