mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -518,10 +518,11 @@ HidClassPDO_PnP(
|
||||
Status = IoSetDeviceInterfaceState(&PDODeviceExtension->DeviceInterface, TRUE);
|
||||
DPRINT1("[HIDCLASS] IoSetDeviceInterFaceState %x\n", Status);
|
||||
}
|
||||
ASSERT(Status == STATUS_SUCCESS);
|
||||
|
||||
//
|
||||
// break
|
||||
// done
|
||||
//
|
||||
Status = STATUS_SUCCESS;
|
||||
break;
|
||||
}
|
||||
case IRP_MN_REMOVE_DEVICE:
|
||||
|
||||
Reference in New Issue
Block a user