Changeset 5b6f8dd in mainline
- Timestamp:
- 2011-09-19T13:33:52Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34a0d17
- Parents:
- 983e135
- Location:
- uspace/drv/bus/usb/usbhub
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.c
r983e135 r5b6f8dd 214 214 215 215 result->usb_device = usb_dev; 216 result->status_change_pipe = usb_dev->pipes[0].pipe;217 216 result->control_pipe = &usb_dev->ctrl_pipe; 218 217 result->is_default_address_used = false; -
uspace/drv/bus/usb/usbhub/usbhub.h
r983e135 r5b6f8dd 71 71 bool is_default_address_used; 72 72 73 /** convenience pointer to status change pipe74 *75 * Status change pipe is initialized in usb_device structure. This is76 * pointer into this structure, so that it does not have to be77 * searched again and again for the 'right pipe'.78 */79 usb_pipe_t *status_change_pipe;80 81 73 /** Convenience pointer to control pipe 82 74 *
Note:
See TracChangeset
for help on using the changeset viewer.