mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
61e217c40a
Currently only acting as a pass-through driver, matching any device with a WINEBUS\WINE_COMP_XINPUT compatible id. This creates new WINEXINPUT\ bus and the gamepad PDO on it, adding the &IG_ device id suffix to the original device id (replacing an eventual &MI_ suffix), and removes the need to set it on winebus.sys side. Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
22 lines
463 B
INI
22 lines
463 B
INI
[Version]
|
|
Signature="$CHICAGO$"
|
|
ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318}
|
|
Class=System
|
|
|
|
[Manufacturer]
|
|
Wine=mfg_section
|
|
|
|
[mfg_section]
|
|
Wine XInput compatible device=device_section,WINEBUS\WINE_COMP_XINPUT
|
|
|
|
[device_section.Services]
|
|
AddService = xinput,0x2,svc_section
|
|
|
|
[svc_section]
|
|
Description="Wine XInput device driver"
|
|
DisplayName="Wine XInput"
|
|
ServiceBinary="%12%\winexinput.sys"
|
|
LoadOrderGroup="WinePlugPlay"
|
|
ServiceType=1
|
|
StartType=3
|
|
ErrorControl=1
|