Changes in uspace/lib/usb/src/devpoll.c [7f2e33a:3954a63b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/devpoll.c
r7f2e33a r3954a63b 66 66 usb_pipe_t *pipe 67 67 = polling_data->dev->pipes[polling_data->pipe_index].pipe; 68 69 usb_log_debug("Pipe interface number: %d, protocol: %d, subclass: %d, max packet size: %d\n",70 polling_data->dev->pipes[polling_data->pipe_index].interface_no,71 polling_data->dev->pipes[polling_data->pipe_index].description->interface_protocol,72 polling_data->dev->pipes[polling_data->pipe_index].description->interface_subclass,73 pipe->max_packet_size);74 68 75 69 size_t failed_attempts = 0; … … 89 83 /* Quit the session regardless of errors. */ 90 84 usb_pipe_end_session(pipe); 91 92 // if (rc == ESTALL) {93 // usb_log_debug("Seding clear feature...\n");94 // usb_request_clear_feature(pipe, USB_REQUEST_TYPE_STANDARD,95 // USB_REQUEST_RECIPIENT_ENDPOINT, 0, pipe->endpoint_no);96 // continue;97 // }98 85 99 86 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.