[PATCH] handle EV_PWR in input_set_capability

From: Dmitry Baryshkov
Date: Tue Dec 11 2007 - 10:19:22 EST


Handle EV_PWR type of input caps.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@xxxxxxxxx>

Index: linux-test/drivers/input/input.c
===================================================================
--- linux-test.orig/drivers/input/input.c 2007-12-11 17:47:37.736228749 +0300
+++ linux-test/drivers/input/input.c 2007-12-11 17:47:52.620224309 +0300
@@ -1080,6 +1080,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",
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/