Commit 92dcc916 authored by Nell Hardcastle's avatar Nell Hardcastle Committed by Alexandre Julliard

mmdevapi: Override product strings for DualSense Edge.

Enables audio device features for the DualSense Edge.
parent 33a3726a
......@@ -294,6 +294,7 @@ static const struct product_name_overrides product_name_overrides[] =
{
/* Sony controllers */
{ .id = L"VID_054C&PID_0CE6", .product = L"Wireless Controller" },
{ .id = L"VID_054C&PID_0DF2", .product = L"Wireless Controller" },
};
static const WCHAR *find_product_name_override(const WCHAR *device_id)
......
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