VirtualBox

Changeset 32431 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Sep 11, 2010 6:02:17 PM (14 years ago)
Author:
vboxsync
Message:

scm cleanup

Location:
trunk/src/VBox/Devices/USB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/VUSBUrb.cpp

    r32010 r32431  
    20112011 * state and in the async list until its reaped. When it's finally reaped
    20122012 * it will be unlinked and freed without doing any completion.
    2013  * 
     2013 *
    20142014 * There are different modes of canceling an URB. When devices are being
    20152015 * disconnected etc., they will be completed with an error (CRC). However,
  • trunk/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp

    r32192 r32431  
    762762    if (DeviceIoControl(pPriv->hDev, SUPUSB_IOCTL_USB_ABORT_ENDPOINT, &in, sizeof(in), NULL, 0, &cbReturned, NULL))
    763763        return;
    764    
     764
    765765    rc = GetLastError();
    766766    if (    rc == ERROR_INVALID_HANDLE_STATE
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette