mf/samplegrabber: Remove now unnecessary shutdown state check.
[wine.git] / loader / winehid.inf.in
blob566448e4a514bb36bb8d939b03184d470cd629fd
1 [Version]
2 Signature="$CHICAGO$"
3 ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
4 Class=HIDClass
6 [Manufacturer]
7 Wine=mfg_section
9 [mfg_section]
10 Wine hidraw device=device_section,HIDRAW
11 Wine IOHID device=device_section,IOHID
12 Wine libevent device=device_section,LNXEV
13 Wine SDL HID device=device_section,SDLJOY
14 Wine mouse device=device_section,WINEMOUSE
16 [device_section.Services]
17 AddService = winehid,0x2,svc_section
19 [svc_section]
20 Description="Wine HID Minidriver"
21 DisplayName="Wine HID"
22 ServiceBinary="%12%\winehid.sys"
23 LoadOrderGroup="WinePlugPlay"
24 ServiceType=1
25 StartType=3
26 ErrorControl=1