Changes in / [d824daf:1c258d1] in mainline
- Location:
- uspace
- Files:
-
- 3 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/host/endpoint.c
rd824daf r1c258d1 99 99 assert(instance); 100 100 if (instance->address == target.address && 101 (instance->endpoint == target.endpoint || target.endpoint == 0))101 instance->endpoint == target.endpoint) 102 102 instance->toggle = 0; 103 103 }
Note:
See TracChangeset
for help on using the changeset viewer.