mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08: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:
@@ -1075,6 +1075,7 @@ IopTranslateDeviceResources(
|
||||
|
||||
case CmResourceTypeDma:
|
||||
case CmResourceTypeBusNumber:
|
||||
case CmResourceTypeDevicePrivate:
|
||||
case CmResourceTypeDeviceSpecific:
|
||||
/* Nothing to do */
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user