index
:
driver/xf86-input-synaptics
master
obsd
synaptics-1.6-branch
synaptics-1.7-branch
synaptics touchpad input driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
synaptics.c
Age
Commit message (
Expand
)
Author
2011-04-18
Fix typo (resx -> resy)
Alexandr Shadchin
2011-02-21
Stop scrolling if not exactly two fingers on touchpad.
Daniel Kurtz
2011-02-21
add a few comments to ComputeDeltas()
Simon Thum
2011-02-21
Merge branch 'devel' into merge
Peter Hutterer
2011-02-21
Add hysteresis-based noise reduction
Simon Thum
2011-02-17
Factor out edge speed calculation.
Peter Hutterer
2011-02-17
Factor out delta calculation into a static func.
Peter Hutterer
2011-02-17
Move delta calculation for trackstick out.
Peter Hutterer
2011-02-17
Reshuffle ComputeDeltas for less indentation.
Peter Hutterer
2011-02-17
Don't expect a palm based on pressure (#22806)
Peter Hutterer
2011-01-31
synaptics: detect corner tap using the initial touch position
Nicolas Cavallari
2011-01-05
Rename SHM functions from alloc/free_param_data to alloc/free_shm_data
Peter Hutterer
2011-01-05
Don't report all options unconditionally.
Peter Hutterer
2011-01-05
Dont report the version explicitly, it's reported in the module blob anyway.
Peter Hutterer
2011-01-05
Use xf86SetStrOption instead of xf86FindOption for the Device
Peter Hutterer
2011-01-05
Remove the need for XI86_CONFIGURED on input-ABI 12
Peter Hutterer
2010-11-02
Input API 12 requires a valuator mode for each axis.
Peter Hutterer
2010-10-18
Remove convert_proc and close_proc.
Peter Hutterer
2010-10-18
Replace two LocalDevicePtr with InputInfoPtr.
Peter Hutterer
2010-10-14
don't post motion events if the finger state is FS_UNTOUCHED
Joe Shaw
2010-10-14
post absolute coordinate motion events if device mode is absolute
Joe Shaw
2010-10-14
track abs/rel mode changes in SwitchMode() instead of ignoring them
Joe Shaw
2010-10-06
Remove refcnt initialization from InputDriverRec.
Peter Hutterer
2010-10-05
config: don't autoprobe when device was set
Giuseppe Bilotta
2010-10-05
config: collect options during preinit
Giuseppe Bilotta
2010-09-01
Merge branch 'input-api'
Peter Hutterer
2010-09-01
Use InputInfoPtr instead of LocalDevicePtr.
Peter Hutterer
2010-09-01
Support the new input api.
Peter Hutterer
2010-08-20
Enable coasting by default with a value of 20.
Peter Hutterer
2010-08-20
Added "friction physics" so coasting can stop on its own.
Patrick Curran
2010-08-20
Reset X/Y hist on multi finger transition to fix jumps
Chris Bagwell
2010-08-20
Increase the default acceleration factor.
Peter Hutterer
2010-08-19
Up the precision of MaxSpeed and AccelFactor log output.
Peter Hutterer
2010-07-22
Reshuffle initialization in preparation for new input API.
Peter Hutterer
2010-07-22
Add some ifdefs missing from XINPUT ABI 12
Peter Hutterer
2010-07-22
Remove XI86_POINTER_CAPABLE usage.
Peter Hutterer
2010-07-21
Default to 2-finger emulation when HW supports it
Chris Bagwell
2010-07-19
Make default checks for x, y, w, and p separate.
Chris Bagwell
2010-06-17
Purge GuestMouse support.
Peter Hutterer
2010-06-17
Require server 1.6 or later.
Peter Hutterer
2010-06-17
Re-use width/height variables.
Peter Hutterer
2010-06-17
Reshuffle default value initialization.
Peter Hutterer
2010-06-16
Support percent values for area.
Peter Hutterer
2010-06-16
Don't allow anything but relative mode.
Peter Hutterer
2010-06-07
Mulitply dix acceleration into synaptics maximum.
Simon Thum
2010-06-07
Accel: retain para->accel scale.
Simon Thum
2010-06-07
Setup pointer acceleration for synaptics
Simon Thum
2010-06-07
Revert "Setup pointer acceleration for synaptics"
Peter Hutterer
2010-06-01
Setup pointer acceleration for synaptics
Simon Thum
2010-05-25
Don't use libcwrappers for calloc and free.
Peter Hutterer
[next]