diff --git a/posts/2021-01-08_kvm-usb-auto-passthrough.yaml b/posts/2021-01-08_kvm-usb-auto-passthrough.yaml index 7c36ca7..bd1f99a 100644 --- a/posts/2021-01-08_kvm-usb-auto-passthrough.yaml +++ b/posts/2021-01-08_kvm-usb-auto-passthrough.yaml @@ -41,7 +41,7 @@ ACTION=="remove", \ ``` The VENDOR_ID and MODEL_ID can be found by running the `lsusb` command, which -shows this as "ID :", for example "ID 6b62:6869". +shows this as "ID vendor_id:model_id", for example "ID 6b62:6869". And of course, here's the script `/usr/local/bin/kvm-udev` which takes care of the auto-connecting. It takes two parameters, first either being "attach" or