The patch titled
     input: handle EV_PWR in input_set_capability
has been added to the -mm tree.  Its filename is
     input-handle-ev_pwr-in-input_set_capability.patch

*** 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

------------------------------------------------------
Subject: input: handle EV_PWR in input_set_capability
From: Dmitry Baryshkov <[EMAIL PROTECTED]>

Handle EV_PWR type of input caps.

Signed-off-by: Dmitry Baryshkov <[EMAIL PROTECTED]>
Cc: Dmitry Torokhov <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/input/input.c |    4 ++++
 1 file changed, 4 insertions(+)

diff -puN drivers/input/input.c~input-handle-ev_pwr-in-input_set_capability 
drivers/input/input.c
--- a/drivers/input/input.c~input-handle-ev_pwr-in-input_set_capability
+++ a/drivers/input/input.c
@@ -1332,6 +1332,10 @@ void input_set_capability(struct input_d
                __set_bit(code, dev->ffbit);
                break;
 
+       case EV_PWR:
+               /* do nothing */
+               break;
+
        default:
                printk(KERN_ERR
                        "input_set_capability: unknown type %u (code %u)\n",
_

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

input-handle-ev_pwr-in-input_set_capability.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