From dce3acab816a2ec111288ee4f3ed36fb2fec45ba Mon Sep 17 00:00:00 2001 From: Alexandre Bezroutchko Date: Fri, 26 Oct 2012 23:09:36 +0200 Subject: [PATCH] dom0+vm/usb: add USB version to device list displayed by qvm-usb -l' --- misc/usb_add_change | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/usb_add_change b/misc/usb_add_change index be75673..24dd2ac 100755 --- a/misc/usb_add_change +++ b/misc/usb_add_change @@ -35,7 +35,7 @@ fi XS_KEY="qubes-usb-devices/$XSNAME" xenstore-write "$XS_KEY/desc" "$DESC" -xenstore-write "$XS_KEY/version" "$VERSION" +xenstore-write "$XS_KEY/usb-ver" "$VERSION" # Make sure PVUSB backend driver is loaded. /sbin/modprobe xen-usbback 2> /dev/null || /sbin/modprobe usbbk