mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:33:10 +00:00
[HIDCLASS]
- Ignore failure to register a device interface during 1st stage setup svn path=/branches/usb-bringup-trunk/; revision=55375
This commit is contained in:
parent
a38869d14c
commit
b6406a158e
1 changed files with 3 additions and 2 deletions
|
@ -518,10 +518,11 @@ HidClassPDO_PnP(
|
||||||
Status = IoSetDeviceInterfaceState(&PDODeviceExtension->DeviceInterface, TRUE);
|
Status = IoSetDeviceInterfaceState(&PDODeviceExtension->DeviceInterface, TRUE);
|
||||||
DPRINT1("[HIDCLASS] IoSetDeviceInterFaceState %x\n", Status);
|
DPRINT1("[HIDCLASS] IoSetDeviceInterFaceState %x\n", Status);
|
||||||
}
|
}
|
||||||
ASSERT(Status == STATUS_SUCCESS);
|
|
||||||
//
|
//
|
||||||
// break
|
// done
|
||||||
//
|
//
|
||||||
|
Status = STATUS_SUCCESS;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case IRP_MN_REMOVE_DEVICE:
|
case IRP_MN_REMOVE_DEVICE:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue