[PATCH 2/6] winexinput.sys: Add more Xbox One product string overrides.

Rémi Bernon rbernon at codeweavers.com
Tue Oct 5 02:11:51 CDT 2021


Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
---
 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)
-- 
2.33.0




More information about the wine-devel mailing list