Ivo Ivanov : hidclass.sys: Use HID_DEVICE in the mfg_section to match the recent changes.
Module: wine Branch: master Commit: e24cf32f810b73556bbf7c51584de45224721d3e URL: https://gitlab.winehq.org/wine/wine/-/commit/e24cf32f810b73556bbf7c51584de45... Author: Ivo Ivanov <logos128(a)gmail.com> Date: Wed Feb 21 13:09:52 2024 +0200 hidclass.sys: Use HID_DEVICE in the mfg_section to match the recent changes. --- 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..8be8335edad 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
participants (1)
-
Alexandre Julliard