summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-09Changed version to 0.13.5.v0.13.5Peter Osterlund
2006-04-09Update FreeBSD psm driver.Peter Osterlund
From Arne Schwabe <arne@rfc2549.org>.
2006-04-09Added "Acer Ferrari 3200" to the compatibility list.Peter Osterlund
(From agabrown@xs4all.nl.)
2006-04-09Added "DELL Latitude D600" to the compatibility list.Peter Osterlund
(From Giridhar Pemmasani <giri@lmc.cs.sunysb.edu>.)
2006-04-09Added "DELL Latitude CPx" to the compatibility list.Peter Osterlund
(From Alastair M. Robinson <blackfive@fakenhamweb.co.uk> who also wrote the code to make it work.)
2006-04-09Added "DELL Inspiron 8200" to the compatibility list.Peter Osterlund
(From Nicholas Porter <nporter@kcumb.edu>.) Also removed the corresponding FAQ entry since it is now obsolete.
2006-04-09Fixed problem with ALPS dualpoint stick packets. packet[2]Peter Osterlund
does not contain button information.
2006-04-09Moved the relevant part of change 7b610b2d4bbfb72f31cc631c16be07973fbe8a16Peter Osterlund
to the alps patch.
2006-04-09Makefile fix for x86_64 systems. Some setups required LIBDIRPeter Osterlund
to be set to lib64. Since this is OK for all x86_64 systems, always use LIBDIR=lib64 for x86_64 systems.
2006-04-09Fixed spelling error in change 7b610b2d4bbfb72f31cc631c16be07973fbe8a16.Peter Osterlund
2006-04-09Fixed some problems with ALPS guest devices.Peter Osterlund
From Alastair M. Robinson: * The guest mouse doesn't report button releases. * The stick pointer has buttons of its own, and they don't work. Attached is another patch, this one far less invasive than the last, which fixes these two problems. (The button presses that come from the stick pointer's buttons arrive in events with pressure set to 127, just like stick movement - but this doesn't seem to be terribly reliable - I think the button release gets reported with true pressure when the touchpad is being used too. For this reason, I've set these up to report as ->left / ->right, not as ->guest_left / ->guest_right.) * One issue that remains - the middle button emulation for two button mice doesn't seem to work for the guest mouse. Fixed by me.
2006-04-09Implemented ALPS DualPoint support from changePeter Osterlund
c01b4c0bceb65df01b7ddfb180fc367c6d070370 also for the 2.6 linux kernel.
2006-04-09Whitespace fixes.Peter Osterlund
2006-04-09Added a comment about ALPS pointing stick initialization.Peter Osterlund
2006-04-09Handle guest alps devices in the same way as guest synapticsPeter Osterlund
devices, so that the hardware state is set correctly also when you use more than one device at the same time.
2006-04-09An ALPS 3-byte packet should set hw->guest_{left,right}, notPeter Osterlund
hw->{left,right}. Also, don't report bogus z/finger values when a dualpoint stick packet is received.
2006-04-09The GuestMouseOff parameter now also disables the guestPeter Osterlund
buttons.
2006-04-09Fixed spelling error in trouble-shooting.txt.Peter Osterlund
2006-04-09Include the trouble-shooting.txt file also in the RPMPeter Osterlund
package.
2006-04-09Fixed spelling error in the FAQ.Peter Osterlund
2006-04-09Spelling fix in alpscomm.c.Peter Osterlund
2006-04-09Patch from Alastair M. RobinsonPeter Osterlund
<blackfive@fakenhamweb.co.uk> to make the ALPS dual trackpad found on Dell CPx machines work. (For 2.4 kernels.) In order to get my trackpad working in absolute mode I had to make some modifications to the driver: Firstly, initialising the trackpad on this model is more complicated than other ALPS devices; the usual "magic knock" must be performed for both the trackpad and the pointing device, and I found that I needed a device reset first to get reliable initialisation. Secondly, the pointing stick, for obvious reasons, provides relative data even when the trackpad is in absolute mode. Thirdly, the guest mouse in the PS/2 port continues to send 3-byte packets.
2006-04-09Use generic ps2 functions in alpscomm.c instead of synapticsPeter Osterlund
specific functions.
2006-04-09Another whitespace fix in alpscomm.c.Peter Osterlund
2006-04-09Whitespace fix in alpscomm.c.Peter Osterlund
2006-04-09Consistency fix in the compatibility file.Peter Osterlund
2006-04-09Added a trouble-shooting guide explaining what to do aboutPeter Osterlund
common installation problems.
2006-04-09Added a FAQ item about horizontal scrolling.Peter Osterlund
2006-04-09Fixed a FAQ entry. It's the ClickTime parameter thatPeter Osterlund
controls the duration of a tap click in newer driver versions.
2006-04-09Added "Panasonic CF-R3" to the compatibility list.Peter Osterlund
(From "Axel G. Rossberg" <Axel@Rossberg.net>.)
2006-04-09Makefile fix to auto-detect x86_64 systems.Peter Osterlund
From Mattia Dongili <dongili@supereva.it>.
2006-04-09Added "NEC Versa E400" to the compatibility list.Peter Osterlund
(From kamal <yarash@intnet.mu>.)
2006-04-09Changed version to 0.13.4.v0.13.4Peter Osterlund
2006-04-09The SynapticsPreInit() function shouldn't callPeter Osterlund
xf86RemoveEnabledDevice() when it hasn't called xf86AddEnabledDevice() first.
2006-04-09Fixed another X server crash caused by forgetting to removePeter Osterlund
the timer callback in the DeviceOff() function.
2006-04-09Removed duplicated function declaration.Peter Osterlund
2006-04-09Forgot this file in change 3784d29fb4c478bf555df36b7f7a1ddc06878948.Peter Osterlund
2006-04-09Mention XOrg also in the README and INSTALL files.Peter Osterlund
2006-04-09Removed obsolete stuff from the TODO file.Peter Osterlund
2006-04-09Don't remove the shared memory segment when DEVICE_CLOSE isPeter Osterlund
received. When exiting a KDE session in FC2, DEVICE_CLOSE is sent to the synaptics driver, but the X server doesn't quit. Therefore, the driver will use a stale memory area afterwards, which can cause X server crashes and prevent synclient from working. Reported by Jerry Kiely <jerry@cowboysmall.com>.
2006-04-09Added support for circular touchpads. Based on a patch fromPeter Osterlund
Axel G. Rossberg <Axel@Rossberg.net>.
2006-04-09Corrected README file. Some synaptics touchpad models doPeter Osterlund
have a middle mouse button.
2006-04-09Added a caveat about connecting syndaemon to a remote XPeter Osterlund
server.
2006-04-09Added a somewhat modified patch from James KetrenosPeter Osterlund
<james@ketrenos.com> that implements a daemon mode for syndaemon.
2006-04-09Added "Fujitsu-Siemens LIFEBOOK S-2020" to the compatibilityPeter Osterlund
list. (From Hank Knox <hank@music.mcgill.ca>.)
2006-04-09* Better default parameters for alps touchpads.Peter Osterlund
* Added Dmitry's updated alps patch that can do hardware auto-detection and also disables hardware tapping.
2006-04-09Added "Fujitsu-Siemens Amilo M 1420" to the compatibilityPeter Osterlund
list. (From Torbjorn Pettersen <torbjorn.pettersen@broadpark.no>
2006-04-09Added "Acer Aspire 2010" to the compatibility list.Peter Osterlund
(From Michiel Dethmers <michiel@tincan.co.uk>.)
2006-04-09Added "COMPAQ Presario R3000" to the compatibility list.Peter Osterlund
(From Darin Nelson <darin@opt-imaging.com>.)
2006-04-09Added "COMPAQ Presario 912RSH" to the compatibility list.Peter Osterlund
(From chris riney <criney1@sasoom.tis.tandy.com>.)