VirtualBox

Ignore:
Timestamp:
Apr 15, 2016 2:34:35 PM (9 years ago)
Author:
vboxsync
Message:

ValidationKit/usb: Fixes, basic compliance testing works finally

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform-linux.cpp

    r60518 r60522  
    178178                                        g_paDummyHcd[idxHcdCur].uBusId      = uBusId;
    179179                                        g_paDummyHcd[idxHcdCur].fAvailable  = true;
     180                                        idxHcdCur++;
    180181                                    }
    181182                                }
     
    300301        pszIdx++;
    301302        uint32_t idxHcd = 0;
    302         rc = RTStrToUInt32Ex(pszUdc, NULL, 10, &idxHcd);
     303        rc = RTStrToUInt32Ex(pszIdx, NULL, 10, &idxHcd);
    303304        if (RT_SUCCESS(rc))
    304305        {
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