Changeset 6c399765 in mainline for uspace/drv/usbhub/usbhub.h


Ignore:
Timestamp:
2011-04-03T20:06:39Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
195890b
Parents:
fefc27d
Message:

attempt to solve non-removable devices
some fixes in root hub driver

File:
1 edited

Legend:

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

    rfefc27d r6c399765  
    4343
    4444#include <usb/hub.h>
     45#include <usb/classes/hub.h>
    4546
    4647#include <usb/pipes.h>
     
    8485        /** generic usb device data*/
    8586        usb_device_t * usb_device;
     87
     88        /** usb hub specific descriptor */
     89        usb_hub_descriptor_t * descriptor;
     90
     91        /** not yet initialized non-removable devices */
     92        uint8_t * not_initialized_non_removables;
     93
    8694} usb_hub_info_t;
    8795
Note: See TracChangeset for help on using the changeset viewer.