Changeset 60634 in vbox
- Timestamp:
- Apr 21, 2016 4:06:58 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106793
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py
r60567 r60634 320 320 iBusId, _ = oUsbGadget.getGadgetBusAndDevId(); 321 321 fRc = oSession.addUsbDeviceFilter('Compliance device', sVendorId = '0525', sProductId = 'a4a0', \ 322 sPort = str(iBusId));322 sPort = format(iBusId, 'x')); 323 323 if fRc is True: 324 324
Note:
See TracChangeset
for help on using the changeset viewer.