wine/dlls/mouhid.sys/mouhid.inf
Rémi Bernon 0ed830eac5 mouhid.sys: Introduce a new HID pointer device driver.
This only matches with digitizer devices for now, it could later be
used for HID mice but for now we use a different path for that.
2024-02-14 19:19:32 +01:00

22 lines
460 B
INI

[Version]
Signature="$CHICAGO$"
ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318}
Class=System
[Manufacturer]
Wine=mfg_section
[mfg_section]
HID touch screen device=device_section,HID_DEVICE_UP:000D_U:0004
[device_section.Services]
AddService = mouhid,0x2,svc_section
[svc_section]
Description="Wine HID mouse device driver"
DisplayName="Wine HID mouse"
ServiceBinary="%12%\mouhid.sys"
LoadOrderGroup="WinePlugPlay"
ServiceType=1
StartType=3
ErrorControl=1