From ca3e275d0ebd01a237d4f271548940c7b1298c26 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 9 Feb 2022 18:46:35 -0500 Subject: [PATCH] Update usb-passthrough.sh --- misc/usb-passthrough.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/usb-passthrough.sh b/misc/usb-passthrough.sh index c1b8dfa2..96a45ec3 100644 --- a/misc/usb-passthrough.sh +++ b/misc/usb-passthrough.sh @@ -36,7 +36,7 @@ function cleanup() { } TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null - +CHAR_DEVS+=("166:.*") CHAR_DEVS+=("188:.*") CHAR_DEVS+=("189:.*")