Changeset 4501e207 in mainline for uspace/lib/usbdev/src/hub.c


Ignore:
Timestamp:
2011-10-12T17:31:05Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
96fde65
Parents:
aa1922c
Message:

rename: usb_hc_attached_device_t ⇒ usb_hub_attached_device_t

Host controller can't have anything attached (other than root hub).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/hub.c

    raa1922c r4501e207  
    9595 */
    9696int usb_hc_register_device(usb_hc_connection_t * connection,
    97     const usb_hc_attached_device_t *attached_device)
     97    const usb_hub_attached_device_t *attached_device)
    9898{
    9999        CHECK_CONNECTION(connection);
     
    332332         * And now inform the host controller about the handle.
    333333         */
    334         usb_hc_attached_device_t new_device = {
     334        usb_hub_attached_device_t new_device = {
    335335                .address = dev_addr,
    336336                .handle = child_handle
Note: See TracChangeset for help on using the changeset viewer.