Ignore:
File:
1 edited

Legend:

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

    r28cb8bf7 r281ebae  
    3636#define DRV_USBHUB_USBHUB_H
    3737
    38 #include <ipc/devman.h>
    39 #include <usb/usb.h>
    40 #include <driver.h>
     38#define NAME "usbhub"
    4139
    42 #define NAME "usbhub"
     40#include "usb/hcdhubd.h"
    4341
    4442/** basic information about device attached to hub */
     
    5452        /** attached device handles */
    5553        usb_hub_attached_device_t * attached_devs;
    56         /** USB address of the hub. */
    57         usb_address_t address;
     54        /** General usb device info. */
     55        usb_hcd_attached_device_info_t * usb_device;
    5856        /** General device info*/
    5957        device_t * device;
     58
    6059} usb_hub_info_t;
    6160
Note: See TracChangeset for help on using the changeset viewer.