[PATCH 1/2] drm/i915: blacklist lid status: Sony VGN-BX196VP

2010-03-16 Thread Surbhi Palande
BugLink: http://launchpad.net/bug/515246 Sony VGN-BX196VP reports the lid status as closed when it is open. This leads to a no connectors reported error at startup. Blacklisting it to always return a connected status for the default lvds connector. Signed-off-by: Surbhi Palande surbhi.pala

[PATCH 0/2] blacklist lid status: Sony VGN-BX196VP and Elite Co.

2010-03-16 Thread Surbhi Palande
The following two patches are quirks that blacklist bios which report incorrect lid status. These are bioses for machines with a 900 GM. The first one is tested by Ubuntu users and the second one isn't. Further testing will be appreciated. Surbhi Palande (2): drm/i915: blacklist lid status

[PATCH 2/2] drm/i915: blacklist lid status: Elite Co. G335

2010-03-16 Thread Surbhi Palande
BugLink: http://launchpad.net/bug/515246 Elite Computers G335 reports the lid status as closed when it is open. This leads to a no connectors reported error at startup. Blacklisting it to always return a connected status for the default lvds connector. Signed-off-by: Surbhi Palande surbhi.pala

Re: [PATCH] drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell Inspiron 700m

2010-03-05 Thread Surbhi Palande
Hi Eric, On Wed, 2010-03-03 at 15:34 -0800, Eric Anholt wrote: On Tue, 2 Mar 2010 22:59:52 +0200, Surbhi Palande surbhi.pala...@canonical.com wrote: BugLink: https://bugs.launchpad.net/bugs/515246 Sony VGN-BX196VP and Dell Inspiron 700m report lid status as closed when it is open

[PATCH] drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell Inspiron 700m

2010-03-02 Thread Surbhi Palande
-by: Surbhi Palande surbhi.pala...@canonical.com --- Due to lack of hardware, I have not tested this patch on my own. Further testing shall be helpful. drivers/gpu/drm/i915/intel_lvds.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_lvds.c

This patch fixes the no connectors reported bug on Sony VGN-BX196VP and

2010-03-02 Thread Surbhi Palande
Thanks ! Regards, Surbhi. From 47edbf7437388b23562f12888c36af6b59f56eec Mon Sep 17 00:00:00 2001 From: Surbhi Palande surbhi.pala...@canonical.com Date: Mon, 22 Feb 2010 22:39:28 +0200 Subject: [PATCH] drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell Inspiron 700m BugLink: https