Changes in / [03f7952:ff4185e6] in mainline
- Location:
- uspace
- Files:
-
- 3 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.c
r03f7952 rff4185e6 233 233 dprintf(USB_LOG_LEVEL_DEBUG, "starting control transaction"); 234 234 usb_endpoint_pipe_start_session(&result->endpoints.control); 235 opResult = usb_request_set_configuration(&result->endpoints.control, 1);236 assert(opResult == EOK);237 238 235 opResult = usb_request_get_descriptor(&result->endpoints.control, 239 236 USB_REQUEST_TYPE_CLASS, USB_REQUEST_RECIPIENT_DEVICE,
Note:
See TracChangeset
for help on using the changeset viewer.