Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-02 | improved net validators | Devaev Maxim | |
2020-09-30 | refactoring | Devaev Maxim | |
2020-09-30 | Check config toplevel | Devaev Maxim | |
2020-09-30 | improved logging | Devaev Maxim | |
2020-09-30 | renamed otg config | Devaev Maxim | |
2020-09-30 | configurable ethernet driver | Devaev Maxim | |
2020-09-30 | optional host_mac and kvm_mac | Devaev Maxim | |
2020-09-30 | ignored protected-access for _unpack() | Devaev Maxim | |
2020-09-30 | moved otg devices configs to their own section | Devaev Maxim | |
2020-09-30 | options to configure otg ethernet | Devaev Maxim | |
2020-09-28 | basic redfish api | Devaev Maxim | |
2020-09-25 | Added mapping for AltGr key | Martin Funk | |
2020-09-23 | fixed #10 | Devaev Maxim | |
2020-09-23 | Merge pull request #10 from mfunkey/new_key | Maxim Devaev | |
Added missing key on non us keyboards | |||
2020-09-22 | confirmations for gpio | Devaev Maxim | |
2020-09-22 | event about looping | Devaev Maxim | |
2020-09-22 | removed unnecessary broadcasting | Devaev Maxim | |
2020-09-20 | Added missing no us key | Martin Funk | |
2020-09-20 | Make 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-18 | Bump version: 1.101 → 1.102v1.102 | Devaev Maxim | |
2020-09-18 | fixed consumer names for libgpiod | Devaev Maxim | |
2020-09-17 | Bump version: 1.100 → 1.101v1.101 | Devaev Maxim | |
2020-09-17 | option to stream forever | Devaev Maxim | |
2020-09-17 | Merge pull request #8 from pikvm/libgpiod | Maxim Devaev | |
Libgpiod | |||
2020-09-16 | refactoring | Devaev Maxim | |
2020-09-16 | debounce for gpiod AioReader | Devaev Maxim | |
2020-09-15 | pikvm/pikvm#69: note about user invalidation in kvmd-htpasswd | Devaev Maxim | |
2020-09-14 | fix | Devaev Maxim | |
2020-09-14 | workaround for possible driver bug | Devaev Maxim | |
2020-09-14 | notify only on change | Devaev Maxim | |
2020-09-14 | refactoring | Devaev Maxim | |
2020-09-14 | read multiply events | Devaev Maxim | |
2020-09-14 | common gpio path variable | Devaev Maxim | |
2020-09-13 | non-cas operation | Devaev Maxim | |
2020-09-13 | removed rpi.gpio | Devaev Maxim | |
2020-09-13 | using libgpiod for the ugpio driver | Devaev Maxim | |
2020-09-13 | fixed AioPinsReader's main loop | Devaev Maxim | |
2020-09-13 | refactoring and reuse gpio pulse code | Devaev Maxim | |
2020-09-13 | pass close() | Devaev Maxim | |
2020-09-13 | using libgpiod for the gpio atx | Devaev Maxim | |
2020-09-12 | using libgpiod for the relay msd | Devaev Maxim | |
2020-09-12 | using libgpiod for the serial hid | Devaev Maxim | |
2020-09-12 | deprecated old streaming hardware control | Devaev Maxim | |
2020-09-11 | Bump version: 1.99 → 1.100v1.100 | Devaev Maxim | |
2020-09-10 | led colors | Devaev Maxim | |
2020-09-10 | changed separator | Devaev Maxim | |
2020-09-10 | removed edge detection | Devaev Maxim | |
2020-09-10 | edge detection not available for pin r/w | Devaev Maxim | |
2020-09-10 | experimental edge mode | Devaev Maxim | |
2020-09-10 | refactoring | Devaev Maxim | |