mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[HID]
- Fix bug in irp completion handler CORE-7069 svn path=/trunk/; revision=58943
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user