Author: janderwald Date: Sun May 5 14:51:27 2013 New Revision: 58943
URL: http://svn.reactos.org/svn/reactos?rev=58943&view=rev Log: [HID] - Fix bug in irp completion handler CORE-7069
Modified: trunk/reactos/drivers/hid/hidclass/hidclass.c
Modified: trunk/reactos/drivers/hid/hidclass/hidclass.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/hid/hidclass/hidcla... ============================================================================== --- trunk/reactos/drivers/hid/hidclass/hidclass.c [iso-8859-1] (original) +++ trunk/reactos/drivers/hid/hidclass/hidclass.c [iso-8859-1] Sun May 5 14:51:27 2013 @@ -458,7 +458,7 @@ // 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