Changes in uspace/lib/usbdev/src/pipes.c [e773f58:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/pipes.c
re773f58 ra35b458 160 160 if ((setup == NULL) || (setup_size != 8)) 161 161 return EINVAL; 162 162 163 163 memcpy(&t->req.setup, setup, 8); 164 164 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.