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)
commit1a54f49e8989462cfc9cab0c377b2d4e60e5b70a
tree8ee0e182a964343c2c67055a4d4932716958322e
parent0038cae0ffd72b75699010bd112655dc2615e2fd
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