index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
mouse
/
synaptics.c
Age
Commit message (
Expand
)
Author
Lines
2005-02-04
input: Some Synaptics touchpads have a middle mouse button that also works
Peter Osterlund
-2
/
+26
2005-02-04
Input: make serio implementation more in line with standard
Dmitry Torokhov
-4
/
+6
2005-02-04
Input: replace serio's type field with serio_id structure and
Dmitry Torokhov
-1
/
+1
2005-02-04
Input: remove serio->private in favor of using driver-specific data
Dmitry Torokhov
-3
/
+4
2005-02-04
Input: synaptics - use DMI to detect Toshiba Satellite notebooks
Dmitry Torokhov
-0
/
+26
2004-09-29
Input: psmouse - explicitely specify packet size instead of relying
Dmitry Torokhov
-3
/
+12
2004-09-29
Input: synaptics - not only switch to 4-byte client protocol
Dmitry Torokhov
-3
/
+7
2004-09-29
Input: psmouse - add set_rate and set_resolution handlers to make
Dmitry Torokhov
-10
/
+27
2004-09-21
Input: pull common code from psmouse and atkbd into libps2 module
Dmitry Torokhov
-13
/
+15
2004-07-19
Input: synaptics - do not try to process packets from slave device
Dmitry Torokhov
-14
/
+12
2004-06-28
Input: allow serio drivers to create children ports and register these
Dmitry Torokhov
-16
/
+11
2004-06-28
Input: switch to dynamic (heap) serio port allocation in preparation
Dmitry Torokhov
-13
/
+20
2004-06-28
Input: more renames in serio in preparations to sysfs integration
Dmitry Torokhov
-1
/
+1
2004-06-28
Input: rename serio->driver to serio->port_data in preparation
Dmitry Torokhov
-2
/
+2
2004-04-22
Input: - move set_abs_params from synaptics driver to input and
Dmitry Torokhov
-14
/
+3
2004-04-22
Input: make serio open and close methods optional
Dmitry Torokhov
-11
/
+0
2004-04-22
Input: add psmouse_sliced_command (passes extended commands encoded
Dmitry Torokhov
-25
/
+3
2004-04-22
Input: add protocol_handler to psmouse structure to ease adding
Dmitry Torokhov
-141
/
+144
2004-04-22
Input: move "reconnect after so many errors" handling from synaptics driver
Dmitry Torokhov
-17
/
+9
2004-04-22
Input: support Synaptics touchpads that have separate middle button
Dmitry Torokhov
-0
/
+11
2004-04-22
Input: synaptics driver cleanup
Dmitry Torokhov
-78
/
+59
2004-03-10
Input: if Synaptics' absolute mode is disabled make sure that
Dmitry Torokhov
-1
/
+7
2004-03-10
Input: do a full reset of Synaptics touchpad if extended protocol
Dmitry Torokhov
-12
/
+1
2004-03-02
Input: Switch between strict/relaxed synaptics protocol checks based on
Dmitry Torokhov
-12
/
+41
2004-01-21
input: Allow Synaptics packet rate to be controlled by the
Dmitry Torokhov
-1
/
+3
2004-01-18
[PATCH] Input: smooth out mouse jitter
Andrew Morton
-4
/
+7
2003-12-18
[PATCH] Input: add psmouse_proto parameter
Dmitry Torokhov
-2
/
+2
2003-12-18
[PATCH] synaptics powerpro fix
Peter Osterlund
-1
/
+1
2003-12-18
[PATCH] Synaptics: use serio_reconnect
Dmitry Torokhov
-61
/
+96
2003-12-18
[PATCH] Synaptics: code cleanup
Dmitry Torokhov
-52
/
+27
2003-12-18
[PATCH] serio: rename serio_[un]register_slave_port to __serio_[un]register_...
Dmitry Torokhov
-2
/
+2
2003-09-26
input: Add BTN_TOUCH to Synaptics pad driver. This fixes the joydev
Vojtech Pavlik
-0
/
+4
2003-09-26
input: Fix broken handling of rotated Synaptics touchpads.
Peter Osterlund
-4
/
+1
2003-09-26
input: Tidy up events reported by a Synaptics pad, add touchpad
Peter Osterlund
-27
/
+41
2003-09-26
input: Synaptics code cleanups.
Dmitry Torokhov
-76
/
+85
2003-09-26
input: Fix multibutton handling in Synaptics.c (nExtBtn > 8 case)
Dmitry Torokhov
-4
/
+17
2003-09-18
Input: Big Synaptics update:
Peter Osterlund
-79
/
+283
2003-09-18
synaptics.c, psmouse-base.c:
Peter Osterlund
-2
/
+5
2003-06-20
input: Add Logitech MX PS2++ support, move Logitech PS2++ code to a
Vojtech Pavlik
-4
/
+3
2003-06-14
input: Add Synaptics touchpad absolute mode support.
Peter Osterlund
-0
/
+390