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@kaishome.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Kai Krakow 2018-12-14 03:21:32 +01:00 committed by Alexandre Julliard
parent 0e966cbf5c
commit 383c3128bb

View file

@ -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 */
};