Changeset 58640 in vbox for trunk/src/VBox/Devices/USB/linux
- Timestamp:
- Nov 10, 2015 2:05:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
r58577 r58640 1615 1615 // return VUSBSTATUS_BUFFER_UNDERRUN; 1616 1616 1617 //case -EPROTO: 1618 // return VUSBSTATUS_BIT_STUFFING; 1617 case -EPROTO: 1618 Log(("vusbProxyLinuxStatusToVUsbStatus: DNR/EPPROTO!!\n")); 1619 return VUSBSTATUS_DNR; 1619 1620 1620 1621 case -EPIPE:
Note:
See TracChangeset
for help on using the changeset viewer.