Changeset 54381 in vbox
- Timestamp:
- Feb 23, 2015 12:07:20 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98476
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DevOHCI.cpp
r54072 r54381 3736 3736 if (pThis->aInFlight[i].fInactive 3737 3737 && pUrb->enmState == VUSBURBSTATE_IN_FLIGHT 3738 && !pUrb->enmType == VUSBXFERTYPE_CTRL)3738 && pUrb->enmType != VUSBXFERTYPE_CTRL) 3739 3739 pThis->RootHub.pIRhConn->pfnCancelUrbsEp(pThis->RootHub.pIRhConn, pUrb); 3740 3740 } … … 5047 5047 }; 5048 5048 5049 /* Quick way to determine how many op regs are valid. Since at least one port must 5049 /* Quick way to determine how many op regs are valid. Since at least one port must 5050 5050 * be configured (and no more than 15), there will be between 22 and 36 registers. 5051 5051 */
Note:
See TracChangeset
for help on using the changeset viewer.