Changeset 21f36e04 in mainline
- Timestamp:
- 2014-01-25T16:25:34Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc7575c
- Parents:
- 44b9b44
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c
r44b9b44 r21f36e04 76 76 } 77 77 78 /* Al ow less data on input. */78 /* Allow less data on input. */ 79 79 if (dir == USB_DIRECTION_IN) { 80 80 OHCI_MEM32_SET(instance->status, TD_STATUS_ROUND_FLAG);
Note:
See TracChangeset
for help on using the changeset viewer.