The patch titled
     input: handle EV_PWR in input_set_capability
has been removed from the -mm tree.  Its filename was
     input-handle-ev_pwr-in-input_set_capability.patch

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

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

origin.patch
git-alsa.patch
input-handle-ev_pwr-in-input_set_capability.patch
git-battery.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