From: Surbhi Palande <surbhi.pala...@canonical.com> Sony VGN-BX196VP and Dell Inspiron 700m report lid status as closed when it is open. This leads to a "no connectors reported" error at startup. Blacklisting them, to always return a connected status for the default lvds connector.
Addresses https://bugs.launchpad.net/bugs/515246 Signed-off-by: Surbhi Palande <surbhi.pala...@canonical.com> Signed-off-by: Andrew Morton <a...@linux-foundation.org> --- drivers/gpu/drm/i915/intel_lvds.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff -puN drivers/gpu/drm/i915/intel_lvds.c~drm-i915-blacklist-lid-status-sony-vgn-bx196vp-dell-inspiron-700m drivers/gpu/drm/i915/intel_lvds.c --- a/drivers/gpu/drm/i915/intel_lvds.c~drm-i915-blacklist-lid-status-sony-vgn-bx196vp-dell-inspiron-700m +++ a/drivers/gpu/drm/i915/intel_lvds.c @@ -651,6 +651,20 @@ static const struct dmi_system_id bad_li DMI_MATCH(DMI_BOARD_NAME, "M5x0N"), }, }, + { + .ident = "Sony VGN-BX196VP", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), + DMI_MATCH(DMI_BOARD_NAME, "VGN-BX196VP"), + }, + }, + { + .ident = "Dell Inspiron 700m", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), + DMI_MATCH(DMI_BOARD_NAME, "Inspiron 700m"), + }, + }, { } }; _ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev -- _______________________________________________ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel