Changes in uspace/lib/usb/src/host/endpoint.c [545764b:8b4ce802] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/host/endpoint.c
r545764b r8b4ce802 123 123 if (instance->address == target.address && 124 124 (instance->endpoint == target.endpoint || target.endpoint == 0)) 125 endpoint_toggle_set(instance, 0);125 instance->toggle = 0; 126 126 } 127 127 /**
Note:
See TracChangeset
for help on using the changeset viewer.