[PATCH 0/1] MR5132: hidclass.sys: Use HID_DEVICE in the mfg_section to match the recent changes.
From: Ivo Ivanov <logos128(a)gmail.com> --- dlls/hidclass.sys/input.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/hidclass.sys/input.inf b/dlls/hidclass.sys/input.inf index d9222b13672..8362e07ac18 100644 --- a/dlls/hidclass.sys/input.inf +++ b/dlls/hidclass.sys/input.inf @@ -7,7 +7,7 @@ Class=HIDClass Wine=mfg_section [mfg_section] -Wine HID device=device_section,HID\ +Wine HID device=device_section,HID_DEVICE\ [device_section.Services] AddService = ,0x2 -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5132
Rémi Bernon (@rbernon) commented about dlls/hidclass.sys/input.inf:
Wine=mfg_section
[mfg_section] -Wine HID device=device_section,HID\ Hmm, I thought this was a catch-all prefix somehow, but if it's not then maybe it should be without the trailing '\\'?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5132#note_62190
On Wed Feb 21 12:36:58 2024 +0000, Rémi Bernon wrote:
Hmm, I thought this was a catch-all prefix somehow, but if it's not then maybe it should be 'HID_DEVICE', without the trailing '\\'? Yep. Looks like in Win 10/11 it is also without the trailing '\'. (input.inf - Raw HID Collections, Generic support).
It works correctly in Wine either way. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5132#note_62225
participants (3)
-
Ivo Ivanov -
Ivo Ivanov (@logos128) -
Rémi Bernon