[PATCH 3/8] winexinput.sys: Register known XBox controllers hardware ids.

Rémi Bernon rbernon at codeweavers.com
Mon Sep 6 01:40:34 CDT 2021


Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
---
 dlls/winexinput.sys/winexinput.inf | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/dlls/winexinput.sys/winexinput.inf b/dlls/winexinput.sys/winexinput.inf
index 2f388c190ca..d19548019e1 100644
--- a/dlls/winexinput.sys/winexinput.inf
+++ b/dlls/winexinput.sys/winexinput.inf
@@ -8,6 +8,19 @@ Wine=mfg_section
 
 [mfg_section]
 Wine XInput compatible device=device_section,WINEBUS\WINE_COMP_XINPUT
+Xbox Controller=device_section,WINEBUS\VID_045E&PID_0202
+Xbox Controller S=device_section,WINEBUS\VID_045E&PID_0285
+Xbox Controller S=device_section,WINEBUS\VID_045E&PID_0289
+Xbox360 Controller=device_section,WINEBUS\VID_045E&PID_028E
+Xbox360 Wireless Controller=device_section,WINEBUS\VID_045E&PID_028F
+Xbox One Controller=device_section,WINEBUS\VID_045E&PID_02D1
+Xbox One Controller (Covert Forces/Firmware 2015)=device_section,WINEBUS\VID_045E&PID_02DD
+Xbox One X Controller=device_section,WINEBUS\VID_045E&PID_02E0
+Xbox One Elite Controller=device_section,WINEBUS\VID_045E&PID_02E3
+Wireless XBox Controller Dongle=device_section,WINEBUS\VID_045E&PID_02E6
+Xbox One S Controller=device_section,WINEBUS\VID_045E&PID_02EA
+Xbox One S Controller (Firmware 2017)=device_section,WINEBUS\VID_045E&PID_02FD
+Xbox 360 Wireless Adapter=device_section,WINEBUS\VID_045E&PID_0719
 
 [device_section.Services]
 AddService = xinput,0x2,svc_section
-- 
2.33.0




More information about the wine-devel mailing list