VirtualBox

Changeset 58640 in vbox for trunk/src/VBox/Devices/USB/linux


Ignore:
Timestamp:
Nov 10, 2015 2:05:06 PM (9 years ago)
Author:
vboxsync
Message:

USBProxyDevice-linux: map -EPROTO to VUSBSTATUS_DNR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp

    r58577 r58640  
    16151615        //    return VUSBSTATUS_BUFFER_UNDERRUN;
    16161616
    1617         //case -EPROTO:
    1618         //    return VUSBSTATUS_BIT_STUFFING;
     1617        case -EPROTO:
     1618            Log(("vusbProxyLinuxStatusToVUsbStatus: DNR/EPPROTO!!\n"));
     1619            return VUSBSTATUS_DNR;
    16191620
    16201621        case -EPIPE:
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