Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-09 | Changed version to 0.11.4.v0.11.4 | Peter Osterlund | |
2006-04-09 | Reverted change bbb485a01aa2b24638875c97f80121ddd027b6f2. It's better | Peter Osterlund | |
to build the binary for 4.2.0 because this will work for both 4.2 and 4.3. | |||
2006-04-09 | Changed the identifier for the synaptics protocol to match | Peter Osterlund | |
kernel 2.6.0-test5-bk8. | |||
2006-04-09 | Added "DELL Latitude CPi" to the compatibility list. | Peter Osterlund | |
(From Bruno Pelaia <pelaia@lugroma3.org>.) | |||
2006-04-09 | Forgot to run emacs indent before last check in. | Peter Osterlund | |
2006-04-09 | More consistent code formatting. | Peter Osterlund | |
2006-04-09 | Clarified description of FingerLow/FingerHigh parameters. | Peter Osterlund | |
2006-04-09 | Made it possible to disable the touchpad at runtime. (Patch | Peter Osterlund | |
from "Jörg Bösner" <ich@joerg-boesner.de>.) | |||
2006-04-09 | Added "Acer 661 LCi" to the compatibility list. | Peter Osterlund | |
(From Matthias D. Eisner <matthias.eisner@ilw.agrl.ethz.ch>.) | |||
2006-04-09 | Added some old news to the NEWS file. | Peter Osterlund | |
2006-04-09 | Fixed spelling errors. | Peter Osterlund | |
2006-04-09 | Created a helper macro to get rid of all the ugly "#ifdef | Peter Osterlund | |
DEBUG" in ps2comm.c. | |||
2006-04-09 | Made "make tags" work for emacs. | Peter Osterlund | |
2006-04-09 | Comment fixes. | Peter Osterlund | |
2006-04-09 | Changed tab size from 4 to the standard value 8. Reindented | Peter Osterlund | |
code so that it still looks sane. | |||
2006-04-09 | Changed Makefile to build for XFree86 version 4.3.0 by | Peter Osterlund | |
default. | |||
2006-04-09 | Removed trailing whitespace. | Peter Osterlund | |
2006-04-09 | Reset the touchpad if it has been out of sync for too long. | Peter Osterlund | |
(By Hartwig Felger, cleaned up somewhat by me.) The synaptics manual explains that the touchpad can revert to relative mode after a power glitch or electrostatic discharge. | |||
2006-04-09 | Changed version to 0.11.3p11. | Peter Osterlund | |
2006-04-09 | Updated COMPATIBILITY file. | Peter Osterlund | |
2006-04-09 | Disable stream mode before trying to identify/initialize the | Peter Osterlund | |
touchpad. Otherwise the touchpad can report motion data in the middle of the initialization sequence, which will confuse the driver and make the initialization fail. | |||
2006-04-09 | Removed a few forgotten hardcoded values. | Peter Osterlund | |
2006-04-09 | When setting the mode byte, don't set bits that the touchpad | Peter Osterlund | |
doesn't understand. (Those bits are reserved and setting them can lead to weird problems, like the left button not working, as reported by Miles Lane.) | |||
2006-04-09 | Fixed spelling error in NEWS file. | Peter Osterlund | |
2006-04-09 | Changed version to 0.11.3p10. | Peter Osterlund | |
2006-04-09 | More robust resynchronization code, after an idea from | Peter Osterlund | |
Hartwig Felger. When we realize we are out of sync, only throw away one byte, not all bytes already read from the touchpad. | |||
2006-04-09 | Moved finger detection to a separate function. | Peter Osterlund | |
2006-04-09 | Moved middle mouse button emulation to a separate function. | Peter Osterlund | |
2006-04-09 | Use the SYN_MODEL_NEWABS() macro to decide which protocol | Peter Osterlund | |
(new or old) to use. | |||
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 | |