Module: wine Branch: master Commit: 12f50afe9a1bce267ca0d154e53d71a837929419 URL: https://gitlab.winehq.org/wine/wine/-/commit/12f50afe9a1bce267ca0d154e53d71a...
Author: Nell Hardcastle nell@dev-nell.com Date: Sun Nov 19 09:27:41 2023 -0800
hidclass.sys: Add DualSense Edge to device_strings.
---
dlls/hidclass.sys/device.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/hidclass.sys/device.c b/dlls/hidclass.sys/device.c index d673a8c2e88..8fde1fe10a5 100644 --- a/dlls/hidclass.sys/device.c +++ b/dlls/hidclass.sys/device.c @@ -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 )