Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/usbhub.h

    r9d58539 r205f0766  
    5757        /** Port structures, one for each port */
    5858        usb_hub_port_t *ports;
     59        /** Connection to hcd */
     60        usb_hc_connection_t connection;
    5961        /** Generic usb device data*/
    6062        usb_device_t *usb_device;
     
    7577        /** Status indicator */
    7678        bool running;
    77         /** Hub supports port power switching. */
    78         bool power_switched;
    79         /** Each port is switched individually. */
    80         bool per_port_power;
    8179};
    8280
    8381int usb_hub_device_add(usb_device_t *usb_dev);
    84 int usb_hub_device_remove(usb_device_t *usb_dev);
    8582int usb_hub_device_gone(usb_device_t *usb_dev);
    8683
Note: See TracChangeset for help on using the changeset viewer.