mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Calling IoSynchronousInvalidateDeviceRelations with type TargetDeviceRelation returns success.
Spotted by Alex svn path=/trunk/; revision=35534
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user