Rémi Bernon : winexinput.sys: Fix casing of "Xbox One for Windows" product string.

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


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

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

winexinput.sys: Fix casing of "Xbox One for Windows" product string.

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

---

 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)" },
 };
 




More information about the wine-cvs mailing list