Changeset 57528 in vbox
- Timestamp:
- Aug 25, 2015 10:24:37 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102338
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r57440 r57528 2527 2527 def usbctr(ctx, mach, console, args): 2528 2528 if (args[0]): 2529 console.attachUSBDevice(args[1] )2529 console.attachUSBDevice(args[1], "") 2530 2530 else: 2531 2531 console.detachUSBDevice(args[1])
Note:
See TracChangeset
for help on using the changeset viewer.