Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-09 | Fixed incorrect "lost sync" message in change | Peter Osterlund | |
eef92f7889619ab2730f7f930528398d7708ff0c. | |||
2006-04-09 | Fixed typo in change 34b03a2f9f06979c15244ae53374568bb6c181f8. | Peter Osterlund | |
2006-04-09 | Forgot to update NEWS file in change | Peter Osterlund | |
a591e7de10922c5f50c4cc2240997bcd92aaae28. | |||
2006-04-09 | Changed version to 0.11.3p9. | Peter Osterlund | |
2006-04-09 | Added support for the old synaptics protocol. By Hartwig | Peter Osterlund | |
Felger. | |||
2006-04-09 | Minor cleanup. | Peter Osterlund | |
2006-04-09 | Changed version to 0.11.3p8. | Peter Osterlund | |
2006-04-09 | Fixed change b5ae101d5d94d964c680e15c289220f208393df2 so that the | Peter Osterlund | |
autodetection works also when X>=10 in eventX. (Pointed out by Hartwig Felger.) | |||
2006-04-09 | Update 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-09 | Changed version to 0.11.3p7. | Peter Osterlund | |
2006-04-09 | Updated documentation for new "auto-dev" option. | Peter Osterlund | |
2006-04-09 | Implemented protocol "auto-dev" that automatically tries to | Peter 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-09 | White space fixes in ps2comm.[ch]. | Peter Osterlund | |
2006-04-09 | Removed obsolete comment about SHMConfig option. | Peter Osterlund | |
2006-04-09 | Added proper support for "multi buttons". The old code | Peter 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-09 | Updated COMPATIBILITY file. | Peter Osterlund | |
2006-04-09 | Mention the synclient program in the INSTALL file. | Peter Osterlund | |
2006-04-09 | Added #define's for the constants used by the linux event | Peter Osterlund | |
interface. | |||
2006-04-09 | Use BTN_0 ... BTN_3 for reporting multi button events. From | Peter Osterlund | |
Hartwig Felger. | |||
2006-04-09 | Changed version number. | Peter Osterlund | |
2006-04-09 | Fixed spelling errors. | Peter Osterlund | |
2006-04-09 | Implemented "make install". | Peter Osterlund | |
2006-04-09 | Reset the touchpad to relative mode when the X server terminates. | Peter Osterlund | |
2006-04-09 | Removed trailing whitespace. | Peter Osterlund | |
2006-04-09 | Improved driver initialisation and finalization. From | Peter Osterlund | |
Hartwig Felger. | |||
2006-04-09 | Made horizontal wheel replacement buttons work. (From | Peter Osterlund | |
Hartwig Felger.) For 2.5.x, a kernel patch is also needed. | |||
2006-04-09 | Added log level to some messages. (From Hartwig Felger.) | Peter Osterlund | |
2006-04-09 | Longer timeout in the reset sequence. Experience from the | Peter Osterlund | |
2.5 kernel driver has shown that 4 seconds is needed for some touchpads. | |||
2006-04-09 | Added include path needed in gentoo linux. Reported by | Peter Osterlund | |
Christian Storm <Christian.Storm@Fortytwo.Uni-Oldenburg.de>. | |||
2006-04-09 | Fixed race condition caused by asynchronous IO (SIGIO). This | Peter Osterlund | |
change hopefully fixes the X server hangs. | |||
2006-04-09 | Use packet counting instead of time to decide when to start | Peter 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-09 | Fixed spelling error. | Peter Osterlund | |
2006-04-09 | Workaround for X server bug in the TimerSet() function. | Peter Osterlund | |
2006-04-09 | Changed default values to match change | Peter Osterlund | |
799ea3f9ccb2bbad7e60fd1bc2fae6b218fddbb5. | |||
2006-04-09 | Fixed documentation error. | Peter Osterlund | |
2006-04-09 | Changed version number. | Peter Osterlund | |
2006-04-09 | Rewrote timer handling so that the driver no longer depends | Peter 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-09 | When parsing kernel event data, make sure we see a | Peter Osterlund | |
SYN_REPORT event and not some other SYN_ event. | |||
2006-04-09 | Changed suggested MaxTapTime value from 20 to 15, to avoid | Peter Osterlund | |
gnome scrollbars to start auto repeat when tapping is used. | |||
2006-04-09 | Added "Protocol" option to activate the kernel input event | Peter Osterlund | |
interface. | |||
2006-04-09 | Added support for kernel input event interface. Not | Peter Osterlund | |
activated yet though. | |||
2006-04-09 | Moved capability bit handling to the SynapticsGetHwState() | Peter Osterlund | |
function, so that it can be bypassed in kernel input event mode. | |||
2006-04-09 | Fixed initialization failure path so that it doesn't crash | Peter Osterlund | |
the X server. | |||
2006-04-09 | Abstracted out the code to determine the hardware state | Peter 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-09 | Fixed spelling error. | Peter Osterlund | |
2006-04-09 | Update from the p4 computer. | Peter Osterlund | |
2006-04-09 | Fixed spelling errors. | Peter Osterlund | |
2006-04-09 | Removed unnecessary include file. | Peter Osterlund | |
2006-04-09 | Merged some #ifdef stuff from 0.11.3. (Not sure what it is | Peter Osterlund | |
good for, but it doesn't hurt anything.) | |||
2006-04-09 | Updated the FEATURES file regarding online configuration | Peter Osterlund | |
using shared memory. |