Commit 383c3128 authored by Kai Krakow's avatar Kai Krakow Committed by Alexandre Julliard

winebus.sys: Re-add missing Xbox controller PIDs.

These were introduced in commit 1333206e and have gone missing in one of the previous cleanup commits. Signed-off-by: 's avatarKai Krakow <kai@kaishome.de> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 0e966cbf
...@@ -53,9 +53,11 @@ static const WORD PID_XBOX_CONTROLLERS[] = { ...@@ -53,9 +53,11 @@ static const WORD PID_XBOX_CONTROLLERS[] = {
0x028f, /* Xbox360 Wireless Controller */ 0x028f, /* Xbox360 Wireless Controller */
0x02d1, /* Xbox One Controller */ 0x02d1, /* Xbox One Controller */
0x02dd, /* Xbox One Controller (Covert Forces/Firmware 2015) */ 0x02dd, /* Xbox One Controller (Covert Forces/Firmware 2015) */
0x02e0, /* Xbox One X Controller */
0x02e3, /* Xbox One Elite Controller */ 0x02e3, /* Xbox One Elite Controller */
0x02e6, /* Wireless XBox Controller Dongle */ 0x02e6, /* Wireless XBox Controller Dongle */
0x02ea, /* Xbox One S Controller */ 0x02ea, /* Xbox One S Controller */
0x02fd, /* Xbox One S Controller (Firmware 2017) */
0x0719, /* Xbox 360 Wireless Adapter */ 0x0719, /* Xbox 360 Wireless Adapter */
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment