Changeset 32431 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Sep 11, 2010 6:02:17 PM (14 years ago)
- Location:
- trunk/src/VBox/Devices/USB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBUrb.cpp
r32010 r32431 2011 2011 * state and in the async list until its reaped. When it's finally reaped 2012 2012 * it will be unlinked and freed without doing any completion. 2013 * 2013 * 2014 2014 * There are different modes of canceling an URB. When devices are being 2015 2015 * disconnected etc., they will be completed with an error (CRC). However, -
trunk/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp
r32192 r32431 762 762 if (DeviceIoControl(pPriv->hDev, SUPUSB_IOCTL_USB_ABORT_ENDPOINT, &in, sizeof(in), NULL, 0, &cbReturned, NULL)) 763 763 return; 764 764 765 765 rc = GetLastError(); 766 766 if ( rc == ERROR_INVALID_HANDLE_STATE
Note:
See TracChangeset
for help on using the changeset viewer.