Changeset 52946 in vbox for trunk/src/VBox/Devices/USB/linux
- Timestamp:
- Oct 5, 2014 2:31:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
r52517 r52946 1544 1544 && pUrb->cbData >= 8*_1K) 1545 1545 { 1546 rc = usbProxyLinuxUrbQueueSplit(pProxyDev, pUrbLnx, pUrb); 1546 1547 RTCritSectLeave(&pDevLnx->CritSect); 1547 return usbProxyLinuxUrbQueueSplit(pProxyDev, pUrbLnx, pUrb);1548 return rc; 1548 1549 } 1549 1550
Note:
See TracChangeset
for help on using the changeset viewer.