Changeset 0212751 in mainline for uspace/lib/usb/include


Ignore:
Timestamp:
2011-09-23T19:06:37Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aefa0d5
Parents:
4559d89
Message:

usbhub: IMplement some easy TODOs

Convert process_intterrupt to use usb_hub_port_t structure instead of index.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/classes/hub.h

    r4559d89 r0212751  
    7676#define HUB_CHAR_NO_POWER_SWITCH_FLAG (1 << 1)
    7777        /* Unused part of characteristics field */
    78         uint8_t characteristics_reservered;
     78        uint8_t characteristics_reserved;
    7979        /** Time from power-on to stabilization of current on the port. */
    8080        uint8_t power_good_time;
Note: See TracChangeset for help on using the changeset viewer.