Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values for the various types of USB host controllers.
Syntax
typedef enum _URS_HOST_INTERFACE_TYPE {
UrsHostInterfaceTypeEhci,
UrsHostInterfaceTypeXhci,
UrsHostInterfaceTypeOther
} URS_HOST_INTERFACE_TYPE;
Constants
UrsHostInterfaceTypeEhciIndicates an EHCI host controller. |
UrsHostInterfaceTypeXhciIndicates an xHCI host controller. |
UrsHostInterfaceTypeOtherIndicates a generic host controller. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 |
| Minimum supported server | Windows Server 2016 |
| Minimum KMDF version | 1.15 |
| Header | urstypes.h (include Urscx.h) |