Changeset 18902ca6 in mainline for uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c
- Timestamp:
- 2017-10-04T18:25:38Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fa77af7
- Parents:
- 63011c53
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c
r63011c53 r18902ca6 78 78 79 79 /* Allow less data on input. */ 80 if (dir == USB_DIRECTION_IN) {80 if (direction == USB_DIRECTION_IN) { 81 81 OHCI_MEM32_SET(instance->status, TD_STATUS_ROUND_FLAG); 82 82 }
Note:
See TracChangeset
for help on using the changeset viewer.