Dmitry Torokhov
21f25573fb
Input: touchkit_ps2 - do not advertise unsupported buttons
...
Touchkit PS/2 touchscreen does not have left/right/middle buttons and
should not be advertising as capable of generating these events.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2009-11-20 00:52:10 -08:00
Dmitry Torokhov
b7802c5c1e
Input: psmouse - use boolean type
...
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2009-09-10 22:11:38 -07:00
Jiri Slaby
7b19ada2ed
get rid of input BIT* duplicate defines
...
get rid of input BIT* duplicate defines
use newly global defined macros for input layer. Also remove includes of
input.h from non-input sources only for BIT macro definiton. Define the
macro temporarily in local manner, all those local definitons will be
removed further in this patchset (to not break bisecting).
BIT macro will be globally defined (1<<x)
Signed-off-by: Jiri Slaby <jirislaby@gmail.com >
Cc: <dtor@mail.ru >
Acked-by: Jiri Kosina <jkosina@suse.cz >
Cc: <lenb@kernel.org >
Acked-by: Marcel Holtmann <marcel@holtmann.org >
Cc: <perex@suse.cz >
Acked-by: Mauro Carvalho Chehab <mchehab@infradead.org >
Cc: <vernux@us.ibm.com >
Cc: <malattia@linux.it >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-10-19 11:53:42 -07:00
Stefan Lucke
24bf10ab2d
Input: psmouse - add support for eGalax PS/2 touchscreen controller
...
Based on the touchkit USB and lifebook PS/2 touchscreen driver.
The egalax touchsreen controller (PS/2 or USB version) is used in this 7"
device: http://www.cartft.com/catalog/il/449
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2007-02-18 01:49:10 -05:00