[PATCH 1/6] winexinput.sys: Fix casing of "Xbox One for Windows" product string.

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


Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
---

This is a series of patches from Proton, improving the compatibility for
some popular controllers.

 dlls/winexinput.sys/main.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dlls/winexinput.sys/main.c b/dlls/winexinput.sys/main.c
index 79c566e7cc8..56d60f55570 100644
--- a/dlls/winexinput.sys/main.c
+++ b/dlls/winexinput.sys/main.c
@@ -325,11 +325,11 @@ static const struct device_strings device_strings[] =
 {
     { .id = L"VID_045E&PID_028E", .product = L"Controller (XBOX 360 For Windows)" },
     { .id = L"VID_045E&PID_028F", .product = L"Controller (XBOX 360 For Windows)" },
-    { .id = L"VID_045E&PID_02D1", .product = L"Controller (XBOX One For Windows)" },
-    { .id = L"VID_045E&PID_02DD", .product = L"Controller (XBOX One For Windows)" },
-    { .id = L"VID_045E&PID_02E3", .product = L"Controller (XBOX One For Windows)" },
-    { .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_02D1", .product = L"Controller (Xbox One For Windows)" },
+    { .id = L"VID_045E&PID_02DD", .product = L"Controller (Xbox One For Windows)" },
+    { .id = L"VID_045E&PID_02E3", .product = L"Controller (Xbox One For Windows)" },
+    { .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)" },
 };
 
-- 
2.33.0




More information about the wine-devel mailing list