Changeset 4501e207 in mainline for uspace/drv/bus/usb/usbhub/port.h


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/drv/bus/usb/usbhub/port.h

    raa1922c r4501e207  
    5858
    5959        /** Information about attached device. */
    60         usb_hc_attached_device_t attached_device;
     60        usb_hub_attached_device_t attached_device;
    6161} usb_hub_port_t;
    6262
Note: See TracChangeset for help on using the changeset viewer.