[Intel-gfx] [PATCH] drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
yakui.zhao at intel.com
yakui.zhao at intel.com
Thu Jan 21 08:20:18 CET 2010
From: Zhao Yakui <yakui.zhao at intel.com>
Fix the incorrect DMI vendor string for Samsung SX20S laptop.
Signed-off-by: Zhao Yakui <yakui.zhao at intel.com>
Reported-by: Philipp Kohlbecher <xt28 at gmx.de>
---
drivers/gpu/drm/i915/intel_lvds.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index 5041590..160283a 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -611,7 +611,7 @@ static const struct dmi_system_id bad_lid_status[] = {
{
.ident = "Samsung SX20S",
.matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "Phoenix Technologies LTD"),
+ DMI_MATCH(DMI_SYS_VENDOR, "Samsung Electronics"),
DMI_MATCH(DMI_BOARD_NAME, "SX20S"),
},
},
--
1.5.4.5
More information about the Intel-gfx
mailing list