Changeset d0c060b in mainline for uspace/drv/ohci/root_hub.h


Ignore:
Timestamp:
2011-05-06T15:40:46Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3b543d5
Parents:
26f6094
Message:

bugfix candidates: ohci: detecting devices connected on startup
hub driver: status change clearing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/root_hub.h

    r26f6094 rd0c060b  
    5151        usb_address_t address;
    5252        /** hub port count */
    53         int port_count;
     53        size_t port_count;
    5454        /** hubs descriptors */
    5555        usb_device_descriptors_t descriptors;
Note: See TracChangeset for help on using the changeset viewer.