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
/
synaptics.c
Age
Commit message (
Expand
)
Author
2006-04-09
Made it possible to disable tapping without disabling mouse
Peter Osterlund
2006-04-09
Support up to 12 (virtual) mouse buttons.
Peter Osterlund
2006-04-09
Better palm detection options. Also reverts change
Peter Osterlund
2006-04-09
Added FastTaps option to make the driver react faster to
Peter Osterlund
2006-04-09
Added an option to disable the palm detection heuristics.
Peter Osterlund
2006-04-09
Fixed some problems with ALPS guest devices.
Peter Osterlund
2006-04-09
Whitespace fixes.
Peter Osterlund
2006-04-09
The GuestMouseOff parameter now also disables the guest
Peter Osterlund
2006-04-09
The SynapticsPreInit() function shouldn't call
Peter Osterlund
2006-04-09
Fixed another X server crash caused by forgetting to remove
Peter Osterlund
2006-04-09
Removed duplicated function declaration.
Peter Osterlund
2006-04-09
Don't remove the shared memory segment when DEVICE_CLOSE is
Peter Osterlund
2006-04-09
Added support for circular touchpads. Based on a patch from
Peter Osterlund
2006-04-09
Added two parameters.
Peter Osterlund
2006-04-09
Fixed handling of the repeater device.
Peter Osterlund
2006-04-09
Small cleanup.
Peter Osterlund
2006-04-09
Made double clicks faster, so that they work in xmms and the
Peter Osterlund
2006-04-09
Fixed bug in change dee1cca686b33a0c2a565d5ecee036abdac6b3a6 that broke
Peter Osterlund
2006-04-09
Added a "GuestMouseOff" parameter to disable the pass
Peter Osterlund
2006-04-09
Added (untested) support for ALPS touchpads using the 2.4
Peter Osterlund
2006-04-09
Removed repeater from the shared memory segment. It's not
Peter Osterlund
2006-04-09
Fixed inconsistent function name.
Peter Osterlund
2006-04-09
Don't call PS2QueryHardware() from PSMReadHwState().
Peter Osterlund
2006-04-09
Added (untested) support for the FreeBSD psm mouse driver.
Peter Osterlund
2006-04-09
Moved the CommData struct from synaptics.h to synproto.h so
Peter Osterlund
2006-04-09
Don't call ps2comm functions directly from synaptics.c.
Peter Osterlund
2006-04-09
Moved autodev handling to the protocol specific files.
Peter Osterlund
2006-04-09
Don't send the whole SynapticsPrivate struct to the
Peter Osterlund
2006-04-09
Small #include fix.
Peter Osterlund
2006-04-09
Moved reading of hardware state to the protocol specific
Peter Osterlund
2006-04-09
Replaced Success with TRUE/FALSE where possible.
Peter Osterlund
2006-04-09
Moved the QueryHardware function to the protocol specific
Peter Osterlund
2006-04-09
The PrintIdent() function doesn't need access to the whole
Peter Osterlund
2006-04-09
Some work on abstracting out the protocol differences from
Peter Osterlund
2006-04-09
Spelling fixes.
Peter Osterlund
2006-04-09
Small simplification in HandleTapProcessing().
Peter Osterlund
2006-04-09
Moved pointer delta computations to a separate function.
Peter Osterlund
2006-04-09
Moved scroll processing to a separate function.
Peter Osterlund
2006-04-09
Implemented a proper state machine for tap and drag
Peter Osterlund
2006-04-09
Removed the unused reset retry loop.
Peter Osterlund
2006-04-09
More preparations for FreeBSD support.
Peter Osterlund
2006-04-09
Shortened the code in SynapticsPreInit() by introducing a
Peter Osterlund
2006-04-09
Some changes to make supporting FreeBSD easier. From Arne
Peter Osterlund
2006-04-09
When no usable event device node was found, print out how
Peter Osterlund
2006-04-09
Made it possible to have both circular scrolling and
Peter Osterlund
2006-04-09
Made it possible to disable vertical and horizontal
Peter Osterlund
2006-04-09
Made it possible to use "edge motion" also when not
Peter Osterlund
2006-04-09
Added pressure dependent edge motion speed. From Matthias
Peter Osterlund
2006-04-09
Fixed bug in change ec6c36c16d5f7093f194595607bc9d2e1d114f5f.
Peter Osterlund
2006-04-09
Added support for middle mouse buttons. (Some ALPS touchpads
Peter Osterlund
[next]