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
Age
Commit message (
Expand
)
Author
2011-03-01
Rewrite mechanisn to detect Protocol and Device
Alexandr Shadchin
2011-03-01
Remove extra definition CommData
Alexandr Shadchin
2011-03-01
Remove arg proto_ops in ReadHwState()
Alexandr Shadchin
2011-03-01
Renamed SynapticsHwInfo in PS2SynapticsHwInfo
Alexandr Shadchin
2011-03-01
Move definition struct SynapticsHwInfo in ps2comm.h
Alexandr Shadchin
2011-03-01
Delete empty alpscomm.h
Alexandr Shadchin
2011-03-01
Removing extra call SetDeviceAndProtocol()
Alexandr Shadchin
2011-03-01
Renamed SynapticsDefaultDimensions in SanitizeDimensions
Alexandr Shadchin
2011-03-01
Simplified mechanism for determining default size
Alexandr Shadchin
2011-03-01
Fix typo (resx -> resy)
Alexandr Shadchin
2011-02-28
Fix build on BSD
Julien Cristau
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-23
Fix 64bit arch issue in synaptics eventcomm.c
Takashi Iwai
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-21
Expose width support in capabilites properity.
Chris Bagwell
2010-07-21
Expose pressure support in capabilities property.
Chris Bagwell
[next]