mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
[HIDCLASS]
- remove no longer required pnp hack svn path=/trunk/; revision=66546
This commit is contained in:
@@ -146,23 +146,12 @@ HidClass_Create(
|
||||
CommonDeviceExtension = DeviceObject->DeviceExtension;
|
||||
if (CommonDeviceExtension->IsFDO)
|
||||
{
|
||||
#ifndef __REACTOS__
|
||||
|
||||
//
|
||||
// only supported for PDO
|
||||
//
|
||||
Irp->IoStatus.Status = STATUS_UNSUCCESSFUL;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
return STATUS_UNSUCCESSFUL;
|
||||
#else
|
||||
//
|
||||
// ReactOS PnP manager [...]
|
||||
//
|
||||
DPRINT1("[HIDCLASS] PnP HACK\n");
|
||||
Irp->IoStatus.Status = STATUS_SUCCESS;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
return STATUS_SUCCESS;
|
||||
#endif
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user