Changeset 50ba203 in mainline for uspace/drv/usbhub/usbhub.h


Ignore:
Timestamp:
2011-02-20T15:46:48Z (14 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6bb83c7
Parents:
d81ef61c (diff), 0c00dac (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge with usb/development

File:
1 edited

Legend:

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

    rd81ef61c r50ba203  
    3636#define DRV_USBHUB_USBHUB_H
    3737
     38#include <ipc/devman.h>
     39#include <usb/usb.h>
     40#include <driver.h>
     41
    3842#define NAME "usbhub"
    3943
     44<<<<<<< TREE
    4045#include "usb/hcdhubd.h"
    4146
    4247#include <usb/pipes.h>
    4348
     49=======
     50>>>>>>> MERGE-SOURCE
    4451/** basic information about device attached to hub */
    4552typedef struct{
     
    6269        /** attached device handles, for each port one */
    6370        usb_hub_attached_device_t * attached_devs;
    64         /** General usb device info. */
    65         usb_hcd_attached_device_info_t * usb_device;
     71        /** USB address of the hub. */
     72        usb_address_t address;
    6673        /** General device info*/
    6774        device_t * device;
     75<<<<<<< TREE
    6876        /** connection to hcd */
    6977        usb_device_connection_t connection;
     
    7179        usb_hub_endpoints_t endpoints;
    7280
     81=======
     82>>>>>>> MERGE-SOURCE
    7383} usb_hub_info_t;
    7484
Note: See TracChangeset for help on using the changeset viewer.