The patch titled hdaps: invert the axes for HDAPS on Lenovo R61i ThinkPads has been added to the -mm tree. Its filename is hdaps-invert-the-axes-for-hdaps-on-lenovo-r61i-thinkpads.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this 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 hdaps-invert-the-axes-for-hdaps-on-lenovo-r61i-thinkpads.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