From: Johannes Anderwald Date: Fri, 21 Aug 2009 15:08:46 +0000 (+0000) Subject: - Kernel is not yet writing the Control key when activating a device interface X-Git-Tag: ReactOS-0.3.11~1052 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=fb91ab63f50563ec215649f78a6e2aaff6125ca0 - Kernel is not yet writing the Control key when activating a device interface svn path=/trunk/; revision=42828 --- diff --git a/reactos/dll/win32/setupapi/interface.c b/reactos/dll/win32/setupapi/interface.c index 37fa07ca3c6..172917b1c06 100644 --- a/reactos/dll/win32/setupapi/interface.c +++ b/reactos/dll/win32/setupapi/interface.c @@ -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 {