Commit 12f50afe authored by Nell Hardcastle's avatar Nell Hardcastle Committed by Alexandre Julliard

hidclass.sys: Add DualSense Edge to device_strings.

parent 92dcc916
......@@ -403,6 +403,7 @@ static const struct device_strings device_strings[] =
{ .id = L"VID_054C&PID_09CC", .product = L"Wireless Controller" },
{ .id = L"VID_054C&PID_0BA0", .product = L"Wireless Controller" },
{ .id = L"VID_054C&PID_0CE6", .product = L"Wireless Controller" },
{ .id = L"VID_054C&PID_0DF2", .product = L"Wireless Controller" },
};
static const WCHAR *find_device_string( const WCHAR *device_id, ULONG index )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment