diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/v2-hdmi-rpi4.override.yaml | 5 | ||||
-rw-r--r-- | testenv/v2-hdmiusb-rpi4.override.yaml | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/testenv/v2-hdmi-rpi4.override.yaml b/testenv/v2-hdmi-rpi4.override.yaml index c848eb44..8c11b935 100644 --- a/testenv/v2-hdmi-rpi4.override.yaml +++ b/testenv/v2-hdmi-rpi4.override.yaml @@ -2,6 +2,9 @@ kvmd: server: unix_mode: 0666 + atx: + device: /dev/kvmd-gpio + hid: keyboard: device: /dev/null @@ -33,6 +36,8 @@ kvmd: gpio: drivers: + __gpio__: + device: /dev/kvmd-gpio relay: type: hidrelay device: /dev/hidraw0 diff --git a/testenv/v2-hdmiusb-rpi4.override.yaml b/testenv/v2-hdmiusb-rpi4.override.yaml index 6cfd5a96..bbc6c913 100644 --- a/testenv/v2-hdmiusb-rpi4.override.yaml +++ b/testenv/v2-hdmiusb-rpi4.override.yaml @@ -2,6 +2,9 @@ kvmd: server: unix_mode: 0666 + atx: + device: /dev/kvmd-gpio + hid: keyboard: device: /dev/null |