Changeset 63563 in vbox for trunk/src/VBox/Main/src-server/generic
- Timestamp:
- Aug 16, 2016 2:04:28 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110218
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/generic/USBProxyBackendUsbIp.cpp
r62485 r63563 50 50 #define USBIP_REQ_RET_DEVLIST UINT16_C(5) 51 51 52 /** @todo :Duplicate code in USBProxyDevice-usbip.cpp */52 /** @todo Duplicate code in USBProxyDevice-usbip.cpp */ 53 53 /** 54 54 * Exported device entry in the OP_RET_DEVLIST reply. … … 955 955 pNew->enmState = USBDEVICESTATE_USED_BY_HOST_CAPTURABLE; 956 956 pNew->u64SerialHash = 0; 957 /** @todo :The following is not correct but is required to to get USB testing working957 /** @todo The following is not correct but is required to to get USB testing working 958 958 * because only the port can be part of a filter (adding the required attributes for the bus 959 959 * breaks API and ABI compatibility).
Note:
See TracChangeset
for help on using the changeset viewer.