Changeset 56073 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- May 26, 2015 11:41:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp
r53109 r56073 600 600 { 601 601 DWORD dwErr = GetLastError(); 602 AssertMsgFailed(("Getting USB descriptor failed with error %ld\n", dwErr));602 LogRel(("Getting USB descriptor failed with error %ld\n", dwErr)); 603 603 return RTErrConvertFromWin32(dwErr); 604 604 } … … 663 663 int rc = usbLibDevStrDrEntryGet(hHub, iPort, 0, 0, ppList); 664 664 if (RT_FAILURE(rc)) 665 { 666 AssertRC(rc); 665 667 return rc; 668 } 666 669 667 670 PUSB_STRING_DESCRIPTOR pLandStrDr = &(*ppList)->StrDr;
Note:
See TracChangeset
for help on using the changeset viewer.