From: Rene van Paassen Date: Mon, 21 May 2007 04:31:55 +0000 (-0400) Subject: Input: aiptek - use set_bit instead of bitwise or X-Git-Tag: v2.6.23-rc1~1183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a54f49e8989462cfc9cab0c377b2d4e60e5b70a;p=pandora-kernel.git 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 Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed