mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[USBEHCI]
- Correct the definition of END_POINT_CAPABILITIES. Brought to you by Vadim Galyant. CORE-11893 #resolve CORE-9296 svn path=/trunk/; revision=72583
This commit is contained in:
parent
aca10fa72a
commit
ee0aa584d8
1 changed files with 2 additions and 2 deletions
|
@ -181,8 +181,8 @@ typedef struct _END_POINT_CAPABILITIES
|
|||
{
|
||||
ULONG InterruptScheduleMask:8;
|
||||
ULONG SplitCompletionMask:8;
|
||||
ULONG HubAddr:6;
|
||||
ULONG PortNumber:6;
|
||||
ULONG HubAddr:7;
|
||||
ULONG PortNumber:7;
|
||||
ULONG NumberOfTransactionPerFrame:2;
|
||||
} END_POINT_CAPABILITIES, *PEND_POINT_CAPABILITIES;
|
||||
|
||||
|
|
Loading…
Reference in a new issue