mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[HID]
- Fix bug in irp completion handler CORE-7069 svn path=/trunk/; revision=58943
This commit is contained in:
parent
ed2e1fdfc9
commit
bf9fa8056b
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ HidClass_ReadCompleteIrp(
|
|||
// copy result status
|
||||
//
|
||||
IrpContext->OriginalIrp->IoStatus.Status = Irp->IoStatus.Status;
|
||||
Irp->IoStatus.Information = Irp->IoStatus.Information;
|
||||
IrpContext->OriginalIrp->IoStatus.Information = Irp->IoStatus.Information;
|
||||
|
||||
//
|
||||
// free input report buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue