[PATCH] Input: check switch bitmap when matching handlers

From: Dmitry Torokhov
Date: Sat Sep 24 2005 - 02:06:55 EST


Input: check switch bitmap when matching handlers

Switch bitmap was added to input_device_id structure so we should
check it when matching handlers and input devices.

Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx>
---

drivers/input/input.c | 1 +
1 files changed, 1 insertion(+)

Index: work/drivers/input/input.c
===================================================================
--- work.orig/drivers/input/input.c
+++ work/drivers/input/input.c
@@ -309,6 +309,7 @@ static struct input_device_id *input_mat
MATCH_BIT(ledbit, LED_MAX);
MATCH_BIT(sndbit, SND_MAX);
MATCH_BIT(ffbit, FF_MAX);
+ MATCH_BIT(swbit, SW_MAX);

return id;
}
-
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/