From: Ivo Ivanov logos128@gmail.com
--- dlls/hidclass.sys/pnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/hidclass.sys/pnp.c b/dlls/hidclass.sys/pnp.c index 39714abc6b1..e2bdd82f567 100644 --- a/dlls/hidclass.sys/pnp.c +++ b/dlls/hidclass.sys/pnp.c @@ -441,7 +441,7 @@ static WCHAR *query_container_id(DEVICE_OBJECT *device) WCHAR *dst;
if ((dst = ExAllocatePool(PagedPool, size))) - memcpy(dst, ext->instance_id, size); + memcpy(dst, ext->container_id, size);
return dst; }