Minor code clean up

This commit is contained in:
Martin Wimpress 2021-09-28 02:14:30 +01:00
parent 7e04f471bc
commit a4cfed64e1
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ function enable_usb_passthrough() {
echo " sudo chown -v root:${USER} /dev/bus/usb/${USB_BUS}/${USB_DEV}"
USB_NOT_READY=1
fi
USB_PASSTHROUGH="${USB_PASSTHROUGH} -device usb-host,vendorid=0x${VENDOR_ID},productid=0x${PRODUCT_ID},bus=hostpass.0"
USB_PASSTHROUGH="${USB_PASSTHROUGH} -device usb-host,bus=hostpass.0,vendorid=0x${VENDOR_ID},productid=0x${PRODUCT_ID}"
done
if [ "${USB_NOT_READY}" -eq 1 ]; then

View File

@ -5,9 +5,9 @@ function os_support() {
lubuntu \
macos \
ubuntu \
ubuntu-budgie \
ubuntu-kylin \
ubuntu-mate \
ubuntu-budgie \
ubuntu-studio \
xubuntu
}