<!--
{
  "availability" : [
    "DriverKit: 19.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "USBDriverKit",
  "identifier" : "/documentation/USBDriverKit/IOUSB20HubDescriptor",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "USBDriverKit"
    ],
    "preciseIdentifier" : "c:@S@IOUSB20HubDescriptor"
  },
  "title" : "IOUSB20HubDescriptor"
}
-->

# IOUSB20HubDescriptor

A structure that defines the descriptor for a USB hub.

```
struct IOUSB20HubDescriptor;
```

## Overview

For more information about this descriptor type, see section 11.23.2.1 of the USB 2.0 specification at <http://www.usb.org>.

## Topics

### Accessing the Descriptor Properties

[`bLength`](/documentation/USBDriverKit/IOUSB20HubDescriptor/bLength)

[`bDescriptorType`](/documentation/USBDriverKit/IOUSB20HubDescriptor/bDescriptorType)

[`bNumberPorts`](/documentation/USBDriverKit/IOUSB20HubDescriptor/bNumberPorts)

[`wHubCharacteristics`](/documentation/USBDriverKit/IOUSB20HubDescriptor/wHubCharacteristics)

[`bPowerOnToPowerGood`](/documentation/USBDriverKit/IOUSB20HubDescriptor/bPowerOnToPowerGood)

[`bHubControllerCurrent`](/documentation/USBDriverKit/IOUSB20HubDescriptor/bHubControllerCurrent)

[`deviceRemovable`](/documentation/USBDriverKit/IOUSB20HubDescriptor/deviceRemovable)

[`reserved`](/documentation/USBDriverKit/IOUSB20HubDescriptor/reserved)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)