USB_CONTROLLER_FLAVOR-Enumeration (usb.h)

Die USB_CONTROLLER_FLAVOR-Enumeration gibt den Typ des USB-Hostcontrollers an.

Syntax

typedef enum _USB_CONTROLLER_FLAVOR {
  USB_HcGeneric,
  OHCI_Generic,
  OHCI_Hydra,
  OHCI_NEC,
  UHCI_Generic,
  UHCI_Piix4,
  UHCI_Piix3,
  UHCI_Ich2,
  UHCI_Reserved204,
  UHCI_Ich1,
  UHCI_Ich3m,
  UHCI_Ich4,
  UHCI_Ich5,
  UHCI_Ich6,
  UHCI_Intel,
  UHCI_VIA,
  UHCI_VIA_x01,
  UHCI_VIA_x02,
  UHCI_VIA_x03,
  UHCI_VIA_x04,
  UHCI_VIA_x0E_FIFO,
  EHCI_Generic,
  EHCI_NEC,
  EHCI_Lucent,
  EHCI_NVIDIA_Tegra2,
  EHCI_NVIDIA_Tegra3,
  EHCI_Intel_Medfield
} USB_CONTROLLER_FLAVOR;

Konstanten

 
USB_HcGeneric
Gibt einen generischen Hostcontroller an.
OHCI_Generic
Gibt einen generischen OHCI-Hostcontroller an.
OHCI_Hydra
Gibt einen Hydra-Hostcontroller an.
OHCI_NEC
Gibt einen NEC-Hostcontroller an.
UHCI_Generic
Gibt einen generischen UHCI-Hostcontroller an.
UHCI_Piix4
Gibt einen Intel PIIX4 UHCI-Hostcontroller an.
UHCI_Piix3
Gibt einen Intel PIIX3 UHCI-Hostcontroller an.
UHCI_Ich2
Gibt einen Intel ICH2 UHCI-Hostcontroller an.
UHCI_Reserved204
UHCI_Ich1
Gibt einen Intel 815 ICH1 UHCI-Hostcontroller an.
UHCI_Ich3m
Gibt einen Intel ICH3m UHCI-Hostcontroller an.
UHCI_Ich4
Gibt einen Intel ICH4m UHCI-Hostcontroller an.
UHCI_Ich5
Gibt einen Intel ICH5m UHCI-Hostcontroller an.
UHCI_Ich6
Gibt einen Intel ICH6m UHCI-Hostcontroller an.
UHCI_Intel
Gibt einen generischen Intel UHCI-Hostcontroller an.
UHCI_VIA
Gibt einen generischen VIA UHCI-Hostcontroller an.
UHCI_VIA_x01
Gibt einen Revision 1 VIA UHCI-Hostcontroller an.
UHCI_VIA_x02
Gibt einen Revision 2 VIA UHCI-Hostcontroller an.
UHCI_VIA_x03
Gibt einen Revision 3 VIA UHCI-Hostcontroller an.
UHCI_VIA_x04
Gibt einen Revision 4 VIA UHCI-Hostcontroller an.
UHCI_VIA_x0E_FIFO
Gibt einen FIFO Revision VIA UHCI-Hostcontroller an.
EHCI_Generic
Gibt einen generischen EHCI-Hostcontroller an.
EHCI_NEC
Gibt einen NEC EHCI-Hostcontroller an.
EHCI_Lucent
Gibt einen EHCI Lucent-Hostcontroller an.
EHCI_NVIDIA_Tegra2
Gibt einen Revision 2 NVIDIA Tegra EHCI-Hostcontroller an.
EHCI_NVIDIA_Tegra3
Gibt einen Revision 3 NVIDIA Tegra EHCI-Hostcontroller an.
EHCI_Intel_Medfield
Gibt einen Intel Medfield-Hostcontroller an.

Anforderungen

Anforderung Wert
Header usb.h (usb.h einschließen)

Weitere Informationen

USB-Konstanten und -Enumerationen

USB_CONTROLLER_INFO_0