Changeset 59282 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Jan 7, 2016 7:23:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DevOHCI.cpp
r59113 r59282 2847 2847 ohciBufInit(&pCur->Buf, pCur->Td.cbp, pCur->Td.be); 2848 2848 2849 /* don't combine if the direction doesn't match up. */ 2849 /* Don't combine if the direction doesn't match up. There can't actually be 2850 * a mismatch for bulk/interrupt EPs unless the guest is buggy. 2851 */ 2850 2852 if ( (pCur->Td.hwinfo & (TD_HWINFO_DIR)) 2851 != ( pCur->Td.hwinfo & (TD_HWINFO_DIR)))2853 != (Head.Td.hwinfo & (TD_HWINFO_DIR))) 2852 2854 break; 2853 2855
Note:
See TracChangeset
for help on using the changeset viewer.