[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1213356407-1220-1-git-send-email-max@stro.at>
Date: Fri, 13 Jun 2008 13:26:47 +0200
From: maximilian attems <max@...o.at>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Jean Delvare <khali@...ux-fr.org>, linux-kernel@...r.kernel.org,
maximilian attems <max@...o.at>,
"Klaus S. Madsen" <ubuntu@...rnemadsen.org>,
Chuck Short <zulcss@...ntu.com>,
Tim Gardner <tim.gardner@...onical.com>
Subject: [PATCH] hdaps add support for various IBM thinkpads R61/T61/T61P
last missing hdaps ubuntu sync.
add the ubuntu entries in alphabetical order.
original authors below on Cc.
Cc: Klaus S. Madsen <ubuntu@...rnemadsen.org>
Cc: Chuck Short <zulcss@...ntu.com>
Signed-off-by: Tim Gardner <tim.gardner@...onical.com>
Signed-off-by: maximilian attems <max@...o.at>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists