Changeset 41c1f7b in mainline for uspace/lib/usb/src/host/device_keeper.c
- Timestamp:
- 2011-04-07T09:03:37Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 97ab321, a82889e
- Parents:
- 9a7e5b4 (diff), 049eb87 (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/device_keeper.c
r9a7e5b4 r41c1f7b 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.