mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +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
|
// copy result status
|
||||||
//
|
//
|
||||||
IrpContext->OriginalIrp->IoStatus.Status = Irp->IoStatus.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
|
// free input report buffer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue