Changeset 63564 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/dev
- Timestamp:
- Aug 16, 2016 2:05:03 PM (8 years ago)
- Location:
- trunk/src/VBox/HostDrivers/VBoxUSB/win/dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.cpp
r62714 r63564 182 182 { 183 183 AssertFailed(); 184 /* todo:return more appropriate status ?? */184 /** @todo return more appropriate status ?? */ 185 185 return STATUS_UNSUCCESSFUL; 186 186 } -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp
r63549 r63564 1155 1155 break; 1156 1156 case ((USBD_STATUS)0xC0010000L): // USBD_STATUS_CANCELED - too bad usbdi.h and usb.h aren't consistent! 1157 // TODO:What the heck are we really supposed to do here?1157 /// @todo What the heck are we really supposed to do here? 1158 1158 pUrbInfo->error = USBSUP_XFER_STALL; 1159 1159 Status = STATUS_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.