mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[ISAPNP] Generate a name for PDO, as required
This commit is contained in:
parent
a86c3794a6
commit
ac13f37d0a
1 changed files with 1 additions and 1 deletions
|
@ -1246,7 +1246,7 @@ IsaPnpCreateReadPortDO(
|
|||
sizeof(ISAPNP_PDO_EXTENSION),
|
||||
NULL,
|
||||
FILE_DEVICE_CONTROLLER,
|
||||
FILE_DEVICE_SECURE_OPEN,
|
||||
FILE_DEVICE_SECURE_OPEN | FILE_AUTOGENERATED_DEVICE_NAME,
|
||||
FALSE,
|
||||
&FdoExt->ReadPortPdo);
|
||||
if (!NT_SUCCESS(Status))
|
||||
|
|
Loading…
Reference in a new issue