Changes in uspace/lib/usbdev/src/pipes.c [a35b458:e773f58] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/pipes.c
ra35b458 re773f58 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.