mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
0ed830eac5
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.
22 lines
460 B
INI
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
|