mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Kernel is not yet writing the Control key when activating a device interface
svn path=/trunk/; revision=42828
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user