]> git.baikalelectronics.ru Git - kernel.git/commit
Input: aiptek - use set_bit instead of bitwise or
authorRene van Paassen <rene.vanpaassen@gmail.com>
Mon, 21 May 2007 04:31:55 +0000 (00:31 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Tue, 10 Jul 2007 04:35:16 +0000 (00:35 -0400)
commite659a434487328ac49af90fbe2dba6584a3bba8a
tree8ee0e182a964343c2c67055a4d4932716958322e
parent8a03b0dcddbfe01ce08866bb793efce2ede2b71b
Input: aiptek - use set_bit instead of bitwise or

Have to use set_bit since some bit values are over 32, and bitwise or
won't work on these. To be safe for the future too, use set_bit for all
input dev capabilities

Signed-off-by: Rene van Paassen <rene.vanpaassen@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/tablet/aiptek.c