Calling IoSynchronousInvalidateDeviceRelations with type TargetDeviceRelation returns success.

Spotted by Alex

svn path=/trunk/; revision=35534
This commit is contained in:
Hervé Poussineau
2008-08-22 19:06:25 +00:00
parent 70f34a3756
commit 44fdf97ae2
+4 -1
View File
@@ -3400,8 +3400,11 @@ IoSynchronousInvalidateDeviceRelations(
case PowerRelations:
/* Not handled yet */
return STATUS_NOT_IMPLEMENTED;
case TargetDeviceRelation:
/* Nothing to do */
return STATUS_SUCCESS;
default:
/* Ejection relations and target relations are not supported */
/* Ejection relations are not supported */
return STATUS_NOT_SUPPORTED;
}
}