mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
2f2aba45dd
This makes it so that all the devices on the HID bus now have Class, ClassGUID, Driver and DriverDesc register properties populated. Without having at least Driver and Class set SDL2 refuses to use HID devices directly. Signed-off-by: Arkadiusz Hiler <ahiler@codeweavers.com> Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
13 lines
225 B
INI
13 lines
225 B
INI
[Version]
|
|
Signature="$CHICAGO$"
|
|
ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
|
|
Class=HIDClass
|
|
|
|
[Manufacturer]
|
|
Wine=mfg_section
|
|
|
|
[mfg_section]
|
|
Wine HID device=device_section,HID\
|
|
|
|
[device_section.Services]
|
|
AddService = ,0x2
|