The patch titled hdaps: invert the axes for HDAPS on Lenovo R61i ThinkPads has been removed from the -mm tree. Its filename was hdaps-invert-the-axes-for-hdaps-on-lenovo-r61i-thinkpads.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: hdaps: invert the axes for HDAPS on Lenovo R61i ThinkPads From: "Gabor Czigola" <czigola@xxxxxxxxx> Cc: "Mark M. Hoffman" <mhoffman@xxxxxxxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Cc: Jiri Kosina <jikos@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/hwmon/hdaps.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/hwmon/hdaps.c~hdaps-invert-the-axes-for-hdaps-on-lenovo-r61i-thinkpads drivers/hwmon/hdaps.c --- a/drivers/hwmon/hdaps.c~hdaps-invert-the-axes-for-hdaps-on-lenovo-r61i-thinkpads +++ a/drivers/hwmon/hdaps.c @@ -515,6 +515,7 @@ static struct dmi_system_id __initdata h HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad R50"), HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad R51"), HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad R52"), + HDAPS_DMI_MATCH_INVERT("LENOVO", "ThinkPad R61i"), HDAPS_DMI_MATCH_INVERT("IBM", "ThinkPad T41p"), HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad T41"), HDAPS_DMI_MATCH_INVERT("IBM", "ThinkPad T42p"), _ Patches currently in -mm which might be from czigola@xxxxxxxxx are -- 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