Changeset 99739 in vbox for trunk/src/VBox/Devices/USB/linux
- Timestamp:
- May 11, 2023 1:01:08 AM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 157315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
r98103 r99739 260 260 * Links the given URB into the in flight list. 261 261 * 262 * @returns nothing.263 262 * @param pDevLnx The proxy device instance - Linux specific data. 264 263 * @param pUrbLnx The URB to link into the in flight list. … … 276 275 * Unlinks the given URB from the in flight list. 277 276 * 278 * @returns nothing.279 277 * @param pDevLnx The proxy device instance - Linux specific data. 280 278 * @param pUrbLnx The URB to link into the in flight list.
Note:
See TracChangeset
for help on using the changeset viewer.