Rémi Bernon : winexinput.sys: Add more Xbox One product string overrides.

Alexandre Julliard julliard at winehq.org
Tue Oct 5 15:51:40 CDT 2021


Module: wine
Branch: master
Commit: 4adc0f1e2af4893ffdadce5bd6ea5de502296203
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4adc0f1e2af4893ffdadce5bd6ea5de502296203

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Tue Oct  5 09:11:51 2021 +0200

winexinput.sys: Add more Xbox One product string overrides.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winexinput.sys/main.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dlls/winexinput.sys/main.c b/dlls/winexinput.sys/main.c
index 56d60f55570..8ea9e160fc9 100644
--- a/dlls/winexinput.sys/main.c
+++ b/dlls/winexinput.sys/main.c
@@ -331,6 +331,10 @@ static const struct device_strings device_strings[] =
     { .id = L"VID_045E&PID_02EA", .product = L"Controller (Xbox One For Windows)" },
     { .id = L"VID_045E&PID_02FD", .product = L"Controller (Xbox One For Windows)" },
     { .id = L"VID_045E&PID_0719", .product = L"Controller (XBOX 360 For Windows)" },
+    { .id = L"VID_045E&PID_0B00", .product = L"Controller (Xbox One For Windows)" },
+    { .id = L"VID_045E&PID_0B05", .product = L"Controller (Xbox One For Windows)" },
+    { .id = L"VID_045E&PID_0B12", .product = L"Controller (Xbox One For Windows)" },
+    { .id = L"VID_045E&PID_0B13", .product = L"Controller (Xbox One For Windows)" },
 };
 
 static const WCHAR *find_product_string(const WCHAR *device_id)




More information about the wine-cvs mailing list