summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-10Bump version: 3.242 → 3.243v3.243Maxim Devaev
2023-08-10fixed inline listMaxim Devaev
2023-08-09Bump version: 3.241 → 3.242v3.242Maxim Devaev
2023-08-09improved outout puf kvmd-otgconf --make-gpio-configMaxim Devaev
2023-08-09web: force_desktop and force_mobile optionsMaxim Devaev
2023-08-08pico hid: ps/2 stubsMaxim Devaev
2023-08-07Bump version: 3.240 → 3.241v3.241Maxim Devaev
2023-08-07using power detect for v1Maxim Devaev
2023-08-07removed generic, bumped kernel versionMaxim Devaev
2023-08-07Bump version: 3.239 → 3.240v3.240Maxim Devaev
2023-08-07muted act ledMaxim Devaev
2023-08-06build pico hid firmware on githubMaxim Devaev
2023-08-06Bump version: 3.238 → 3.239v3.239Maxim Devaev
2023-08-06kvmd-otgconf: multiple opsMaxim Devaev
2023-08-06mcu hid: optional power detecting on the hid deviceMaxim Devaev
2023-08-05pico hid: fixed missing includeMaxim Devaev
2023-08-05pico hid: dip fixMaxim Devaev
2023-08-04pico hid: uart supportMaxim Devaev
2023-08-04pico hid: slow blinkingMaxim Devaev
2023-08-04indent fixMaxim Devaev
2023-08-04pico hid fix for old gccMaxim Devaev
2023-08-04pico hid ciMaxim Devaev
2023-08-04v1Maxim Devaev
2023-08-03rp2040 hidMaxim Devaev
2023-07-31moved arduino hid to hid/arduinoMaxim Devaev
2023-07-31Merge branch 'ch9329'Maxim Devaev
2023-07-31ch9329: reconnect logicMaxim Devaev
2023-07-28removed backward compatibility for old aiohttp AccessLoggerMaxim Devaev
2023-07-25Bump version: 3.237 → 3.238v3.238Maxim Devaev
2023-07-25pikvm/pikvm#1057: web: fixed onremotestream bug if there is no video trackMaxim Devaev
2023-07-24cached /export/prometheus/metricsMaxim Devaev
2023-07-23Bump version: 3.236 → 3.237v3.237Maxim Devaev
2023-07-23pikvm/pikvm#1057: web: fixed onremotestream handler for active=falseMaxim Devaev
2023-07-21Bump version: 3.235 → 3.236v3.236Maxim Devaev
2023-07-21web: improved mac cmd key handlingMaxim Devaev
2023-07-11Bump version: 3.234 → 3.235v3.235Maxim Devaev
2023-07-10web: fixed firefox detection due deprecating InstallTriggerMaxim 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-10fixed missing ch9329 in setup.pyMaxim 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