Changeset 8d3cd30 in mainline for uspace/drv/bus/usb/usbhub/usbhub.h
- Timestamp:
- 2011-09-23T09:52:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3433a2
- Parents:
- 75eb6735
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.h
r75eb6735 r8d3cd30 64 64 usb_hc_connection_t connection; 65 65 66 /** default address is used indicator67 *68 * If default address is requested by this device, it cannot69 * be requested by the same hub again, otherwise a deadlock will occur.70 */71 bool is_default_address_used;72 73 66 /** Convenience pointer to control pipe 74 67 *
Note:
See TracChangeset
for help on using the changeset viewer.