Changes in uspace/lib/usb/src/recognise.c [bc1c6fb:206f71a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/recognise.c
rbc1c6fb r206f71a 369 369 goto failure; 370 370 } 371 rc = usb_endpoint_pipe_probe_default_control(&ctrl_pipe); 372 if (rc != EOK) { 373 goto failure; 374 } 371 375 372 376 /*
Note:
See TracChangeset
for help on using the changeset viewer.