]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Input: check switch bitmap when matching handlers
authorDmitry Torokhov <dtor_core@ameritech.net>
Sat, 24 Sep 2005 07:02:29 +0000 (02:02 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 24 Sep 2005 17:44:25 +0000 (10:44 -0700)
commitff13f98b97cb6c5a2d201dfa4db0a2fd0b4d9d50
treebce3878acb3cafa95267bb1c95bb5031e7b52e79
parent87e807b6c461bbd449496a4c3ab78ab164a4ba97
[PATCH] Input: check switch bitmap when matching handlers

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

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/input/input.c