Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-09 | Changed version to 0.13.5.v0.13.5 | Peter Osterlund | |
2006-04-09 | Update FreeBSD psm driver. | Peter Osterlund | |
From Arne Schwabe <arne@rfc2549.org>. | |||
2006-04-09 | Added "Acer Ferrari 3200" to the compatibility list. | Peter Osterlund | |
(From agabrown@xs4all.nl.) | |||
2006-04-09 | Added "DELL Latitude D600" to the compatibility list. | Peter Osterlund | |
(From Giridhar Pemmasani <giri@lmc.cs.sunysb.edu>.) | |||
2006-04-09 | Added "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-09 | Added "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-09 | Fixed problem with ALPS dualpoint stick packets. packet[2] | Peter Osterlund | |
does not contain button information. | |||
2006-04-09 | Moved the relevant part of change 7b610b2d4bbfb72f31cc631c16be07973fbe8a16 | Peter Osterlund | |
to the alps patch. | |||
2006-04-09 | Makefile fix for x86_64 systems. Some setups required LIBDIR | Peter 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-09 | Fixed spelling error in change 7b610b2d4bbfb72f31cc631c16be07973fbe8a16. | Peter Osterlund | |
2006-04-09 | Fixed 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-09 | Implemented ALPS DualPoint support from change | Peter Osterlund | |
c01b4c0bceb65df01b7ddfb180fc367c6d070370 also for the 2.6 linux kernel. | |||
2006-04-09 | Whitespace fixes. | Peter Osterlund | |
2006-04-09 | Added a comment about ALPS pointing stick initialization. | Peter Osterlund | |
2006-04-09 | Handle guest alps devices in the same way as guest synaptics | Peter Osterlund | |
devices, so that the hardware state is set correctly also when you use more than one device at the same time. | |||
2006-04-09 | An ALPS 3-byte packet should set hw->guest_{left,right}, not | Peter Osterlund | |
hw->{left,right}. Also, don't report bogus z/finger values when a dualpoint stick packet is received. | |||
2006-04-09 | The GuestMouseOff parameter now also disables the guest | Peter Osterlund | |
buttons. | |||
2006-04-09 | Fixed spelling error in trouble-shooting.txt. | Peter Osterlund | |
2006-04-09 | Include the trouble-shooting.txt file also in the RPM | Peter Osterlund | |
package. | |||
2006-04-09 | Fixed spelling error in the FAQ. | Peter Osterlund | |
2006-04-09 | Spelling fix in alpscomm.c. | Peter Osterlund | |
2006-04-09 | Patch from Alastair M. Robinson | Peter 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-09 | Use generic ps2 functions in alpscomm.c instead of synaptics | Peter Osterlund | |
specific functions. | |||
2006-04-09 | Another whitespace fix in alpscomm.c. | Peter Osterlund | |
2006-04-09 | Whitespace fix in alpscomm.c. | Peter Osterlund | |
2006-04-09 | Consistency fix in the compatibility file. | Peter Osterlund | |
2006-04-09 | Added a trouble-shooting guide explaining what to do about | Peter Osterlund | |
common installation problems. | |||
2006-04-09 | Added a FAQ item about horizontal scrolling. | Peter Osterlund | |
2006-04-09 | Fixed a FAQ entry. It's the ClickTime parameter that | Peter Osterlund | |
controls the duration of a tap click in newer driver versions. | |||
2006-04-09 | Added "Panasonic CF-R3" to the compatibility list. | Peter Osterlund | |
(From "Axel G. Rossberg" <Axel@Rossberg.net>.) | |||
2006-04-09 | Makefile fix to auto-detect x86_64 systems. | Peter Osterlund | |
From Mattia Dongili <dongili@supereva.it>. | |||
2006-04-09 | Added "NEC Versa E400" to the compatibility list. | Peter Osterlund | |
(From kamal <yarash@intnet.mu>.) | |||
2006-04-09 | Changed version to 0.13.4.v0.13.4 | Peter Osterlund | |
2006-04-09 | The SynapticsPreInit() function shouldn't call | Peter Osterlund | |
xf86RemoveEnabledDevice() when it hasn't called xf86AddEnabledDevice() first. | |||
2006-04-09 | Fixed another X server crash caused by forgetting to remove | Peter Osterlund | |
the timer callback in the DeviceOff() function. | |||
2006-04-09 | Removed duplicated function declaration. | Peter Osterlund | |
2006-04-09 | Forgot this file in change 3784d29fb4c478bf555df36b7f7a1ddc06878948. | Peter Osterlund | |
2006-04-09 | Mention XOrg also in the README and INSTALL files. | Peter Osterlund | |
2006-04-09 | Removed obsolete stuff from the TODO file. | Peter Osterlund | |
2006-04-09 | Don't remove the shared memory segment when DEVICE_CLOSE is | Peter 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-09 | Added support for circular touchpads. Based on a patch from | Peter Osterlund | |
Axel G. Rossberg <Axel@Rossberg.net>. | |||
2006-04-09 | Corrected README file. Some synaptics touchpad models do | Peter Osterlund | |
have a middle mouse button. | |||
2006-04-09 | Added a caveat about connecting syndaemon to a remote X | Peter Osterlund | |
server. | |||
2006-04-09 | Added a somewhat modified patch from James Ketrenos | Peter Osterlund | |
<james@ketrenos.com> that implements a daemon mode for syndaemon. | |||
2006-04-09 | Added "Fujitsu-Siemens LIFEBOOK S-2020" to the compatibility | Peter 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-09 | Added "Fujitsu-Siemens Amilo M 1420" to the compatibility | Peter Osterlund | |
list. (From Torbjorn Pettersen <torbjorn.pettersen@broadpark.no> | |||
2006-04-09 | Added "Acer Aspire 2010" to the compatibility list. | Peter Osterlund | |
(From Michiel Dethmers <michiel@tincan.co.uk>.) | |||
2006-04-09 | Added "COMPAQ Presario R3000" to the compatibility list. | Peter Osterlund | |
(From Darin Nelson <darin@opt-imaging.com>.) | |||
2006-04-09 | Added "COMPAQ Presario 912RSH" to the compatibility list. | Peter Osterlund | |
(From chris riney <criney1@sasoom.tis.tandy.com>.) |