From patchwork Tue Mar 30 20:59:05 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Surbhi Palande X-Patchwork-Id: 49052 X-Patchwork-Delegate: apw@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 6818BB7C8E for ; Wed, 31 Mar 2010 07:59:26 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NwiWt-0001pE-KA; Tue, 30 Mar 2010 21:59:19 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NwiWr-0001ot-J4 for kernel-team@lists.canonical.com; Tue, 30 Mar 2010 21:59:17 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1NwiWr-00039j-HV for ; Tue, 30 Mar 2010 21:59:17 +0100 Received: from a88-112-254-38.elisa-laajakaista.fi ([88.112.254.38] helo=canonical.com) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1NwiWr-0007vR-Bg for kernel-team@lists.canonical.com; Tue, 30 Mar 2010 21:59:17 +0100 From: Surbhi Palande To: kernel-team@lists.canonical.com Subject: [PATCH 1/3]: Revert "(pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell Inspiron 700m" Date: Tue, 30 Mar 2010 23:59:05 +0300 Message-Id: <1269982747-16679-1-git-send-email-surbhi.palande@canonical.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <4BB1C660.1060107@canonical.com> References: <4BB1C660.1060107@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: http://launchpad.net/bugs/515246 This reverts commit c5b9c3e9f52989faf7a5f67fd0cdbc556a2d3863 in favor of upstream commit 6e6c822868f113dabe3c33bdd91e883cc28fa11b Signed-off-by: Surbhi Palande Acked-by: Stefan Bader Acked-by: Steve Conklin --- drivers/gpu/drm/i915/intel_lvds.c | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c index 2c0763d..93031a7 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c @@ -637,20 +637,6 @@ static const struct dmi_system_id bad_lid_status[] = { }, }, { - .ident = "Sony VGN-BX196VP", - .matches = { - DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), - DMI_MATCH(DMI_PRODUCT_NAME, "VGN-BX196VP"), - }, - }, - { - .ident = "Dell Inspiron 700m", - .matches = { - DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), - DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 700m"), - }, - }, - { .ident = "Clevo M5x0N", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "CLEVO Co."),