winexinput.sys: Add more Xbox One product string overrides.
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
90640da51f
commit
4adc0f1e2a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue