Changeset 60562 in vbox for trunk/src/VBox/ValidationKit/tests/usb
- Timestamp:
- Apr 19, 2016 7:50:03 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106692
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py
r60552 r60562 319 319 if fRc is True: 320 320 iBusId, _ = oUsbGadget.getGadgetBusAndDevId(); 321 fRc = oSession.addUsbDeviceFilter('Compliance device', sVendorId = '0525', sProductId = 'a4a0', sPort = str(iBusId)); 321 fRc = oSession.addUsbDeviceFilter('Compliance device', sVendorId = '0525', sProductId = 'a4a0', \ 322 sPort = str(iBusId)); 322 323 if fRc is True: 323 324 … … 365 366 if fRc is True: 366 367 iBusId, _ = oUsbGadget.getGadgetBusAndDevId(); 367 fRc = oSession.addUsbDeviceFilter('Compliance device', sVendorId = '0525', sProductId = 'a4a0', sPort = str(iBusId)); 368 fRc = oSession.addUsbDeviceFilter('Compliance device', sVendorId = '0525', sProductId = 'a4a0', \ 369 sPort = str(iBusId)); 368 370 if fRc is True: 369 371
Note:
See TracChangeset
for help on using the changeset viewer.