summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-28eventcomm: replace synaptics-custom TEST_BIT with server's BitIsOn.Peter Hutterer1-22/+19
2011-03-28eventcomm: extern EventReadHwState to allow for testing.Peter Hutterer2-1/+7
2011-03-28eventcomm: factor out finger counting.Peter Hutterer1-8/+24
2011-03-28eventcomm: add a missing break statementPeter Hutterer1-0/+1
2011-03-21conf: add a descriptive header with warning to example config filePeter Hutterer2-0/+16
2011-03-21conf: remove SHM example from fdiPeter Hutterer1-3/+0
2011-03-21man: add short blurb about InputClass configuration in servers 1.8Peter Hutterer1-0/+6
2011-03-21man: update source path for fdi file and shorten description.Peter Hutterer1-8/+3
2011-03-21Bump to 1.4.99Peter Hutterer1-1/+1
2011-03-18Revert "Add synaptics orientation support"Peter Hutterer9-95/+13
2011-03-18Remove unused test directory (#35043)Peter Hutterer2-203/+0
2011-03-09Add note about MatchDevicePathChristoph Brill1-0/+4
2011-03-09Add synaptics orientation supportAapo Rantalainen9-13/+95
2011-03-04Merge branch 'next'Peter Hutterer11-177/+106
2011-03-04synaptics 1.4.0Peter Hutterer1-1/+1
2011-03-01Now ps2comm and alpscomm backend optionalAlexandr Shadchin4-9/+26
2011-03-01Rewrite mechanisn to detect Protocol and DeviceAlexandr Shadchin5-82/+36
2011-03-01Remove extra definition CommDataAlexandr Shadchin1-1/+0
2011-03-01Remove arg proto_ops in ReadHwState()Alexandr Shadchin7-11/+16
2011-03-01Renamed SynapticsHwInfo in PS2SynapticsHwInfoAlexandr Shadchin3-18/+18
2011-03-01Move definition struct SynapticsHwInfo in ps2comm.hAlexandr Shadchin4-17/+6
2011-03-01Delete empty alpscomm.hAlexandr Shadchin3-35/+2
2011-03-01Removing extra call SetDeviceAndProtocol()Alexandr Shadchin1-1/+0
2011-03-01Renamed SynapticsDefaultDimensions in SanitizeDimensionsAlexandr Shadchin1-3/+3
2011-03-01Simplified mechanism for determining default sizeAlexandr Shadchin5-8/+7
2011-03-01Fix typo (resx -> resy)Alexandr Shadchin1-1/+1
2011-02-28Fix build on BSDJulien Cristau1-2/+2
2011-02-21synaptics 1.3.99.901Peter Hutterer1-1/+1
2011-02-21Stop scrolling if not exactly two fingers on touchpad.Daniel Kurtz1-1/+1
2011-02-21add a few comments to ComputeDeltas()Simon Thum1-2/+7
2011-02-21add some acceleration-related info to the man pageSimon Thum1-0/+7
2011-02-21reshuffle details on acceleration in the man page for increased readabilitySimon Thum1-21/+23
2011-02-21Merge branch 'devel' into mergePeter Hutterer1-73/+105
2011-02-21Add hysteresis-based noise reductionSimon Thum6-8/+96
2011-02-17Factor out edge speed calculation.Peter Hutterer1-35/+43
2011-02-17Factor out delta calculation into a static func.Peter Hutterer1-55/+62
2011-02-17Move delta calculation for trackstick out.Peter Hutterer1-8/+17
2011-02-17Reshuffle ComputeDeltas for less indentation.Peter Hutterer1-71/+79
2011-02-17Don't expect a palm based on pressure (#22806)Peter Hutterer1-2/+0
2011-02-17syndaemon: reset idle time if the system time has changed (#31968)Peter Hutterer1-0/+5
2011-01-31synaptics: detect corner tap using the initial touch positionNicolas Cavallari1-2/+4
2011-01-17syndaemon.c: Add #include <string.h>Alan Coopersmith1-0/+1
2011-01-17synclient.c: Replace old index() function with C89-standard strchr()Alan Coopersmith1-1/+1
2011-01-05Rename SHM functions from alloc/free_param_data to alloc/free_shm_dataPeter Hutterer1-7/+7
2011-01-05Don't report all options unconditionally.Peter Hutterer1-2/+0
2011-01-05Dont report the version explicitly, it's reported in the module blob anyway.Peter Hutterer1-2/+0
2011-01-05Use xf86SetStrOption instead of xf86FindOption for the DevicePeter Hutterer1-2/+2
2011-01-05Remove the need for XI86_CONFIGURED on input-ABI 12Peter Hutterer1-7/+2
2010-12-06syndaemon: decouple background mode from quietnessAlessandro Guido1-5/+10
2010-11-23Fix 64bit arch issue in synaptics eventcomm.cTakashi Iwai1-1/+1