summaryrefslogtreecommitdiff
path: root/kvmd/plugins/msd
AgeCommit message (Collapse)Author
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
2019-11-14lint fixDevaev Maxim
2019-11-08otg msd: notify about free space while uploadingDevaev Maxim
2019-11-08ui: partial multi msd supportDevaev Maxim
2019-11-07v2 testingDevaev Maxim
2019-11-07otg msd and big refactoringDevaev Maxim
2019-10-24refactoringDevaev Maxim
2019-10-24changed some defaultsDevaev Maxim
2019-10-24strict file validationDevaev Maxim
2019-10-19otg msd helpersDevaev Maxim
2019-10-05cdrom flag; written fixDevaev Maxim
2019-09-30added otg msd stubDevaev Maxim
2019-09-28mypy fixDevaev Maxim
2019-09-25extended msd api for future otgDevaev Maxim
2019-09-24preparing to otgDevaev Maxim
2019-09-14logging fixDevaev Maxim
2019-09-12separate region exceptionsDevaev Maxim
2019-09-12removed pluginsDevaev Maxim