Changeset 9f685aa in mainline for uspace/drv/bus/usb/usbhub/usbhub.h


Ignore:
Timestamp:
2018-01-22T20:06:41Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34d750c
Parents:
effbef3
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-22 20:04:03)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-22 20:06:41)
Message:

usbhub: turns out MTT is a bit different

File:
1 edited

Legend:

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

    reffbef3 r9f685aa  
    7272        /** Each port is switched individually. */
    7373        bool per_port_power;
     74        /** Whether MTT is available */
     75        bool mtt_available;
    7476
    7577        /** Default address management */
     
    7981};
    8082
    81 extern const usb_endpoint_description_t hub_status_change_endpoint_description;
     83extern const usb_endpoint_description_t *usb_hub_endpoints [];
    8284
    8385int usb_hub_device_add(usb_device_t *);
Note: See TracChangeset for help on using the changeset viewer.