Changeset 4559d89 in mainline
- Timestamp:
- 2011-09-23T14:47:07Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0212751
- Parents:
- 621ba8c
- Location:
- uspace/drv/bus/usb/usbhub
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.c
r621ba8c r4559d89 213 213 214 214 info->usb_device = usb_dev; 215 info->control_pipe = &usb_dev->ctrl_pipe;216 215 217 216 info->ports = NULL; -
uspace/drv/bus/usb/usbhub/usbhub.h
r621ba8c r4559d89 63 63 usb_hc_connection_t connection; 64 64 65 /** Convenience pointer to control pipe66 *67 * Control pipe is initialized in usb_device structure. This is68 * pointer into that structure, so that we don't not have to69 * search again and again for the 'right pipe'.70 */71 usb_pipe_t *control_pipe;72 73 65 /** Generic usb device data*/ 74 66 usb_device_t *usb_device;
Note:
See TracChangeset
for help on using the changeset viewer.