- Kernel is not yet writing the Control key when activating a device interface

svn path=/trunk/; revision=42828
This commit is contained in:
Johannes Anderwald 2009-08-21 15:08:46 +00:00
parent 785ccb4938
commit fb91ab63f5

View file

@ -255,6 +255,7 @@ SETUP_CreateInterfaceList(
rc = RegOpenKeyExW(hReferenceKey, Control, 0, KEY_QUERY_VALUE, &hControlKey);
if (rc != ERROR_SUCCESS)
{
#if 0
if (OnlyPresentInterfaces)
{
DestroyDeviceInterface(interfaceInfo);
@ -262,6 +263,7 @@ SETUP_CreateInterfaceList(
}
else
interfaceInfo->Flags |= SPINT_REMOVED;
#endif
}
else
{