Skip to content

Commit

Permalink
winebus.sys: Re-add missing Xbox controller PIDs.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kakra authored and julliard committed Dec 14, 2018
1 parent 0e966cb commit 383c312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dlls/winebus.sys/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit 383c312

Please sign in to comment.