Changeset 5b6f8dd in mainline for uspace/drv/bus/usb/usbhub/usbhub.h
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.