summaryrefslogtreecommitdiff
path: root/synaptics.c
AgeCommit message (Expand)Author
2006-04-09Fixed some problems with ALPS guest devices.Peter Osterlund
2006-04-09Whitespace fixes.Peter Osterlund
2006-04-09The GuestMouseOff parameter now also disables the guestPeter Osterlund
2006-04-09The SynapticsPreInit() function shouldn't callPeter Osterlund
2006-04-09Fixed another X server crash caused by forgetting to removePeter Osterlund
2006-04-09Removed duplicated function declaration.Peter Osterlund
2006-04-09Don't remove the shared memory segment when DEVICE_CLOSE isPeter Osterlund
2006-04-09Added support for circular touchpads. Based on a patch fromPeter Osterlund
2006-04-09Added two parameters.Peter Osterlund
2006-04-09Fixed handling of the repeater device.Peter Osterlund
2006-04-09Small cleanup.Peter Osterlund
2006-04-09Made double clicks faster, so that they work in xmms and thePeter Osterlund
2006-04-09Fixed bug in change dee1cca686b33a0c2a565d5ecee036abdac6b3a6 that brokePeter Osterlund
2006-04-09Added a "GuestMouseOff" parameter to disable the passPeter Osterlund
2006-04-09Added (untested) support for ALPS touchpads using the 2.4Peter Osterlund
2006-04-09Removed repeater from the shared memory segment. It's notPeter Osterlund
2006-04-09Fixed inconsistent function name.Peter Osterlund
2006-04-09Don't call PS2QueryHardware() from PSMReadHwState().Peter Osterlund
2006-04-09Added (untested) support for the FreeBSD psm mouse driver.Peter Osterlund
2006-04-09Moved the CommData struct from synaptics.h to synproto.h soPeter Osterlund
2006-04-09Don't call ps2comm functions directly from synaptics.c.Peter Osterlund
2006-04-09Moved autodev handling to the protocol specific files.Peter Osterlund
2006-04-09Don't send the whole SynapticsPrivate struct to thePeter Osterlund
2006-04-09Small #include fix.Peter Osterlund
2006-04-09Moved reading of hardware state to the protocol specificPeter Osterlund
2006-04-09Replaced Success with TRUE/FALSE where possible.Peter Osterlund
2006-04-09Moved the QueryHardware function to the protocol specificPeter Osterlund
2006-04-09The PrintIdent() function doesn't need access to the wholePeter Osterlund
2006-04-09Some work on abstracting out the protocol differences fromPeter Osterlund
2006-04-09Spelling fixes.Peter Osterlund
2006-04-09Small simplification in HandleTapProcessing().Peter Osterlund
2006-04-09Moved pointer delta computations to a separate function.Peter Osterlund
2006-04-09Moved scroll processing to a separate function.Peter Osterlund
2006-04-09Implemented a proper state machine for tap and dragPeter Osterlund
2006-04-09Removed the unused reset retry loop.Peter Osterlund
2006-04-09More preparations for FreeBSD support.Peter Osterlund
2006-04-09Shortened the code in SynapticsPreInit() by introducing aPeter Osterlund
2006-04-09Some changes to make supporting FreeBSD easier. From ArnePeter Osterlund
2006-04-09When no usable event device node was found, print out howPeter Osterlund
2006-04-09Made it possible to have both circular scrolling andPeter Osterlund
2006-04-09Made it possible to disable vertical and horizontalPeter Osterlund
2006-04-09Made it possible to use "edge motion" also when notPeter Osterlund
2006-04-09Added pressure dependent edge motion speed. From MatthiasPeter Osterlund
2006-04-09Fixed bug in change ec6c36c16d5f7093f194595607bc9d2e1d114f5f.Peter Osterlund
2006-04-09Added support for middle mouse buttons. (Some ALPS touchpadsPeter Osterlund
2006-04-09Small preparation for pressure dependent edge motion speed.Peter Osterlund
2006-04-09Added a "distribution" target to the Makefile.Peter Osterlund
2006-04-09Removed unnecessary #include. From Paul BenderPeter Osterlund
2006-04-09Added support for circular scrolling. From Alexei GilchristPeter Osterlund
2006-04-09Handle touchpads with a scroll region on the right sidePeter Osterlund