Ignore:
File:
1 edited

Legend:

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

    r205f0766 r9d58539  
    5757        /** Port structures, one for each port */
    5858        usb_hub_port_t *ports;
    59         /** Connection to hcd */
    60         usb_hc_connection_t connection;
    6159        /** Generic usb device data*/
    6260        usb_device_t *usb_device;
     
    7775        /** Status indicator */
    7876        bool running;
     77        /** Hub supports port power switching. */
     78        bool power_switched;
     79        /** Each port is switched individually. */
     80        bool per_port_power;
    7981};
    8082
    8183int usb_hub_device_add(usb_device_t *usb_dev);
     84int usb_hub_device_remove(usb_device_t *usb_dev);
    8285int usb_hub_device_gone(usb_device_t *usb_dev);
    8386
Note: See TracChangeset for help on using the changeset viewer.