dom0+vm/qvm-usb: changed XS path naming scheme again
This commit is contained in:
parent
023f204826
commit
c856928314
@ -8,10 +8,11 @@
|
||||
## running in dom0.
|
||||
##
|
||||
|
||||
# FIXME: Ignore USB hubs.
|
||||
# FIXME: Ignore USB hubs and other wierd devices.
|
||||
[ "$DEVNUM" = "001" ] && exit 0
|
||||
[ "$DEVTYPE" != "usb_device" ] && exit 0
|
||||
|
||||
NAME="${BUSNUM}/${DEVNUM}"
|
||||
NAME=`basename ${DEVPATH}`
|
||||
# FIXME: For some devices (my Cherry keyboard) ID_SERIAL does not
|
||||
# contain proper human-readable name, should find better method to
|
||||
# build devide description.
|
||||
|
@ -3,7 +3,7 @@
|
||||
# FIXME: Ignore USB hubs.
|
||||
[ "$DEVNUM" = "001" ] && exit 0
|
||||
|
||||
NAME="${BUSNUM}/${DEVNUM}"
|
||||
NAME=`basename ${DEVPATH}`
|
||||
XS_KEY="qubes-usb-devices/$NAME"
|
||||
|
||||
xenstore-rm "$XS_KEY"
|
||||
|
Loading…
Reference in New Issue
Block a user