diff options
author | Devaev Maxim <[email protected]> | 2021-01-14 23:08:42 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-01-14 23:08:42 +0300 |
commit | 1799e34fd009c1316c5e6a5281bba09b44b3134d (patch) | |
tree | 5898244d9c13f2ce371b5d5c1b50586acc29bd41 /scripts | |
parent | 2e2e53c04ff83ca3c79cc55c3c8d5ea6fbf3531d (diff) |
added info about the new pi4 revision
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/kvmd-udev-hdmiusb-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kvmd-udev-hdmiusb-check b/scripts/kvmd-udev-hdmiusb-check index 1b259e90..95a11a0f 100755 --- a/scripts/kvmd-udev-hdmiusb-check +++ b/scripts/kvmd-udev-hdmiusb-check @@ -48,7 +48,7 @@ case "$board" in esac;; "rpi4") case "$model" in - "Raspberry Pi 4 Model B Rev 1.1") + "Raspberry Pi 4 Model B Rev 1.1" | "Raspberry Pi 4 Model B Rev 1.4") if [ "$port" == "1-1.4:1.0" ]; then exit 0; else exit 1; fi;; *) exit 0;; esac;; |