Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758875AbYFML13 (ORCPT ); Fri, 13 Jun 2008 07:27:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754841AbYFML1V (ORCPT ); Fri, 13 Jun 2008 07:27:21 -0400 Received: from baikonur.stro.at ([213.239.196.228]:51989 "EHLO baikonur.stro.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752245AbYFML1U (ORCPT ); Fri, 13 Jun 2008 07:27:20 -0400 From: maximilian attems To: Andrew Morton Cc: Jean Delvare , linux-kernel@vger.kernel.org, maximilian attems , "Klaus S. Madsen" , Chuck Short , Tim Gardner Subject: [PATCH] hdaps add support for various IBM thinkpads R61/T61/T61P Date: Fri, 13 Jun 2008 13:26:47 +0200 Message-Id: <1213356407-1220-1-git-send-email-max@stro.at> X-Mailer: git-send-email 1.5.5.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1697 Lines: 41 last missing hdaps ubuntu sync. add the ubuntu entries in alphabetical order. original authors below on Cc. Cc: Klaus S. Madsen Cc: Chuck Short Signed-off-by: Tim Gardner Signed-off-by: maximilian attems --- drivers/hwmon/hdaps.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/hwmon/hdaps.c b/drivers/hwmon/hdaps.c index 26df06f..e07c712 100644 --- a/drivers/hwmon/hdaps.c +++ b/drivers/hwmon/hdaps.c @@ -515,6 +515,7 @@ static struct dmi_system_id __initdata hdaps_whitelist[] = { HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad R50"), HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad R51"), HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad R52"), + HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad R61"), HDAPS_DMI_MATCH_INVERT("LENOVO", "ThinkPad R61i"), HDAPS_DMI_MATCH_INVERT("IBM", "ThinkPad T41p"), HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad T41"), @@ -523,6 +524,8 @@ static struct dmi_system_id __initdata hdaps_whitelist[] = { HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad T43"), HDAPS_DMI_MATCH_INVERT("LENOVO", "ThinkPad T60"), HDAPS_DMI_MATCH_INVERT("LENOVO", "ThinkPad T61"), + HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad T61"), + HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad T61P"), HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad X40"), HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad X41"), HDAPS_DMI_MATCH_INVERT("LENOVO", "ThinkPad X60"), -- 1.5.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/