The patch titled hdaps: support Lenovo ThinkPad T60 has been removed from the -mm tree. Its filename is hdaps-support-lenovo-thinkpad-t60.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 @@ -537,6 +537,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 origin.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