projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dd8738
)
drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
author
Zhao Yakui
<yakui.zhao@intel.com>
Thu, 21 Jan 2010 07:20:18 +0000
(15:20 +0800)
committer
Eric Anholt
<eric@anholt.net>
Fri, 29 Jan 2010 23:00:37 +0000
(15:00 -0800)
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Reported-by: Philipp Kohlbecher <xt28@gmx.de>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_lvds.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_lvds.c
b/drivers/gpu/drm/i915/intel_lvds.c
index
aa74e59
..
75a9772
100644
(file)
--- 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"),
},
},