Ticket #20721: VBoxCreateUSBNode.patch
| File VBoxCreateUSBNode.patch, 478 bytes (added by , 3 years ago) |
|---|
-
VBoxCreateUSBNode.sh
diff -Naubr VirtualBox.old/VBoxCreateUSBNode.sh VirtualBox.new/VBoxCreateUSBNode.sh
old new 32 32 devpath="`printf "/dev/vboxusb/%.3d/%.3d" $bus $device`" 33 33 case "$do_remove" in 34 34 0) 35 if test -n "$class" -a "$class" -eq"$usb_class_hub"35 if test -n "$class" -a "$class" = "$usb_class_hub" 36 36 then 37 37 exit 0 38 38 fi

