summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-09Changed version to 0.14.4.v0.14.4Peter Osterlund
2006-04-09Added information about "synclient -m" output to thePeter Osterlund
synclient man page.
2006-04-09Added option to syndaemon to ignore "modifier+another key"Peter Osterlund
combos. This way you can press for example "alt-f1" to switch desktop without disabling the touchpad. Patch from Mattia Dongili <malattia@linux.it>, but modified by me so that syndaemon only monitors key presses. This way the touchpad is not disabled if you press alt-f1, but release the alt key before the f1 key.
2006-04-09Added "HP Special Edition L2000" to the compatibility list.Peter Osterlund
(From Miguel De Anda <miguel@thedeanda.com>.)
2006-04-09Vertical/horizontal scrolling was incorrectly stopped thenPeter Osterlund
the finger left the lower right corner if the scrolling was started from within that corner. The problem was that in that case both horizontal and vertical scrolling was enabled at the same time until the finger left the corner. When the finger left the corner, one of the scrolling directions was supposed to stop, but buggy handling of coasting made both scrolling directions stop. Reported by Arie Huijzer <aries.huijzer@gmail.com>.
2006-04-09Included driver version number in the shared memoryPeter Osterlund
segment. Suggested by Stefan Kombrink <katakombi@gmail.com> for use in ksynaptics.
2006-04-09Added "Toshiba Satellite 2410" to the compatibility list.Peter Osterlund
(From Simon Scheiwiller <simon@hornweb.ch>.)
2006-04-09Make the device name change code handle more cases. PatchPeter Osterlund
from Karl Tomlinson <k.tomlinson@auckland.ac.nz>, who writes: There are two issues that are resolved here: 1 The call to xf86ReplaceStrOption in DeviceOn, when the device file can no longer be opened seems unnecessary and causes problems. If Protocol is auto-dev then Device is reset anyway (through SetDeviceAndProtocol). If Protocol is something else then the device file will never be found even after it is recreated because Device is never set again. 2 The first xf86OpenSerial in DeviceOn may successfully open a different mouse (or other event file) that has the same name as the Device found through the first invocation of auto-dev. It seems reasonable that if auto-dev is used to find the device file the first time, then it can be used to find it again after the device has been closed (and possibly changed name).
2006-04-09Added "Sony VAIO VGN-S4XP" to the compatibility list.Peter Osterlund
(From Julien Laurent <djeyl@djeyl.net>.)
2006-04-09Fixed some long vs int inconsistencies to make the driverPeter Osterlund
work correctly on 64 bit machines.
2006-04-09Added "Acer Aspire 3003WLMi" to the compatibility list.Peter Osterlund
(From Ricardo GarcĂ­a" <sarbalap-gen@yahoo.es>.)
2006-04-09Added "Toshiba Qosmio E-15" to the compatibility list.Peter Osterlund
(From J. Bennett <daemon7@netacus.com>.)
2006-04-09Forgot to update the table of contents in changePeter Osterlund
ec4a460b59913f730c515307ba472ea8b4498a1b.
2006-04-09Added "BenQ JoyBook 2100E" to the compatibility list.Peter Osterlund
(From Bc. Jaroslav Imrich <jariq@jariq.sk>.)
2006-04-09Added "Samsung X20" to the compatibility list.Peter Osterlund
(From Ralf Mueller <denzo@gmx.net>.)
2006-04-09Added "Toshiba Tecra M2" to the compatibility list.Peter Osterlund
(From Brent W. Woodruff <brent@fprimex.com>.)
2006-04-09X header file fix for xorg 6.8.99.15. Compile problemPeter Osterlund
reported by Farhad Shakiba <fshakiba@gmail.com>. Patch from Christoph Brill <egore@gmx.de>. See also: http://lists.freedesktop.org/pipermail/xorg/2005-July/008751.html
2006-04-09Added "Toshiba Tecra A4" to the compatibility list.Peter Osterlund
(From dpet <dgpet@bigpond.com>.)
2006-04-09Added "Clevo M375C" and "Clevo M385C" to the compatibilityPeter Osterlund
list. (From Bodon Ferenc <bodon@cs.bme.hu>.)
2006-04-09Added "Medion 41700" to the compatibility list.Peter Osterlund
(From Bogdan Mihaila <mihaila@in.tum.de>.)
2006-04-09Changed version to 0.14.3.v0.14.3Peter Osterlund
2006-04-09Converted the NEWS file to unicode.Peter Osterlund
2006-04-09Updated synaptics.5 to match changePeter Osterlund
b39dab97b3d3c031cb60a6715d2c23a7bc792033.
2006-04-09Added "DELL Latitude X1" to the compatibility list.Peter Osterlund
(From Fredrik Pettersson <freppe@deimos.nu>.)
2006-04-09If no /dev/input/event* device nodes are found, say so inPeter Osterlund
the log file.
2006-04-09The evdev auto-dev code could incorrectly blame problems onPeter Osterlund
a missing evdev driver.
2006-04-09Added "COMPAQ Armada 1750" to the compatibility list.Peter Osterlund
(From Olivier Mehani <shtrom@ssji.net>.)
2006-04-09Added "Toshiba A25" to the compatibility list.Peter Osterlund
(From "Rick @ TranSpecT" <rick@transpect.net>.)
2006-04-09Added "DELL Latitude D610" to the compatibility list.Peter Osterlund
(From Monika Danielsson <monika@internetbokhandeln.se>.)
2006-04-09The touchpad stopped working if you did:Peter Osterlund
1. From inside X ran "rmmod psmouse" 2. Switched to the console 3. Switched back to X 4. Ran "modprobe psmouse" 5. Switched to the console. 6. Switched back to X. After this sequence, the device name was set to an event device but the protocol was psaux. The problem was that when the auto-redetection failed in step 3, the protocol was set to psaux but the device name was not cleared. In step 6, opening the old event device succeeded again, so SetDeviceAndProtocol() was not called, and the protocol remained set to psaux.
2006-04-09Added "Aristo Smart 300" to the compatibility list.Peter Osterlund
(From "Lukasz Madrzycki" <uksza@wp.pl>.)
2006-04-09Implemented new driver options LeftRightScrolling,Peter Osterlund
UpDownScrollRepeat, LeftRightScrollRepeat and ScrollButtonRepeat to control the auto-repeat behavior of the scroll buttons. From Sam Barnett-Cormack <sdb@geekworld.co.uk> with some small changes by me.
2006-04-09Fixed spelling error.Peter Osterlund
2006-04-09In the DeviceOn() function, if opening the device nodePeter Osterlund
fails, try to auto-detect the correct event device again. This can fix problems which occurs after a suspend/resume cycle or after rmmod/insmod-ing the psmouse kernel driver.
2006-04-09Removed an implemented entry from the TODO file.Peter Osterlund
2006-04-09Added references to synaptics(5) in the synclient andPeter Osterlund
syndaemon man pages.
2006-04-09Converted synaptics.5 to a proper man page.Peter Osterlund
2006-04-09Also mention xorg.conf in synclient.1.Peter Osterlund
2006-04-09Fixed spelling error.Peter Osterlund
2006-04-09Also mention XOrg in the synclient and syndaemon man pages.Peter Osterlund
2006-04-09Spelling fix.Peter Osterlund
2006-04-09Added a hint about disabled touchpads in the troublePeter Osterlund
shooting guide.
2006-04-09Preparing to create a man page describing the parametersPeter Osterlund
that control the synaptics driver.
2006-04-09Added "Desknote A900" to the compatibility list.Peter Osterlund
(From Mike Stolove <mstolove@rogers.com>.)
2006-04-09Modified the man pages according to recommendations from thePeter Osterlund
roff(7) man page.
2006-04-09Added some tasks to the TODO list.Peter Osterlund
2006-04-09Revert change 15d3f642c725636446b3212b8efbd94a9fc9a59b and instead alwaysPeter Osterlund
disable scrolling whenever tapping is disabled. It doesn't make any sense to disable tapping but not scrolling as a response to keyboard activity.
2006-04-09Removed trailing whitespace.Peter Osterlund
2006-04-09Added new switch -s to syndaemon, to make it disable tappingPeter Osterlund
and scrolling. From Guido Flohr <guido@imperia.net> with some changes by me.
2006-04-09Added a "When will the driver be included in the XOrgPeter Osterlund
distribution?" entry to the FAQ.