VirtualBox

Changeset 66467 in vbox for trunk


Ignore:
Timestamp:
Apr 7, 2017 7:54:56 AM (7 years ago)
Author:
vboxsync
Message:

pdmR3UsbCreateDevice: Translate VERR_VERSION_MISMATCH to VERR_PDM_USBDEV_VERSION_MISMATCH instead of VERR_PDM_DRIVER_VERSION_MISMATCH (copy & paste?).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp

    r64133 r66467  
    684684        AssertMsgFailed(("Failed to construct '%s'/%d! %Rra\n", pUsbIns->pReg->szName, pUsbIns->iInstance, rc));
    685685        if (rc == VERR_VERSION_MISMATCH)
    686             rc = VERR_PDM_DRIVER_VERSION_MISMATCH;
     686            rc = VERR_PDM_USBDEV_VERSION_MISMATCH;
    687687    }
    688688    if (fAtRuntime)
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