VirtualBox

Ignore:
Timestamp:
Dec 14, 2015 2:52:44 PM (9 years ago)
Author:
vboxsync
Message:

Main/USB: More fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/darwin/USBProxyBackendDarwin.cpp

    r59120 r59123  
    131131        return VERR_GENERAL_FAILURE;
    132132
    133     int rc = DarwinReEnumerateUSBDevice(aDevice->mUsb);
     133    int rc = DarwinReEnumerateUSBDevice(aDevice->i_getUsbData());
    134134    if (RT_SUCCESS(rc))
    135135        aDevice->i_setBackendUserData(pvId);
     
    185185        return VERR_GENERAL_FAILURE;
    186186
    187     int rc = DarwinReEnumerateUSBDevice(aDevice->mUsb);
     187    int rc = DarwinReEnumerateUSBDevice(aDevice->i_getUsbData());
    188188    if (RT_SUCCESS(rc))
    189189        aDevice->i_setBackendUserData(pvId);
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