Changeset 63369 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Aug 12, 2016 4:45:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
r63217 r63369 1280 1280 static int usbProxyLinuxSubmitURB(PUSBPROXYDEV pProxyDev, PUSBPROXYURBLNX pCur, PVUSBURB pUrb, bool *pfUnplugged) 1281 1281 { 1282 RT_NOREF(pUrb); 1282 1283 PUSBPROXYDEVLNX pDevLnx = USBPROXYDEV_2_DATA(pProxyDev, PUSBPROXYDEVLNX); 1283 1284 unsigned cTries = 0;
Note:
See TracChangeset
for help on using the changeset viewer.