Changes in uspace/app/usbinfo/info.c [206f71a:b1c6e58] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/info.c
r206f71a rb1c6e58 65 65 goto leave; 66 66 } 67 rc = usb_endpoint_pipe_probe_default_control(&ctrl_pipe);68 if (rc != EOK) {69 fprintf(stderr,70 NAME ": probing default control pipe failed: %s.\n",71 str_error(rc));72 goto leave;73 }74 67 rc = usb_endpoint_pipe_start_session(&ctrl_pipe); 75 68 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.