- EHCI controllers support 15 ports as specified

svn path=/branches/usb-bringup-trunk/; revision=55292
This commit is contained in:
Johannes Anderwald 2012-01-29 17:25:34 +00:00
parent 403bb82e09
commit 99c0842bcb

View file

@ -256,7 +256,7 @@ typedef struct _EHCI_CAPS {
EHCI_HCC_CONTENT HCCParams; EHCI_HCC_CONTENT HCCParams;
ULONG HCCParamsLong; ULONG HCCParamsLong;
}; };
UCHAR PortRoute [8]; UCHAR PortRoute [15];
} EHCI_CAPS, *PEHCI_CAPS; } EHCI_CAPS, *PEHCI_CAPS;