The patch titled hdaps: support Lenovo ThinkPad T60 has been added to the -mm tree. Its filename is hdaps-support-lenovo-thinkpad-t60.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: hdaps: support Lenovo ThinkPad T60 From: Soos Peter <sp@xxxxxx> Support hdaps on Lenovo ThinkPad T60. It was tested with pivot utility from http://www.kernel.org/pub/linux/kernel/people/rml/hdaps and it seems to be OK. Cc: Jean Delvare <khali@xxxxxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxx> Cc: Robert Love <rml@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/hwmon/hdaps.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/hwmon/hdaps.c~hdaps-support-lenovo-thinkpad-t60 drivers/hwmon/hdaps.c --- a/drivers/hwmon/hdaps.c~hdaps-support-lenovo-thinkpad-t60 +++ a/drivers/hwmon/hdaps.c @@ -536,6 +536,7 @@ static int __init hdaps_init(void) HDAPS_DMI_MATCH_NORMAL("ThinkPad T42"), HDAPS_DMI_MATCH_NORMAL("ThinkPad T43"), HDAPS_DMI_MATCH_LENOVO("ThinkPad T60p"), + HDAPS_DMI_MATCH_LENOVO("ThinkPad T60"), HDAPS_DMI_MATCH_NORMAL("ThinkPad X40"), HDAPS_DMI_MATCH_NORMAL("ThinkPad X41"), HDAPS_DMI_MATCH_LENOVO("ThinkPad X60"), _ Patches currently in -mm which might be from sp@xxxxxx are hdaps-support-lenovo-thinkpad-t60.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html