[PATCH 0/1] MR5131: hidclass.sys: Use the correct string for container_id.
21 Feb
2024
21 Feb
'24
11:33 a.m.
21 Feb
21 Feb
11:33 a.m.
New subject: [PATCH 1/1] hidclass.sys: Use the correct string for container_id.
From: Ivo Ivanov <logos128(a)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; } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5131
12:35 p.m.
New subject: [PATCH 0/1] MR5131: hidclass.sys: Use the correct string for container_id. - approved
This merge request was approved by Rémi Bernon. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5131
744
Age (days ago)
744
Last active (days ago)
2 comments
3 participants
participants (3)
-
Ivo Ivanov -
Ivo Ivanov (@logos128) -
Rémi Bernon