From patchwork Wed Dec 9 01:36:23 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: 65846 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 nB91aeGH030776 for ; Wed, 9 Dec 2009 01:36:40 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967093AbZLIBgc (ORCPT ); Tue, 8 Dec 2009 20:36:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S967094AbZLIBgc (ORCPT ); Tue, 8 Dec 2009 20:36:32 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:57663 "EHLO out1.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967093AbZLIBgb (ORCPT ); Tue, 8 Dec 2009 20:36:31 -0500 Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 9507AC526E; Tue, 8 Dec 2009 20:36:37 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Tue, 08 Dec 2009 20:36:37 -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=1vHMgV1b+UqjSPDDku9kAA7k/PM=; b=jhYrsKPovP5mB83cLFm5tQD95VT4VlZq1ZS9wkakPLcBU0Zs6uyqpAVMI2VjNfnLkWNWjwnJhL5b2DvM/20qLmN3ixBtVEJ9Vb2HX873N1rMPB5lMg0b7LJv9ckraA7qMbG5k605OgzMogpawItdCVa4BCa3PyB7+uAcaVn4TVQ= X-Sasl-enc: r26HXGZs//49um+V356Le7VwvddY/jbDluLoI8Z41Ra6 1260322597 Received: from khazad-dum.debian.net (unknown [201.82.165.62]) by mail.messagingengine.com (Postfix) with ESMTPSA id 2A9461FE24; Tue, 8 Dec 2009 20:36:37 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by localhost.khazad-dum.debian.net (Postfix) with ESMTP id 24CEC1000C; Tue, 8 Dec 2009 23:36:35 -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 atL+vcHiJwt2; Tue, 8 Dec 2009 23:36:34 -0200 (BRST) Received: by khazad-dum.debian.net (Postfix, from userid 1000) id 85D631000F; Tue, 8 Dec 2009 23:36:33 -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 03/10] thinkpad-acpi: fix some version quirks Date: Tue, 8 Dec 2009 23:36:23 -0200 Message-Id: <1260322590-5571-4-git-send-email-hmh@hmh.eng.br> X-Mailer: git-send-email 1.6.5.2 In-Reply-To: <1260322590-5571-1-git-send-email-hmh@hmh.eng.br> References: <1260322590-5571-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 */