The patch titled
     wistron_btns: fix a typo on the TM610 definition
has been removed from the -mm tree.  Its filename was
     wistron_btns-fix-a-typo-on-the-tm610-definition.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: wistron_btns: fix a typo on the TM610 definition
From: Eric Piel <[EMAIL PROTECTED]>

I did a typo in a previous patch for wistron_btns "add acerhk database". 
This patch fixes this typo that prevented PROG2 key to work.

Signed-off-by: Eric Piel <[EMAIL PROTECTED]>
Cc: Dmitry Torokhov <[EMAIL PROTECTED]>
Cc: Miloslav Trmac <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/input/misc/wistron_btns.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN 
drivers/input/misc/wistron_btns.c~wistron_btns-fix-a-typo-on-the-tm610-definition
 drivers/input/misc/wistron_btns.c
--- 
a/drivers/input/misc/wistron_btns.c~wistron_btns-fix-a-typo-on-the-tm610-definition
+++ a/drivers/input/misc/wistron_btns.c
@@ -490,7 +490,7 @@ static struct key_entry keymap_acer_trav
        { KE_KEY, 0x01, {KEY_HELP} },
        { KE_KEY, 0x02, {KEY_CONFIG} },
        { KE_KEY, 0x11, {KEY_PROG1} },
-       { KE_KEY, 0x12, {KEY_PROG3} },
+       { KE_KEY, 0x12, {KEY_PROG2} },
        { KE_KEY, 0x13, {KEY_PROG3} },
        { KE_KEY, 0x14, {KEY_MAIL} },
        { KE_KEY, 0x15, {KEY_WWW} },
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

git-input.patch
wistron_btns-add-led-support.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to