Commit 0fc31aaf authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

winebus.sys: Add more Xbox controllers product ids.

parent 4adc0f1e
......@@ -53,6 +53,10 @@ BOOL is_xbox_gamepad(WORD vid, WORD pid)
if (pid == 0x02e6) return TRUE; /* Wireless XBox Controller Dongle */
if (pid == 0x02ea) return TRUE; /* Xbox One S Controller */
if (pid == 0x02fd) return TRUE; /* Xbox One S Controller (Firmware 2017) */
if (pid == 0x0b00) return TRUE; /* Xbox Elite 2 */
if (pid == 0x0b05) return TRUE; /* Xbox Elite 2 Wireless */
if (pid == 0x0b12) return TRUE; /* Xbox Series */
if (pid == 0x0b13) return TRUE; /* Xbox Series Wireless */
if (pid == 0x0719) return TRUE; /* Xbox 360 Wireless Adapter */
return FALSE;
}
......
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