iPXE
usb_hub_descriptor Union Reference

A USB hub descriptor. More...

#include <usbhub.h>

Data Fields

struct usb_descriptor_header header
 Descriptor header.
struct usb_hub_descriptor_basic basic
 Basic hub descriptor.
struct usb_hub_descriptor_enhanced enhanced
 Enhanced hub descriptor.

Detailed Description

A USB hub descriptor.

Definition at line 53 of file usbhub.h.

Field Documentation

◆ header

struct usb_descriptor_header usb_hub_descriptor::header

Descriptor header.

Definition at line 55 of file usbhub.h.

◆ basic

struct usb_hub_descriptor_basic usb_hub_descriptor::basic

Basic hub descriptor.

Definition at line 57 of file usbhub.h.

◆ enhanced

struct usb_hub_descriptor_enhanced usb_hub_descriptor::enhanced

Enhanced hub descriptor.

Definition at line 59 of file usbhub.h.

Referenced by hub_probe().


The documentation for this union was generated from the following file: