Changes in uspace/lib/usbdev/src/request.c [816f5f4:58563585] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/request.c
r816f5f4 r58563585 844 844 } 845 845 return usb_request_clear_endpoint_halt(ctrl_pipe, 846 target_pipe-> desc.endpoint_no);846 target_pipe->endpoint_no); 847 847 } 848 848 … … 858 858 { 859 859 uint16_t status_tmp; 860 uint16_t pipe_index = (uint16_t) pipe-> desc.endpoint_no;860 uint16_t pipe_index = (uint16_t) pipe->endpoint_no; 861 861 int rc = usb_request_get_status(ctrl_pipe, 862 862 USB_REQUEST_RECIPIENT_ENDPOINT, uint16_host2usb(pipe_index),
Note:
See TracChangeset
for help on using the changeset viewer.