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
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
2006-04-09
Small preparation for pressure dependent edge motion speed.
Peter Osterlund
2006-04-09
Added a "distribution" target to the Makefile.
Peter Osterlund
2006-04-09
Removed unnecessary #include. From Paul Bender
Peter Osterlund
2006-04-09
Added support for circular scrolling. From Alexei Gilchrist
Peter Osterlund
2006-04-09
Handle touchpads with a scroll region on the right side
Peter Osterlund
2006-04-09
Tiny cleanup.
Peter Osterlund
2006-04-09
Changed version to 0.12.3.
v0.12.3
Peter Osterlund
2006-04-09
Changed version to 0.12.2.
v0.12.2
Peter Osterlund
2006-04-09
Made tap processing configurable. Patch from Justin Quek
Peter Osterlund
2006-04-09
Guest packets require the newabs protocol. (From Fred Hucht
Peter Osterlund
2006-04-09
When calling HandleState() from timerFunc() make sure
Peter Osterlund
2006-04-09
Cosmetic changes.
Peter Osterlund
2006-04-09
Fixed bug in change e6d92b0e4399ead8d24e043857d3120b87ecc1ef. Pass-through
Peter Osterlund
[next]