hidclass.sys: Add DualSense Edge to device_strings.

This commit is contained in:
Nell Hardcastle 2023-11-19 09:27:41 -08:00 committed by Alexandre Julliard
parent 92dcc916fd
commit 12f50afe9a

View file

@ -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 )