Changeset 63217 in vbox for trunk/src/VBox/Devices/USB/linux
- Timestamp:
- Aug 9, 2016 3:12:08 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109845
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
r62956 r63217 416 416 static int usbProxyLinuxFindActiveConfigUsbfs(PUSBPROXYDEV pProxyDev, const char *pszDevNode, int *piFirstCfg) 417 417 { 418 RT_NOREF(pProxyDev); 419 418 420 /* 419 421 * Set return defaults. … … 1278 1280 static int usbProxyLinuxSubmitURB(PUSBPROXYDEV pProxyDev, PUSBPROXYURBLNX pCur, PVUSBURB pUrb, bool *pfUnplugged) 1279 1281 { 1280 int rc = VINF_SUCCESS;1281 1282 PUSBPROXYDEVLNX pDevLnx = USBPROXYDEV_2_DATA(pProxyDev, PUSBPROXYDEVLNX); 1282 1283 unsigned cTries = 0;
Note:
See TracChangeset
for help on using the changeset viewer.