Changeset 32080 in vbox for trunk/src/VBox
- Timestamp:
- Aug 30, 2010 8:41:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/USBProxyServiceLinux.cpp
r31892 r32080 1449 1449 { 1450 1450 ssize_t cb = RTLinuxSysFsGetLinkDest(szBuf, sizeof(szBuf), "%s/driver", 1451 USBInterfaceList_iter_target(&it2));1451 *USBInterfaceList_iter_target(&it2)); 1452 1452 if (cb > 0 && Dev->enmState != USBDEVICESTATE_UNSUPPORTED) 1453 1453 Dev->enmState = (strcmp(szBuf, "hub") == 0) … … 1455 1455 : USBDEVICESTATE_USED_BY_HOST_CAPTURABLE; 1456 1456 if (RTLinuxSysFsReadIntFile(16, "%s/bInterfaceClass", 1457 USBInterfaceList_iter_target(&it2)) == 9 /* hub */)1457 *USBInterfaceList_iter_target(&it2)) == 9 /* hub */) 1458 1458 Dev->enmState = USBDEVICESTATE_UNSUPPORTED; 1459 1459 }
Note:
See TracChangeset
for help on using the changeset viewer.