mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Reviewed-by: Victor Perevertkin <victor.perevertkin@reactos.org> Reviewed-by: Thomas Faber <thomas.faber@reactos.org>
This commit is contained in:
parent
a91f5e8e4d
commit
feae6fbc64
1 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ EHCI_RH_GetRootHubData(IN PVOID ehciExtension,
|
|||
}
|
||||
else
|
||||
{
|
||||
/* Ganged power switching (all ports’ power at once) */
|
||||
/* Ganged power switching (all ports' power at once) */
|
||||
HubCharacteristics.PowerControlMode = 0;
|
||||
}
|
||||
|
||||
|
@ -355,7 +355,7 @@ EHCI_RH_PortResetComplete(IN PVOID ehciExtension,
|
|||
RegPacket.UsbPortRequestAsyncCallback(EhciExtension,
|
||||
50, // TimerValue
|
||||
Port,
|
||||
sizeof(Port),
|
||||
sizeof(*Port),
|
||||
EHCI_RH_FinishReset);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue