Add USB host pass-through example output

This commit is contained in:
Martin Wimpress 2021-09-25 13:50:46 +01:00
parent 268a3a4167
commit c599f2f390
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 8 additions and 1 deletions

View File

@ -239,7 +239,14 @@ In the example above:
* The USB device with vendor_id 046d and product_id 085e will be exposed to the guest.
If the USB devices are not writable, `quickemu` will display the appropriate
commands to modify the USB device(s) access permissions.
commands to modify the USB device(s) access permissions, like this:
```
- USB: Host pass-through requested:
- Sennheiser Communications EPOS GTW 270 on bus 001 device 005 needs permission changes:
sudo chown -v root:martin /dev/bus/usb/001/005
ERROR! USB permission changes are required 👆
```
## All the options