mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[USBHUB] Fix recipient in USBH_SyncClearPortStatus. CORE-16704
This commit is contained in:
parent
e8df1a38bd
commit
76a075867e
1 changed files with 5 additions and 5 deletions
|
@ -1399,7 +1399,7 @@ USBH_SyncClearPortStatus(IN PUSBHUB_FDO_EXTENSION HubExtension,
|
|||
RequestValue);
|
||||
|
||||
RequestType.B = 0;
|
||||
RequestType.Recipient = BMREQUEST_TO_DEVICE;
|
||||
RequestType.Recipient = BMREQUEST_TO_OTHER;
|
||||
RequestType.Type = BMREQUEST_CLASS;
|
||||
RequestType.Dir = BMREQUEST_HOST_TO_DEVICE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue