From patchwork Thu Dec 3 11:41:20 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henrique de Moraes Holschuh X-Patchwork-Id: 64490 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 nB3BfbrS005294 for ; Thu, 3 Dec 2009 11:41:38 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753683AbZLCLla (ORCPT ); Thu, 3 Dec 2009 06:41:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753892AbZLCLla (ORCPT ); Thu, 3 Dec 2009 06:41:30 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:33657 "EHLO out1.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753683AbZLCLl3 (ORCPT ); Thu, 3 Dec 2009 06:41:29 -0500 Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 6A7D7C4F95; Thu, 3 Dec 2009 06:41:35 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 03 Dec 2009 06:41:35 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:cc:subject:date:message-id:in-reply-to:references; s=smtpout; bh=Twm+Wq/guTO2fKxz/vN8cefIJcA=; b=PNJNZCWejAMFQ45ZZ2b3Ptc46rS6BOb9Y6tqHTeM1q/gBdQVZ563kit1Z16ttcEH8Eiip99RmBBy5KXBILtlMI1/a51zxr9e5875X1WVQMKp9KTK2QaIIE2zBCm0HunXIVsCRRFkFQw7ogaO//MR2rX+Pwf19cN5o+hB4OXuauk= X-Sasl-enc: SLmCMnXa3igOFER1GPx8eqx9vXzkvSt/eWeHo55CwAtF 1259840495 Received: from khazad-dum.debian.net (unknown [201.82.165.62]) by mail.messagingengine.com (Postfix) with ESMTPSA id 16B9F2B3D7; Thu, 3 Dec 2009 06:41:35 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by localhost.khazad-dum.debian.net (Postfix) with ESMTP id 7C3B31000B; Thu, 3 Dec 2009 09:41:33 -0200 (BRST) X-Virus-Scanned: Debian amavisd-new at khazad-dum.debian.net Received: from khazad-dum.debian.net ([127.0.0.1]) by localhost (khazad-dum.debian.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0TaIzJl68UKs; Thu, 3 Dec 2009 09:41:32 -0200 (BRST) Received: by khazad-dum.debian.net (Postfix, from userid 1000) id 1D57E1000F; Thu, 3 Dec 2009 09:41:32 -0200 (BRST) From: Henrique de Moraes Holschuh To: Len Brown Cc: linux-acpi@vger.kernel.org, ibm-acpi-devel@lists.sourceforge.net, Henrique de Moraes Holschuh Subject: [PATCH 3/8] thinkpad-acpi: fix some version quirks Date: Thu, 3 Dec 2009 09:41:20 -0200 Message-Id: <1259840485-2516-4-git-send-email-hmh@hmh.eng.br> X-Mailer: git-send-email 1.6.5.2 In-Reply-To: <1259840485-2516-1-git-send-email-hmh@hmh.eng.br> References: <1259840485-2516-1-git-send-email-hmh@hmh.eng.br> Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index 1ee734c..6160813 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c @@ -1779,7 +1779,7 @@ static const struct tpacpi_quirk tpacpi_bios_version_qtable[] __initconst = { TPV_QL1('7', '9', 'E', '3', '5', '0'), /* T60/p */ TPV_QL1('7', 'C', 'D', '2', '2', '2'), /* R60, R60i */ - TPV_QL0('7', 'E', 'D', '0'), /* R60e, R60i */ + TPV_QL1('7', 'E', 'D', '0', '1', '5'), /* R60e, R60i */ /* BIOS FW BIOS VERS EC FW EC VERS */ TPV_QI2('1', 'W', '9', '0', '1', 'V', '2', '8'), /* R50e (1) */ @@ -1795,8 +1795,8 @@ static const struct tpacpi_quirk tpacpi_bios_version_qtable[] __initconst = { TPV_QI1('7', '4', '6', '4', '2', '7'), /* X41 (0) */ TPV_QI1('7', '5', '6', '0', '2', '0'), /* X41t (0) */ - TPV_QL0('7', 'B', 'D', '7'), /* X60/s */ - TPV_QL0('7', 'J', '3', '0'), /* X60t */ + TPV_QL1('7', 'B', 'D', '7', '4', '0'), /* X60/s */ + TPV_QL1('7', 'J', '3', '0', '1', '3'), /* X60t */ /* (0) - older versions lack DMI EC fw string and functionality */ /* (1) - older versions known to lack functionality */