summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-09Fixed incorrect "lost sync" message in changePeter Osterlund
eef92f7889619ab2730f7f930528398d7708ff0c.
2006-04-09Fixed typo in change 34b03a2f9f06979c15244ae53374568bb6c181f8.Peter Osterlund
2006-04-09Forgot to update NEWS file in changePeter Osterlund
a591e7de10922c5f50c4cc2240997bcd92aaae28.
2006-04-09Changed version to 0.11.3p9.Peter Osterlund
2006-04-09Added support for the old synaptics protocol. By HartwigPeter Osterlund
Felger.
2006-04-09Minor cleanup.Peter Osterlund
2006-04-09Changed version to 0.11.3p8.Peter Osterlund
2006-04-09Fixed change b5ae101d5d94d964c680e15c289220f208393df2 so that thePeter Osterlund
autodetection works also when X>=10 in eventX. (Pointed out by Hartwig Felger.)
2006-04-09Update from Hartwig Felger.Peter Osterlund
* Added "multi-buttons" to the FEATURES list. * Updated NEWS file with data from the web page. * More robust parsing of the Handlers= line when doing auto detection for 2.6 kernels. ("Handlers=event2 js0" should now work.) * Updated synclient program to explain that it can't query hardware details when using a 2.6 kernel.
2006-04-09Changed version to 0.11.3p7.Peter Osterlund
2006-04-09Updated documentation for new "auto-dev" option.Peter Osterlund
2006-04-09Implemented protocol "auto-dev" that automatically tries toPeter Osterlund
find the proper device node and protocol for the touchpad. This makes it possible to have the same XF86Config file for 2.4 and 2.5 kernels. From Hartwig Felger with some fixes by me.
2006-04-09White space fixes in ps2comm.[ch].Peter Osterlund
2006-04-09Removed obsolete comment about SHMConfig option.Peter Osterlund
2006-04-09Added proper support for "multi buttons". The old codePeter Osterlund
referred to this as six_button mode, but this mode was activated based on firmware version, which was not correct. From Hartwig Felger.
2006-04-09Updated COMPATIBILITY file.Peter Osterlund
2006-04-09Mention the synclient program in the INSTALL file.Peter Osterlund
2006-04-09Added #define's for the constants used by the linux eventPeter Osterlund
interface.
2006-04-09Use BTN_0 ... BTN_3 for reporting multi button events. FromPeter Osterlund
Hartwig Felger.
2006-04-09Changed version number.Peter Osterlund
2006-04-09Fixed spelling errors.Peter Osterlund
2006-04-09Implemented "make install".Peter Osterlund
2006-04-09Reset the touchpad to relative mode when the X server terminates.Peter Osterlund
2006-04-09Removed trailing whitespace.Peter Osterlund
2006-04-09Improved driver initialisation and finalization. FromPeter Osterlund
Hartwig Felger.
2006-04-09Made horizontal wheel replacement buttons work. (FromPeter Osterlund
Hartwig Felger.) For 2.5.x, a kernel patch is also needed.
2006-04-09Added log level to some messages. (From Hartwig Felger.)Peter Osterlund
2006-04-09Longer timeout in the reset sequence. Experience from thePeter Osterlund
2.5 kernel driver has shown that 4 seconds is needed for some touchpads.
2006-04-09Added include path needed in gentoo linux. Reported byPeter Osterlund
Christian Storm <Christian.Storm@Fortytwo.Uni-Oldenburg.de>.
2006-04-09Fixed race condition caused by asynchronous IO (SIGIO). ThisPeter Osterlund
change hopefully fixes the X server hangs.
2006-04-09Use packet counting instead of time to decide when to startPeter Osterlund
generating pointer movement events. This fixes the bug that incorrectly moved the cursor to the upper right corner when quickly putting the finger on the touchpad.
2006-04-09Fixed spelling error.Peter Osterlund
2006-04-09Workaround for X server bug in the TimerSet() function.Peter Osterlund
2006-04-09Changed default values to match changePeter Osterlund
799ea3f9ccb2bbad7e60fd1bc2fae6b218fddbb5.
2006-04-09Fixed documentation error.Peter Osterlund
2006-04-09Changed version number.Peter Osterlund
2006-04-09Rewrote timer handling so that the driver no longer dependsPeter Osterlund
on packets arriving 1s after the last state change. (The kernel driver only reports to user space when something changes.) Use wall clock time instead of packet counting for time computations. This change also means that configurable times are now specified in milliseconds instead of units of 1/80s.
2006-04-09When parsing kernel event data, make sure we see aPeter Osterlund
SYN_REPORT event and not some other SYN_ event.
2006-04-09Changed suggested MaxTapTime value from 20 to 15, to avoidPeter Osterlund
gnome scrollbars to start auto repeat when tapping is used.
2006-04-09Added "Protocol" option to activate the kernel input eventPeter Osterlund
interface.
2006-04-09Added support for kernel input event interface. NotPeter Osterlund
activated yet though.
2006-04-09Moved capability bit handling to the SynapticsGetHwState()Peter Osterlund
function, so that it can be bypassed in kernel input event mode.
2006-04-09Fixed initialization failure path so that it doesn't crashPeter Osterlund
the X server.
2006-04-09Abstracted out the code to determine the hardware statePeter Osterlund
from the ReadInput() function. This will make it possible to support the event based absolute packet format generated by the 2.5 kernel.
2006-04-09Fixed spelling error.Peter Osterlund
2006-04-09Update from the p4 computer.Peter Osterlund
2006-04-09Fixed spelling errors.Peter Osterlund
2006-04-09Removed unnecessary include file.Peter Osterlund
2006-04-09Merged some #ifdef stuff from 0.11.3. (Not sure what it isPeter Osterlund
good for, but it doesn't hurt anything.)
2006-04-09Updated the FEATURES file regarding online configurationPeter Osterlund
using shared memory.