mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[NTOS:IO] Do not translate resources of type CmResourceTypeDevicePrivate
CmResourceTypeDevicePrivate resources are created the the bus driver, for its own later use, when children devices will receive the IRP_MN_START_DEVICE. Do not translate them, as they have no meaning outside bus driver.
This commit is contained in:
parent
65cc802b73
commit
129e009a2c
1 changed files with 1 additions and 0 deletions
|
@ -1075,6 +1075,7 @@ IopTranslateDeviceResources(
|
|||
|
||||
case CmResourceTypeDma:
|
||||
case CmResourceTypeBusNumber:
|
||||
case CmResourceTypeDevicePrivate:
|
||||
case CmResourceTypeDeviceSpecific:
|
||||
/* Nothing to do */
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue