Changeset 4ee5272 in mainline for uspace/drv/bus/usb/usbhub/status.h


Ignore:
Timestamp:
2014-01-19T04:45:39Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2be477d5
Parents:
615abda
Message:

libusb, usbhub: Add USB2 features and structures

File:
1 edited

Legend:

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

    r615abda r4ee5272  
    6464#define USB_HUB_PORT_STATUS_HIGH_SPEED \
    6565    (uint32_usb2host(1 << 10))
     66#define USB_HUB_PORT_STATUS_TEST_MODE \
     67    (uint32_usb2host(1 << 11))
     68#define USB_HUB_PORT_INDICATOR_CONTROL \
     69    (uint32_usb2host(1 << 12))
    6670
    6771#define USB_HUB_PORT_C_STATUS_CONNECTION \
Note: See TracChangeset for help on using the changeset viewer.