Changes in uspace/lib/usb/src/hub.c [206f71a:bc1c6fb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hub.c
r206f71a rbc1c6fb 235 235 goto leave_release_default_address; 236 236 } 237 rc = usb_endpoint_pipe_probe_default_control(&ctrl_pipe);238 if (rc != EOK) {239 rc = ENOTCONN;240 goto leave_release_default_address;241 }242 237 243 238 rc = usb_endpoint_pipe_start_session(&ctrl_pipe);
Note:
See TracChangeset
for help on using the changeset viewer.