mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 12:23:41 +00:00
[EHCI]
- EHCI controllers support 15 ports as specified svn path=/branches/usb-bringup-trunk/; revision=55292
This commit is contained in:
parent
403bb82e09
commit
99c0842bcb
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ typedef struct _EHCI_CAPS {
|
|||
EHCI_HCC_CONTENT HCCParams;
|
||||
ULONG HCCParamsLong;
|
||||
};
|
||||
UCHAR PortRoute [8];
|
||||
UCHAR PortRoute [15];
|
||||
} EHCI_CAPS, *PEHCI_CAPS;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue