summaryrefslogtreecommitdiff
path: root/kvmd/plugins/msd
AgeCommit message (Collapse)Author
2022-04-10refactoringMaxim Devaev
2022-04-10aiohelpersMaxim Devaev
2022-04-10get rid of the otg-unlock helperMaxim Devaev
2022-04-06refactoringMaxim Devaev
2022-04-01delayMaxim Devaev
2022-03-31refactoringMaxim Devaev
2022-03-31otg msd: handle functions switchingMaxim Devaev
2022-01-07copyright bumpMaxim Devaev
2021-09-24refactoringMaxim Devaev
2021-09-08small rebrandingMaxim Devaev
2021-07-27/msd/write_remote handleMaxim Devaev
2021-07-23refactoringMaxim Devaev
2021-07-08lint fixesDevaev Maxim
2021-06-08pikvm/pikvm#321: server-side uploading countersDevaev Maxim
2021-05-26syncDevaev Maxim
2021-05-26speed up msdDevaev Maxim
2021-05-25pikvm/pikvm#208: permanent imageDevaev Maxim
2021-01-07update copyDevaev Maxim
2020-12-29relay msd fixesDevaev Maxim
2020-12-25configurable gpio devicesDevaev Maxim
2020-12-21refactoringDevaev Maxim
2020-11-22refactoringDevaev Maxim
2020-11-13using monotonic timeDevaev Maxim
2020-11-12refactoringDevaev Maxim
2020-10-13mypy againDevaev Maxim
2020-10-09refactoringDevaev Maxim
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-14common gpio path variableDevaev Maxim
2020-09-13refactoring and reuse gpio pulse codeDevaev Maxim
2020-09-13pass close()Devaev Maxim
2020-09-12using libgpiod for the relay msdDevaev Maxim
2020-09-10refactoringDevaev Maxim
2020-09-08refactoringDevaev Maxim
2020-09-07ugpio pluginsDevaev Maxim
2020-09-05common background systasksDevaev Maxim
2020-05-29refactoringDevaev Maxim
2020-05-29refactoringDevaev Maxim
2020-05-11lint fixesDevaev Maxim
2020-03-16asyncio.CancelledError is a subclass of BaseException since 3.8Devaev Maxim
2020-03-15proper usage of asyncio.wait() for first completedDevaev Maxim
2020-03-03atomic fixes, removed tasked and mutedDevaev Maxim
2020-03-02changed region methods to asyncDevaev Maxim
2020-03-01no more busyloops in stub pluginsDevaev Maxim
2020-03-01no busyloop in otg msdDevaev Maxim
2020-02-29moved AioExclusiveRegion to aiotoolsDevaev Maxim
2019-12-09very common exceptionsDevaev Maxim
2019-11-16fixed exception on msd uploading abortDevaev Maxim