From fd2a6b55c28421a5720641228f4f0f81ca43e305 Mon Sep 17 00:00:00 2001 From: ocldev Date: Sun, 23 Feb 2025 14:37:10 +0100 Subject: [PATCH] feature: brand string update Related-To: NEO-7929 Updating device brand strings Based on public support in Windows driver 32.0.101.6559 https://www.intel.com/content/www/us/en/download/785597/ Signed-off-by: ocldev --- shared/source/dll/devices/devices_base.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/source/dll/devices/devices_base.inl b/shared/source/dll/devices/devices_base.inl index 587e0bbd85..58de12eb48 100644 --- a/shared/source/dll/devices/devices_base.inl +++ b/shared/source/dll/devices/devices_base.inl @@ -103,7 +103,7 @@ NAMEDDEVICE(0x7D45, MtlHwConfig, "Intel(R) Graphics") NAMEDDEVICE(0x7D67, ArlHwConfig, "Intel(R) Graphics") NAMEDDEVICE(0x7D51, ArlHwConfig, "Intel(R) Arc(TM) Graphics") NAMEDDEVICE(0x7DD1, ArlHwConfig, "Intel(R) Graphics") -DEVICE(0x7D41, ArlHwConfig) +NAMEDDEVICE(0x7D41, ArlHwConfig, "Intel(R) Graphics") #endif #endif