diff options
author | Zhao Yakui <[email protected]> | 2010-01-21 15:20:18 +0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-01-29 15:00:37 -0800 |
commit | f034b12dbb5749b11e9390e15e93ffa87ece8038 (patch) | |
tree | 6873e2d12366c9307c74606455029d2ac8834118 | |
parent | 2dd873838805a6e84c1afdfbf13e8709bfb5c70f (diff) |
drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
Signed-off-by: Zhao Yakui <[email protected]>
Reported-by: Philipp Kohlbecher <[email protected]>
Signed-off-by: Eric Anholt <[email protected]>
-rw-r--r-- | 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 aa74e59bec61..75a9772061cb 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"), }, }, |