summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/synaptics.c
AgeCommit message (Expand)AuthorLines
2005-02-04input: Some Synaptics touchpads have a middle mouse button that also worksPeter Osterlund-2/+26
2005-02-04Input: make serio implementation more in line with standardDmitry Torokhov-4/+6
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov-1/+1
2005-02-04Input: remove serio->private in favor of using driver-specific dataDmitry Torokhov-3/+4
2005-02-04Input: synaptics - use DMI to detect Toshiba Satellite notebooksDmitry Torokhov-0/+26
2004-09-29Input: psmouse - explicitely specify packet size instead of relyingDmitry Torokhov-3/+12
2004-09-29Input: synaptics - not only switch to 4-byte client protocolDmitry Torokhov-3/+7
2004-09-29Input: psmouse - add set_rate and set_resolution handlers to makeDmitry Torokhov-10/+27
2004-09-21Input: pull common code from psmouse and atkbd into libps2 moduleDmitry Torokhov-13/+15
2004-07-19Input: synaptics - do not try to process packets from slave deviceDmitry Torokhov-14/+12
2004-06-28Input: allow serio drivers to create children ports and register theseDmitry Torokhov-16/+11
2004-06-28Input: switch to dynamic (heap) serio port allocation in preparationDmitry Torokhov-13/+20
2004-06-28Input: more renames in serio in preparations to sysfs integrationDmitry Torokhov-1/+1
2004-06-28Input: rename serio->driver to serio->port_data in preparationDmitry Torokhov-2/+2
2004-04-22Input: - move set_abs_params from synaptics driver to input andDmitry Torokhov-14/+3
2004-04-22Input: make serio open and close methods optionalDmitry Torokhov-11/+0
2004-04-22Input: add psmouse_sliced_command (passes extended commands encodedDmitry Torokhov-25/+3
2004-04-22Input: add protocol_handler to psmouse structure to ease addingDmitry Torokhov-141/+144
2004-04-22Input: move "reconnect after so many errors" handling from synaptics driverDmitry Torokhov-17/+9
2004-04-22Input: support Synaptics touchpads that have separate middle buttonDmitry Torokhov-0/+11
2004-04-22Input: synaptics driver cleanupDmitry Torokhov-78/+59
2004-03-10Input: if Synaptics' absolute mode is disabled make sure thatDmitry Torokhov-1/+7
2004-03-10Input: do a full reset of Synaptics touchpad if extended protocolDmitry Torokhov-12/+1
2004-03-02Input: Switch between strict/relaxed synaptics protocol checks based onDmitry Torokhov-12/+41
2004-01-21input: Allow Synaptics packet rate to be controlled by theDmitry Torokhov-1/+3
2004-01-18[PATCH] Input: smooth out mouse jitterAndrew Morton-4/+7
2003-12-18[PATCH] Input: add psmouse_proto parameterDmitry Torokhov-2/+2
2003-12-18[PATCH] synaptics powerpro fixPeter Osterlund-1/+1
2003-12-18[PATCH] Synaptics: use serio_reconnectDmitry Torokhov-61/+96
2003-12-18[PATCH] Synaptics: code cleanupDmitry Torokhov-52/+27
2003-12-18[PATCH] serio: rename serio_[un]register_slave_port to __serio_[un]register_...Dmitry Torokhov-2/+2
2003-09-26input: Add BTN_TOUCH to Synaptics pad driver. This fixes the joydevVojtech Pavlik-0/+4
2003-09-26input: Fix broken handling of rotated Synaptics touchpads.Peter Osterlund-4/+1
2003-09-26input: Tidy up events reported by a Synaptics pad, add touchpadPeter Osterlund-27/+41
2003-09-26input: Synaptics code cleanups.Dmitry Torokhov-76/+85
2003-09-26input: Fix multibutton handling in Synaptics.c (nExtBtn > 8 case)Dmitry Torokhov-4/+17
2003-09-18Input: Big Synaptics update:Peter Osterlund-79/+283
2003-09-18synaptics.c, psmouse-base.c:Peter Osterlund-2/+5
2003-06-20input: Add Logitech MX PS2++ support, move Logitech PS2++ code to aVojtech Pavlik-4/+3
2003-06-14input: Add Synaptics touchpad absolute mode support.Peter Osterlund-0/+390