linux/drivers/input/mouse
Jiri Kosina 0698989d77 Input: psmouse - fix breakage introduced by b7802c5c1e
Commit b7802c5c1e ("Input: psmouse - use boolean type") caused the
synaptics_hardware variable to be completely useless, as it is
constantly set to 'true' throughout the whole psmouse_extensions().
This was caused by the following hunk in the commit in question

	-       int synaptics_hardware = 0;
	+       bool synaptics_hardware = true;

which is wrong and causes driver to issue extra reset when falling
back to bare PS/2 protocol.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2009-11-16 22:26:16 -08:00
..
alps.c Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
alps.h Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
amimouse.c
appletouch.c Input: appletouch - improve finger detection 2009-06-03 07:37:54 -07:00
atarimouse.c
bcm5974.c Input: bcm5974 - silence uninitialized variables warnings 2009-09-13 09:13:38 -07:00
elantech.c Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
elantech.h Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
gpio_mouse.c Input: gpio_mouse - use standard driver registration method 2009-07-07 22:47:14 -07:00
hgpk.c Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
hgpk.h Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
inport.c
Kconfig Input: add new driver for Sentelic Finger Sensing Pad 2009-08-19 21:46:09 -07:00
lifebook.c Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
lifebook.h Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
logibm.c
logips2pp.c Input: logips2pp - model 73 is actually TrackMan FX 2009-10-18 00:03:54 -07:00
logips2pp.h Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
Makefile Input: add new driver for Sentelic Finger Sensing Pad 2009-08-19 21:46:09 -07:00
maplemouse.c
pc110pad.c
psmouse-base.c Input: psmouse - fix breakage introduced by b7802c5c1e 2009-11-16 22:26:16 -08:00
psmouse.h Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
pxa930_trkball.c
rpcmouse.c
sentelic.c Input: libps2 - additional locking for i8042 ports 2009-09-17 23:23:45 -07:00
sentelic.h Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
sermouse.c
synaptics_i2c.c Input: synaptics_i2c - switch to using __cancel_delayed_work() 2009-09-17 23:24:01 -07:00
synaptics.c Input: synaptics - add another Protege M300 to rate blacklist 2009-10-12 21:36:52 -07:00
synaptics.h Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
touchkit_ps2.c Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
touchkit_ps2.h Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
trackpoint.c Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
trackpoint.h Input: psmouse - use boolean type 2009-09-10 22:11:38 -07:00
vsxxxaa.c Input: serio - don't use serio->write() directly 2009-08-05 00:43:43 -07:00