Changeset edc4c66 in mainline for uspace/lib/usb/src/host/endpoint.c
- Timestamp:
- 2011-04-10T08:16:04Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 86b4ee0
- Parents:
- a19a2d7 (diff), d824daf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/host/endpoint.c
ra19a2d7 redc4c66 99 99 assert(instance); 100 100 if (instance->address == target.address && 101 instance->endpoint == target.endpoint)101 (instance->endpoint == target.endpoint || target.endpoint == 0)) 102 102 instance->toggle = 0; 103 103 }
Note:
See TracChangeset
for help on using the changeset viewer.