VirtualBox

Changeset 37646 in vbox for trunk


Ignore:
Timestamp:
Jun 27, 2011 12:16:17 PM (13 years ago)
Author:
vboxsync
Message:

Tiny refactoring.

File:
1 edited

Legend:

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

    r37388 r37646  
    963963                        switch (pSetup->wValue >> 8)
    964964                        {
     965                            uint32_t        cbCopy;
     966                            uint32_t        cbDesc;
     967                            const uint8_t   *pDesc;
     968
    965969                            case DT_IF_HID_DESCRIPTOR:
    966970                            {
    967                                 uint32_t        cbCopy;
    968                                 uint32_t        cbDesc;
    969                                 const uint8_t   *pDesc;
    970 
    971971                                if (pThis->isAbsolute)
    972972                                {
     
    989989                            case DT_IF_HID_REPORT:
    990990                            {
    991                                 uint32_t        cbCopy;
    992                                 uint32_t        cbDesc;
    993                                 const uint8_t   *pDesc;
    994 
    995991                                if (pThis->isAbsolute)
    996992                                {
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