Changeset 61879 in vbox for trunk/src/VBox/Devices/USB/linux
- Timestamp:
- Jun 24, 2016 11:30:31 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108304
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
r61859 r61879 1756 1756 1757 1757 Assert(pUrbLnx->pSplitHead); 1758 Assert((pKUrb->endpoint & 0x80) && (!pKUrb->flags & USBDEVFS_URB_SHORT_NOT_OK));1758 Assert((pKUrb->endpoint & 0x80) && !(pKUrb->flags & USBDEVFS_URB_SHORT_NOT_OK)); 1759 1759 PUSBPROXYURBLNX pNew = usbProxyLinuxSplitURBFragment(pProxyDev, pUrbLnx->pSplitHead, pUrbLnx); 1760 1760 if (!pNew)
Note:
See TracChangeset
for help on using the changeset viewer.