Changeset 65169 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Jan 5, 2017 10:15:09 PM (8 years ago)
- Location:
- trunk/src/VBox/Devices/USB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DevOHCI.cpp
r65058 r65169 2220 2220 2221 2221 /** @todo r=bird: Messing with the toggle flag in prepare is probably not correct 2222 * when we encounter a STALL error, 4.3.1.3.7.2: "If an endpoint returns a STALL2222 * when we encounter a STALL error, 4.3.1.3.7.2: ''If an endpoint returns a STALL 2223 2223 * PID, the Host Controller retires the General TD with the ConditionCode set 2224 2224 * to STALL and halts the endpoint. The CurrentBufferPointer, ErrorCount, and 2225 2225 * dataToggle fields retain the values that they had at the start of the 2226 * transaction. "*/2226 * transaction.'' */ 2227 2227 2228 2228 /* update toggle and set data toggle carry */ -
trunk/src/VBox/Devices/USB/VUSBUrb.cpp
r64294 r65169 352 352 break; 353 353 354 #if 1 /** @todo r=bird: OHCI say "If the Transfer Descriptor is being354 #if 1 /** @todo r=bird: OHCI say ''If the Transfer Descriptor is being 355 355 * retired because of an error, the Host Controller must update 356 * the Halt bit of the Endpoint Descriptor. "356 * the Halt bit of the Endpoint Descriptor.'' 357 357 * 358 358 * So, I'll subject all transfertypes to the same halt stuff now. It could
Note:
See TracChangeset
for help on using the changeset viewer.