-- v2: hidclass.sys: Use HID_DEVICE in the mfg_section to match the recent changes.
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..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
This merge request was approved by Rémi Bernon.