[umpnpmgr]

Silence device arrival debug messages.

svn path=/trunk/; revision=44981
This commit is contained in:
Eric Kohl 2010-01-06 21:14:13 +00:00
parent ffab3fc13c
commit 4c9596a9ad

View file

@ -2322,7 +2322,7 @@ PnpEventThread(LPVOID lpParameter)
DWORD len;
DWORD DeviceIdLength;
DPRINT("Device arrival event: %S\n", PnpEvent->TargetDevice.DeviceIds);
DPRINT("Device enumerated: %S\n", PnpEvent->TargetDevice.DeviceIds);
DeviceIdLength = lstrlenW(PnpEvent->TargetDevice.DeviceIds);
if (DeviceIdLength)
@ -2342,6 +2342,11 @@ PnpEventThread(LPVOID lpParameter)
}
}
}
else if (UuidEqual(&PnpEvent->EventGuid, (UUID*)&GUID_DEVICE_ARRIVAL, &RpcStatus))
{
DPRINT("Device arrival: %S\n", PnpEvent->TargetDevice.DeviceIds);
/* FIXME: ? */
}
else
{
DPRINT1("Unknown event, GUID {%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X}\n",