Changeset 969a6ff in mainline
- Timestamp:
- 2011-03-04T15:01:49Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4e900c1, 5dd9209
- Parents:
- 04c722f9 (diff), 140c033 (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
r04c722f9 r969a6ff 234 234 usb_endpoint_pipe_start_session(&result->endpoints.control); 235 235 opResult = usb_request_get_descriptor(&result->endpoints.control, 236 USB_REQUEST_TYPE_ STANDARD, USB_REQUEST_RECIPIENT_DEVICE,236 USB_REQUEST_TYPE_CLASS, USB_REQUEST_RECIPIENT_DEVICE, 237 237 USB_DESCTYPE_HUB, 238 238 0, 0, serialized_descriptor,
Note:
See TracChangeset
for help on using the changeset viewer.