The patch titled applesmc: sensors set for MacBook2 has been removed from the -mm tree. Its filename was applesmc-sensors-set-for-macbook2-try-2.patch This patch was dropped because it was folded into applesmc-sensors-set-for-macbook2.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: applesmc: sensors set for MacBook2 From: Riki Oktarianto <rkoktarianto@xxxxxxxxx> Add sensors set for MacBook2, from register dump on a mid-2007 MacBook2. Signed-off-by: Riki Oktarianto <rkoktarianto@xxxxxxxxx> Cc: Nicolas Boichat <nicolas@xxxxxxxxxx> Cc: Mark M. Hoffman <mhoffman@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/hwmon/applesmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/hwmon/applesmc.c~applesmc-sensors-set-for-macbook2-try-2 drivers/hwmon/applesmc.c --- a/drivers/hwmon/applesmc.c~applesmc-sensors-set-for-macbook2-try-2 +++ a/drivers/hwmon/applesmc.c @@ -85,8 +85,8 @@ static const char* temperature_sensors_s { "TA0P", "TB0T", "TC0D", "TC0P", "TG0H", "TG0P", "TG0T", "Th0H", "Th1H", "Tm0P", "Ts0P", "Ts1P", NULL }, /* Set 1: Macbook2 set */ - { "TB0T", "TC0D", "TC0P", "TM0P", "TN0P", "TN1P", "Th0H", "Th0S", - "Th1H", NULL }, + { "TB0T", "TC0D", "TC0P", "TM0P", "TN0P", "TN1P", "TTF0", "Th0H", + "Th0S", "Th1H", NULL }, /* Set 2: Macbook set */ { "TB0T", "TC0D", "TC0P", "TM0P", "TN0P", "TN1P", "Th0H", "Th0S", "Th1H", "Ts0P", NULL }, _ Patches currently in -mm which might be from rkoktarianto@xxxxxxxxx are applesmc-sensors-set-for-macbook2.patch applesmc-sensors-set-for-macbook2-try-2.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