From 35f2ccc54a3c71125adff8de179a0483c9708dfb Mon Sep 17 00:00:00 2001 From: Nick Pegg Date: Fri, 8 Jan 2021 22:01:20 -0800 Subject: [PATCH] fix things which aren't tags --- posts/2021-01-08_kvm-usb-auto-passthrough.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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