From: Ivo Ivanov logos128@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
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 '\'?
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.