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

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Rémi Bernon 2021-10-05 09:11:50 +02:00 committed by Alexandre Julliard
parent b725ccbd65
commit 90640da51f
1 changed files with 5 additions and 5 deletions

View File

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