Changes in uspace/lib/usb/src/host/device_keeper.c [506d330:049eb87] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/host/device_keeper.c
r506d330 r049eb87 128 128 /* recipient is endpoint, value is zero (ENDPOINT_STALL) */ 129 129 if (((data[0] & 0xf) == 1) && ((data[2] | data[3]) == 0)) { 130 link_t *current = 131 instance->devices[target.address].endpoints.next; 130 132 while (current != 131 133 &instance->devices[target.address].endpoints)
Note:
See TracChangeset
for help on using the changeset viewer.