VirtualBox

Changeset 47397 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 25, 2013 2:13:49 PM (12 years ago)
Author:
vboxsync
Message:

Removed irrelevant copy-and-pasted code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/UsbMouse.cpp

    r47360 r47397  
    13581358
    13591359        usbHidCompleteStall(pThis, pEp, pUrb, "TODO: standard request stuff");
    1360     }
    1361     /* 3.1 Bulk-Only Mass Storage Reset */
    1362     else if (    pSetup->bmRequestType == (VUSB_REQ_CLASS | VUSB_TO_INTERFACE)
    1363              &&  pSetup->bRequest == 0xff
    1364              &&  !pSetup->wValue
    1365              &&  !pSetup->wLength
    1366              &&  pSetup->wIndex == 0)
    1367     {
    1368         LogRelFlow(("usbHidHandleDefaultPipe: Bulk-Only Mass Storage Reset\n"));
    1369         return usbHidResetWorker(pThis, pUrb, false /*fSetConfig*/);
    13701360    }
    13711361    else
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