From 18e4949d1fcf306d782219ac69089eff1a623ba0 Mon Sep 17 00:00:00 2001 From: sparky3387 Date: Tue, 5 Dec 2023 21:15:16 +1000 Subject: Update kvmd-udev-hdmiusb-check (#154) This is to allow USB 3.0 Capture Cards to be used in the top USB port, this is to allow Macrosilicon's MS2130 to be used with PiKVM, when doing this it must also be switched to pixel format yuyv in the override.yaml --- scripts/kvmd-udev-hdmiusb-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kvmd-udev-hdmiusb-check b/scripts/kvmd-udev-hdmiusb-check index a30f855c..5a91cb8c 100755 --- a/scripts/kvmd-udev-hdmiusb-check +++ b/scripts/kvmd-udev-hdmiusb-check @@ -49,7 +49,7 @@ case "$board" in "rpi4") case "$model" in "Raspberry Pi 4 Model B Rev 1.1" | "Raspberry Pi 4 Model B Rev 1.2" | "Raspberry Pi 4 Model B Rev 1.4" | "Raspberry Pi 4 Model B Rev 1.5") - if [ "$port" == "1-1.4:1.0" ]; then exit 0; else exit 1; fi;; + if [ "$port" == "1-1.4:1.0" ] || [ "$port" == "2-1:1.0" ]; then exit 0; else exit 1; fi;; *) exit 0;; esac;; *) exit 1;; -- cgit v1.2.3