// ucxroothub.h
typedef enum _CONTROLLER_TYPE {
ControllerTypeXhci,
ControllerTypeSoftXhci
} CONTROLLER_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration specifies if the USB host controller is an eXtensible Host Controller Interface (xHCI) controller.
ControllerTypeXhciIndicates the USB host controller is an xHCI controller.
ControllerTypeSoftXhciIndicates the USB host controller is software an xHCI controller.