mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +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:
parent
785ccb4938
commit
fb91ab63f5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue