mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[USBPORT] In USBHI_GetExtendedHubInformation, pass the correct port index to RH_GetPortStatus.
This commit is contained in:
@@ -476,7 +476,7 @@ USBHI_GetExtendedHubInformation(IN PVOID BusContext,
|
||||
HubInfoBuffer->Port[ix].PortAttributes = USB_PORTATTR_SHARED_USB2;
|
||||
|
||||
Packet->RH_GetPortStatus(FdoExtension->MiniPortExt,
|
||||
ix,
|
||||
ix + 1,
|
||||
&PortStatus);
|
||||
|
||||
if (PortStatus.PortStatus.Usb20PortStatus.AsUshort16 & 0x8000)
|
||||
|
||||
Reference in New Issue
Block a user