Changeset 81c508c in mainline for uspace/drv/usbhub/usbhub.c
- Timestamp:
- 2011-02-27T00:25:28Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 299d53e, cc44f7e
- Parents:
- b8622e2 (diff), c2fa801 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.c
rb8622e2 r81c508c 253 253 usb_endpoint_pipe_start_session(&result->endpoints.control); 254 254 opResult = usb_request_get_descriptor(&result->endpoints.control, 255 USB_REQUEST_TYPE_CLASS, 256 USB_DESCTYPE_HUB, 0, 0, serialized_descriptor, 255 USB_REQUEST_TYPE_CLASS, USB_REQUEST_RECIPIENT_DEVICE, 256 USB_DESCTYPE_HUB, 257 0, 0, serialized_descriptor, 257 258 USB_HUB_MAX_DESCRIPTOR_SIZE, &received_size); 258 259 usb_endpoint_pipe_end_session(&result->endpoints.control);
Note:
See TracChangeset
for help on using the changeset viewer.