From patchwork Thu Oct 15 01:45:41 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhang, Rui" X-Patchwork-Id: 53924 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9F1oKaE016542 for ; Thu, 15 Oct 2009 01:50:20 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757090AbZJOBrl (ORCPT ); Wed, 14 Oct 2009 21:47:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756832AbZJOBrl (ORCPT ); Wed, 14 Oct 2009 21:47:41 -0400 Received: from mga02.intel.com ([134.134.136.20]:27811 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755528AbZJOBrh convert rfc822-to-8bit (ORCPT ); Wed, 14 Oct 2009 21:47:37 -0400 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 14 Oct 2009 18:31:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.44,562,1249282800"; d="scan'208";a="559688846" Received: from pgsmsx602.gar.corp.intel.com ([10.221.43.81]) by orsmga001.jf.intel.com with ESMTP; 14 Oct 2009 18:46:04 -0700 Received: from pdsmsx602.ccr.corp.intel.com (172.16.12.184) by pgsmsx602.gar.corp.intel.com (10.221.43.81) with Microsoft SMTP Server (TLS) id 8.1.358.0; Thu, 15 Oct 2009 09:45:44 +0800 Received: from pdsmsx502.ccr.corp.intel.com ([172.16.12.96]) by pdsmsx602.ccr.corp.intel.com ([172.16.12.184]) with mapi; Thu, 15 Oct 2009 09:45:43 +0800 From: "Zhang, Rui" To: Tim Hoppen CC: "lenb@kernel.org" , "jgarzik@redhat.com" , "tj@kernel.org" , "linux-acpi@vger.kernel.org" , "linux-kernel@vger.kernel.org" Date: Thu, 15 Oct 2009 09:45:41 +0800 Subject: RE: [PATCH 1/1] Added an additional Sony laptop to acpi_osi_dmi_table Thread-Topic: [PATCH 1/1] Added an additional Sony laptop to acpi_osi_dmi_table Thread-Index: AcpNMncgY4Fz9RecTxig96ADn8gvyQABo+BA Message-ID: <037F493892196B458CD3E193E8EBAD4F01EDB41A43@pdsmsx502.ccr.corp.intel.com> References: <1255568391-8400-1-git-send-email-timhoppen@gmail.com> In-Reply-To: <1255568391-8400-1-git-send-email-timhoppen@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c index e56b2a7..01cca5f 100644 --- a/drivers/acpi/blacklist.c +++ b/drivers/acpi/blacklist.c @@ -211,6 +211,14 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = { DMI_MATCH(DMI_PRODUCT_NAME, "Sony VGN-SR290J"), }, }, + { + .callback = dmi_disable_osi_vista, + .ident = "Sony VGN-FW351J", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), + DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW351J"), + }, + }, /* * BIOS invocation of _OSI(Linux) is almost always a BIOS bug.