dom0+vm/qvm-usb: adjust usb_remove to the new XS naming scheme

This commit is contained in:
Alexandre Bezroutchko 2012-10-07 23:23:52 +02:00
parent d6426e3564
commit 876924f233

View File

@ -1,10 +1,9 @@
#!/bin/sh
[ "x$DEVTYPE" = "xusb_device" ] || exit 0
# FIXME: Ignore USB hubs.
[ "$DEVNUM" = "001" ] && exit 0
NAME="${ID_VENDOR_ID}_${ID_MODEL_ID}"
DESC="${NAME} ${ID_SERIAL}"
NAME="${BUSNUM}/${DEVNUM}"
XS_KEY="qubes-usb-devices/$NAME"
xenstore-rm "$XS_KEY"