summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-09Added pass through support. From David Kennedy and FredPeter Osterlund
Hucht.
2006-04-09Added "IBM ThinkPad T30" to the compatibility list.Peter Osterlund
(From Fred Hucht <fred@thp.Uni-Duisburg.DE>.)
2006-04-09Cosmetic changes in ps2comm.c. Mostly from Fred HuchtPeter Osterlund
<fred@thp.Uni-Duisburg.DE> and/or David Kennedy.
2006-04-09Clarified that the EmulateMidButtonTime parameter affectsPeter Osterlund
the physical mouse buttons, not tapping.
2006-04-09Clarified that the MinSpeed, MaxSpeed and AccelFactorPeter Osterlund
parameters don't have any effect on scrolling speed.
2006-04-09Added "Gericom A2" to the compatibility list.Peter Osterlund
(From Bastiaan Veelo <Bastiaan.N.Veelo@immtek.ntnu.no>.)
2006-04-09Added "Acer TravelMate 244LM" to the compatibility list.Peter Osterlund
(From Malcolm Farmer <general@smilodon.plus.com>.)
2006-04-09Translated the TODO file to English.Peter Osterlund
2006-04-09Updated INSTALL.DE. Translation contributed byPeter Osterlund
Markus B. <bajo@gmx.at>.
2006-04-09Explained how to find the correct event device when usingPeter Osterlund
the driver with an ALPS GlidePoint device.
2006-04-09Added "ASUS B1500" to the compatibility list.Peter Osterlund
(From Tomas Metz jr. <tomm@metz.cz>.)
2006-04-09Only use the -fno-merge-constants compiler flag if thePeter Osterlund
compiler understands it.
2006-04-09Added "COMPAQ Presario 1710T" to the compatibility list.Peter Osterlund
(From Justin Quek <quek@crhc.uiuc.edu>.)
2006-04-09Added "Acer Aspire 1601LC" to the compatibility list.Peter Osterlund
(From Jean Lepropre <jlepropre@student.ulg.ac.be>.)
2006-04-09Added an explanation how the FingerLow, FingerHigh,Peter Osterlund
MaxTapTime and MaxTapMove parameters affect tapping.
2006-04-09Added "Sharp PC-FS2518" to the compatibility list.Peter Osterlund
(From Simon Bell <aooi58@dsl.pipex.com>.)
2006-04-09Added "Panasonic Toughbook W2" to the compatibility list.Peter Osterlund
(From Alexei Gilchrist <alexei@physics.uq.edu.au>.)
2006-04-09Added "DELL Inspiron 8100" to the compatibility list.Peter Osterlund
(From Dmitry Torokhov <dtor_core@ameritech.net>.)
2006-04-09Added "HP Omnibook XE4400" to the compatibility list.Peter Osterlund
(From alnoah@moncantabrari.com.)
2006-04-09Added "Acer Aspire 1353LC" to the compatibility list.Peter Osterlund
(From Andrea Stroppolo <andrea.stroppolo@libero.it>.)
2006-04-09Added "Medion MD40100" to the compatibility list.Peter Osterlund
(From Richard Hoefter <richard.hoefter@web.de>.)
2006-04-09Added "IBM ThinkPad T41" to the compatibility list.Peter Osterlund
(From Ari Pollak <ari@debian.org>.)
2006-04-09In the syndaemon help message, print the default disablePeter Osterlund
time. (Suggestion from Frédéric Bothamy <frederic.bothamy@free.fr>.)
2006-04-09Made syndaemon recognize the '?' option, causing the helpPeter Osterlund
message to be printed.
2006-04-09Added "COMPAQ Presario 711EA" to the compatibility list.Peter Osterlund
(From Frédéric Bothamy <frederic.bothamy@free.fr>.)
2006-04-09Added "Sony PCG-TR1A" to the compatibility list.Peter Osterlund
(From Gene Imes <gene@ozob.net>.)
2006-04-09Added parameter settings to the InputDevice example inPeter Osterlund
README.alps, so that the whole thing can be cut and pasted into the XFree86 config file. (Suggestion from Gene Imes <gene@ozob.net>.)
2006-04-09Added "HP Pavillion ZT3000" to the compatibility list.Peter Osterlund
(From Justin Jones <randomgalssuck@iinet.net.au>.)
2006-04-09Added an fflush() call after the printf in the monitor loopPeter Osterlund
in synclient.c. This makes "synclient -m" behave better when the output is piped to some other program. (From Anders Kaseorg <anders@kaseorg.com>.)
2006-04-09Added "Airis Pragma 750" to the compatibility list.Peter Osterlund
(From José L. Fernández Jambrina <j.fdez.jambrina@telefonica.net>.)
2006-04-09Added "DELL Inspiron 5150" to the compatibility list.Peter Osterlund
(From Steve Head <smhh@onthe.net.au>.)
2006-04-09Added "DELL Inspiron 7000" to the compatibility list.Peter Osterlund
(From casey <cruark@comcast.net>.)
2006-04-09Changed version to 0.12.1.v0.12.1Peter Osterlund
2006-04-09No longer support installation from a precompiled binary.Peter Osterlund
It should be possible for everyone to compile from source.
2006-04-09Added the FAQ section from the web page to the README file.Peter Osterlund
2006-04-09Restructured and updated the documentation. Created READMEPeter Osterlund
file that replaces the FEATURES and PARAMETER files.
2006-04-09Improved a comment.Peter Osterlund
2006-04-09Added "PowerPro C 3:16" to the compatibility list.Peter Osterlund
(From Anders Kaseorg <anders@kaseorg.com>.) (Requires change c04c5744c3fdaff2037b7eb387640888c09d8b1a.)
2006-04-09Replaced the oneFinger, twoFingers and threeFingersPeter Osterlund
variables in SynapticsHwState with a single variable numFingers. This is more logical, the old variables only existed because of implementation details in the 2.6 kernel interface.
2006-04-09Removed compatibility code for old (<test6) 2.6 kernels.Peter Osterlund
2006-04-09Rediffed the alps patch for kernel 2.6.0-test9-bk16.Peter Osterlund
2006-04-09Made the packet checking code less strict, so that thePeter Osterlund
driver works also for touchpads that don't strictly follow the specified protocol. Problem reported by Anders Kaseorg <anders@kaseorg.com> using a PowerPro C 3:16 laptop.
2006-04-09Removed unnecessary pointer typedefs.Peter Osterlund
2006-04-09Do edge detection a little later in the HandleState()Peter Osterlund
function, so that it is not done at all when the touchpad is disabled.
2006-04-09Added "HP NX9010" to the compatibility list.Peter Osterlund
(From Roberto Selbach Teixeira <roberto@robt.org>.)
2006-04-09Fixed spelling error.Peter Osterlund
2006-04-09Added "HP Pavillion ZE4125" to the compatibility list.Peter Osterlund
(From Kurt Bechstein <kbechstein@buckeye-express.com>.)
2006-04-09Added "SONY VAIO GR7/K" to the compatibility list.Peter Osterlund
(From Mattia Dongili <dongili@supereva.it>.)
2006-04-09Added "DELL Inspiron 1100" to the compatibility list.Peter Osterlund
(From Damien Solley <dsolley@student.usyd.edu.au>.)
2006-04-09Disable the whole touchpad, not just tapping, duringPeter Osterlund
keyboard activity.