mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:21:14 +00:00
f67bd02165
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
26 lines
591 B
INI
26 lines
591 B
INI
[Version]
|
|
Signature="$CHICAGO$"
|
|
ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
|
|
Class=HIDClass
|
|
|
|
[Manufacturer]
|
|
Wine=mfg_section
|
|
|
|
[mfg_section]
|
|
Wine hidraw device=device_section,HIDRAW
|
|
Wine IOHID device=device_section,IOHID
|
|
Wine libevent device=device_section,LNXEV
|
|
Wine SDL HID device=device_section,SDLJOY
|
|
Wine mouse device=device_section,WINEMOUSE
|
|
|
|
[device_section.Services]
|
|
AddService = winehid,0x2,svc_section
|
|
|
|
[svc_section]
|
|
Description="Wine HID Minidriver"
|
|
DisplayName="Wine HID"
|
|
ServiceBinary="%12%\winehid.sys"
|
|
LoadOrderGroup="WinePlugPlay"
|
|
ServiceType=1
|
|
StartType=3
|
|
ErrorControl=1
|