Changeset 76331 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Dec 21, 2018 10:25:11 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127624
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
r73775 r76331 1641 1641 Log(("vusbProxyLinuxStatusToVUsbStatus: SHUTDOWN!!\n")); 1642 1642 return VUSBSTATUS_STALL; 1643 1644 case -ENOENT: 1645 Log(("vusbProxyLinuxStatusToVUsbStatus: ENOENT!!\n")); 1646 return VUSBSTATUS_STALL; 1643 1647 1644 1648 default:
Note:
See TracChangeset
for help on using the changeset viewer.