Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-10 | get rid of the otg-unlock helper | Maxim Devaev | |
2022-04-06 | fixed logging | Maxim Devaev | |
2022-04-06 | refactoring | Maxim Devaev | |
2022-04-02 | otgconf gpio plugin | Maxim Devaev | |
2022-04-01 | otg hid: close device if udc is unbound | Maxim Devaev | |
2022-04-01 | delay | Maxim Devaev | |
2022-04-01 | refactoring | Maxim Devaev | |
2022-03-31 | refactoring | Maxim Devaev | |
2022-03-31 | otg msd: handle functions switching | Maxim Devaev | |
2022-03-31 | get rid of otgbind's cleanup and fixed hid for this | Maxim Devaev | |
2022-03-31 | removed UsbDeviceController() class | Maxim Devaev | |
2022-03-31 | simplified find_udc() | Maxim Devaev | |
2022-03-30 | improved otgbind | Maxim Devaev | |
2022-03-28 | refactoring | Maxim Devaev | |
2022-03-28 | Update radius.py (#85) | Andrew Aubury | |
2022-03-28 | Update radius.py (#84) | Andrew Aubury | |
* Update radius.py Adding username and password fields * Update radius.py | |||
2022-03-27 | default values for the otg hid plugin | Maxim Devaev | |
2022-03-27 | default values for the serial hid plugin | Maxim Devaev | |
2022-03-27 | default atx gpio values | Maxim Devaev | |
2022-03-27 | refactoring | Maxim Devaev | |
2022-03-27 | renamed radiussrv to radius | Maxim Devaev | |
2022-03-27 | Add radius authentication support (#83) | Andrew Aubury | |
2022-01-24 | refactoring | Maxim Devaev | |
2022-01-24 | refactoring | Maxim Devaev | |
2022-01-24 | PWAY plugin fix: Normalize pin/channel index to 0-based (#78) | Kenny Younger | |
* PWAY plugin fix: Normalize pin/channel index to 1-based * Normalize to 0-based instead | |||
2022-01-07 | copyright bump | Maxim Devaev | |
2021-12-23 | python 3.10 | Maxim Devaev | |
2021-11-21 | pway fixes | Maxim Devaev | |
2021-11-21 | PWAY 16-port SH1601A Driver (#67) | SpookHCK | |
* pway 16-port SH1601A driver Minimum viable driver. * Update to pWay 16-port driver * Rename kvmd/pway.py to plugins/ugpio/pway.py Fixed file mods * Delete pway.py * Update pway.py Fixed file changes to only one... * fixed spaces on line 181 | |||
2021-10-24 | prefix for log_process() | Maxim Devaev | |
2021-10-24 | pikvm/pikvm#457: custom commands driver | Maxim Devaev | |
2021-10-03 | xk-hk4401: fixed regexp | Maxim Devaev | |
2021-10-02 | style fix | Maxim Devaev | |
2021-10-02 | style fixes | Maxim Devaev | |
2021-10-01 | Added driver for xh_hk4401 4 port HDMI/USB KVM (#69) | Sebastian Goscik | |
* Added driver for xh_hk4401 4 port HDMI/USB KVM * Removed trailing whitespace * Changed xh_hk4401 channel numbers Used 0-3 to match other KVM plugins instead of the 1-4 numbering the KVM uses. | |||
2021-09-26 | don't pulse ipmi gpio | Maxim Devaev | |
2021-09-24 | refactoring | Maxim Devaev | |
2021-09-16 | kvmd/kvmd#62: alternative implementation | Maxim Devaev | |
2021-09-08 | small rebranding | Maxim Devaev | |
2021-09-08 | improved pins validation | Maxim Devaev | |
2021-09-08 | fix | Maxim Devaev | |
2021-09-08 | string pins | Maxim Devaev | |
2021-09-07 | refactoring | Maxim Devaev | |
2021-08-28 | unified udc code and automatic driver detection | Maxim Devaev | |
2021-08-15 | win95 runtime switching | Maxim Devaev | |
2021-08-15 | Merge branch 'servo' | Maxim Devaev | |
2021-08-15 | minor servo fixes | Maxim Devaev | |
2021-08-15 | Implement servo angles (#58) | Shantur Rathore | |
/etc/kvmd/override.yaml ``` kvmd: gpio: drivers: servo1: type: servo chip: 0 # PWM Chip Number period: 20000000 # Servo Motor SG90 Period in nano-seconds duty_cycle_min: 350000 # Servo Motor SG90 duty_cycle for -90 degrees duty_cycle_max: 2350000 # Servo Motor SG90 duty_cycle for +90 degrees angle_max: 90 # Servo Motor SG90 angle at duty_cycle_max angle_min: -90 # Servo Motor SG90 angle at duty_cycle_min angle_push: 45 # Servo Motor SG90 angle to push button angle_release: 20 # Servo Motor SG90 angle to release button scheme: short_press: driver: servo1 pin: 0 # Pin number is the PWM channel number on the PWM Chip mode: output switch: false pulse: delay: 0.5 max_delay: 2 long_press: driver: servo1 pin: 0 # Pin number is the PWM channel number on the PWM Chip mode: output switch: false pulse: delay: 2 max_delay: 2 extra_long_press: driver: servo1 pin: 0 # Pin number is the PWM channel number on the PWM Chip mode: output switch: false pulse: delay: 10 max_delay: 20 view: header: title: Controls table: - ["#Servo - Short Press", "short_press|Press"] - ["#Servo - Long Press", "long_press|Press"] - ["#Servo - Extra Long Press", "extra_long_press|Press"] ``` | |||
2021-08-14 | fixed pikvm/pikvm#159: workaround for windows 98 absolute mouse bug | Maxim Devaev | |
2021-08-14 | servo template | Maxim Devaev | |