Changeset 4501e207 in mainline for uspace/lib/usbdev/src/hub.c
- Timestamp:
- 2011-10-12T17:31:05Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 96fde65
- Parents:
- aa1922c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/hub.c
raa1922c r4501e207 95 95 */ 96 96 int usb_hc_register_device(usb_hc_connection_t * connection, 97 const usb_h c_attached_device_t *attached_device)97 const usb_hub_attached_device_t *attached_device) 98 98 { 99 99 CHECK_CONNECTION(connection); … … 332 332 * And now inform the host controller about the handle. 333 333 */ 334 usb_h c_attached_device_t new_device = {334 usb_hub_attached_device_t new_device = { 335 335 .address = dev_addr, 336 336 .handle = child_handle
Note:
See TracChangeset
for help on using the changeset viewer.