summaryrefslogtreecommitdiff
path: root/kvmd/plugins/ugpio
AgeCommit message (Collapse)Author
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-10removed edge detectionDevaev Maxim
2020-09-10edge detection not available for pin r/wDevaev Maxim
2020-09-10experimental edge modeDevaev Maxim
2020-09-10only available gpio modesDevaev Maxim
2020-09-09hide device pathDevaev Maxim
2020-09-09cleanup on driver sideDevaev Maxim
2020-09-09hid relay driverDevaev Maxim
2020-09-08improved ugpio scheme apiDevaev Maxim
2020-09-08refactoringDevaev Maxim
2020-09-07minor relatime fixesDevaev Maxim
2020-09-07ugpio pluginsDevaev Maxim