diff options
author | Devaev Maxim <[email protected]> | 2020-09-12 20:03:51 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-09-12 21:17:44 +0300 |
commit | fa5e6735edababe8f1d429ec98162fb7d508e1e0 (patch) | |
tree | 04df8cc3c7bb6e26cb4fa980a06e1116e5ac2ec9 /kvmd/apps/cleanup/__init__.py | |
parent | 6f75496550e57519e9b6588a79b227a3c3afdce5 (diff) |
using libgpiod for the serial hid
Diffstat (limited to 'kvmd/apps/cleanup/__init__.py')
-rw-r--r-- | kvmd/apps/cleanup/__init__.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kvmd/apps/cleanup/__init__.py b/kvmd/apps/cleanup/__init__.py index 5b6f2860..ce321f42 100644 --- a/kvmd/apps/cleanup/__init__.py +++ b/kvmd/apps/cleanup/__init__.py @@ -45,10 +45,6 @@ def _clear_gpio(config: Section) -> None: with gpio.bcm(): for (name, pin) in [ *([ - ("hid_serial/reset", config.hid.reset_pin), - ] if config.hid.type == "serial" else []), - - *([ ("atx_gpio/power_switch", config.atx.power_switch_pin), ("atx_gpio/reset_switch", config.atx.reset_switch_pin), ] if config.atx.type == "gpio" else []), |