summaryrefslogtreecommitdiff
path: root/kvmd/plugins/hid/ch9329
AgeCommit message (Collapse)Author
2023-10-26option to disable jigglerMaxim Devaev
2023-10-23pikvm/pikvm#57: Mouse jigglerMaxim Devaev
2023-07-31ch9329: reconnect logicMaxim Devaev
2023-07-10ch9329: fixed int to byte conversionMaxim Devaev
2023-07-10ch9329: using bytes instead of list[int]Maxim Devaev
2023-07-10ch9329: fixed mac issue (thanks @jacobb)Maxim Devaev
2023-07-10ch9329: removed unused paramsMaxim Devaev
2023-07-10ch9329: fixed checksumMaxim Devaev
2023-07-10refactoringMaxim Devaev
2023-07-10ch9329: fixed rel mouseMaxim Devaev
2023-07-10ch9329: fixed abs mouseMaxim Devaev
2023-07-10refactoringMaxim Devaev
2023-07-10fixes ch9329 plugin multiple keyboard keys (#123)jacobbar
* Add ch9329 plugin --------- Co-authored-by: Maxim Devaev <[email protected]>
2023-07-10Adds CH9329 Serial to HID Plugin Support (#122)jacobbar
* Add ch9329 plugin * refactoring ch9329 * refactor ch9329 and cleanup * refactoring * fixing lint errors * clarifying list type * fix mouse multiple buttons * remove unused var --------- Co-authored-by: Maxim Devaev <[email protected]>
2023-07-10Add CH9329 Serial to HID support (#121)jacobbar
* Add ch9329 plugin * refactoring ch9329 * refactor ch9329 and cleanup * refactoring * fixing lint errors * clarifying list type