summaryrefslogtreecommitdiff
path: root/kvmd/plugins
AgeCommit message (Collapse)Author
2020-11-12software csDevaev Maxim
2020-11-11refactoringDevaev Maxim
2020-11-11another tryDevaev Maxim
2020-11-11spi firmwareDevaev Maxim
2020-11-11refactoringDevaev Maxim
2020-11-11kvmd spi driverDevaev Maxim
2020-11-11renamed serial keymap codes to mcuDevaev Maxim
2020-11-11serial phy layerDevaev Maxim
2020-11-11splitting serialDevaev Maxim
2020-11-08lint fixDevaev Maxim
2020-11-08bt hidDevaev Maxim
2020-11-07refactoringDevaev Maxim
2020-11-06refactoringDevaev Maxim
2020-11-04refactoringDevaev Maxim
2020-11-03configurable wheel for otgDevaev Maxim
2020-11-03Relative (#18)Maxim Devaev
* refactoring * basic relative mouse mode
2020-10-26refactoringDevaev Maxim
2020-10-25ezcoo sw41ha as gpioDevaev Maxim
2020-10-15otg hid: clear queue on errorDevaev Maxim
2020-10-14refactoringDevaev Maxim
2020-10-14serial hid: don't sleep on exitDevaev Maxim
2020-10-14serial hid: clear events on exceptionsDevaev Maxim
2020-10-14serial hid: perm errors is not fatalDevaev Maxim
2020-10-14refactoringDevaev Maxim
2020-10-13serial hid: clear queue on errorDevaev Maxim
2020-10-13tools.clear_queue()Devaev Maxim
2020-10-13mypy againDevaev Maxim
2020-10-13typing fixesDevaev Maxim
2020-10-09refactoringDevaev Maxim
2020-10-03fixed loggingDevaev Maxim
2020-10-03adjust reopen delayDevaev Maxim
2020-10-03processing udc stateDevaev Maxim
2020-10-03assertDevaev Maxim
2020-10-03lint fixDevaev Maxim
2020-10-03handle ESHUTDOWN during hid write()Devaev Maxim
https://github.com/raspberrypi/linux/commit/61b7f805dc2fd364e0df682de89227e94ce88e25
2020-10-03common env variablesDevaev Maxim
2020-09-30refactoringDevaev Maxim
2020-09-20Make kvmd compatible with libgpiod 1.2.Oleg Girko
The singular default_val argument of gpiod.Line.request() method was introduced in libgpiod 1.3. For older versions of libgpiod, defailt_vals argument with list value should be used. This argument is available in newer versions of libgpiod as well for compatibility. This change is needed for Debian / Raspbian 10 that have libgpiod 1.2. Signed-off-by: Oleg Girko <[email protected]>
2020-09-18fixed consumer names for libgpiodDevaev Maxim
2020-09-16debounce for gpiod AioReaderDevaev Maxim
2020-09-14common gpio path variableDevaev Maxim
2020-09-13using libgpiod for the ugpio driverDevaev Maxim
2020-09-13refactoring and reuse gpio pulse codeDevaev Maxim
2020-09-13pass close()Devaev Maxim
2020-09-13using libgpiod for the gpio atxDevaev Maxim
2020-09-12using libgpiod for the relay msdDevaev Maxim
2020-09-12using libgpiod for the serial hidDevaev Maxim
2020-09-10removed edge detectionDevaev Maxim
2020-09-10edge detection not available for pin r/wDevaev Maxim
2020-09-10experimental edge modeDevaev Maxim