Module: wine
Branch: master
Commit: 383c3128bb7b1d1c50ef9d69a92df6758b2dca25
URL: https://source.winehq.org/git/wine.git/?a=commit;h=383c3128bb7b1d1c50ef9d69…
Author: Kai Krakow <kai(a)kaishome.de>
Date: Fri Dec 14 03:21:32 2018 +0100
winebus.sys: Re-add missing Xbox controller PIDs.
These were introduced in commit 1333206 and have gone missing in one of
the previous cleanup commits.
Signed-off-by: Kai Krakow <kai(a)kaishome.de>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/winebus.sys/main.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dlls/winebus.sys/main.c b/dlls/winebus.sys/main.c
index cee0ae6..299cec5 100644
--- a/dlls/winebus.sys/main.c
+++ b/dlls/winebus.sys/main.c
@@ -53,9 +53,11 @@ static const WORD PID_XBOX_CONTROLLERS[] = {
0x028f, /* Xbox360 Wireless Controller */
0x02d1, /* Xbox One Controller */
0x02dd, /* Xbox One Controller (Covert Forces/Firmware 2015) */
+ 0x02e0, /* Xbox One X Controller */
0x02e3, /* Xbox One Elite Controller */
0x02e6, /* Wireless XBox Controller Dongle */
0x02ea, /* Xbox One S Controller */
+ 0x02fd, /* Xbox One S Controller (Firmware 2017) */
0x0719, /* Xbox 360 Wireless Adapter */
};