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 <dbaryshkov@xxxxxxxxx> Handle EV_PWR type of input caps. Signed-off-by: Dmitry Baryshkov <dbaryshkov@xxxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 dbaryshkov@xxxxxxxxx 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html