Commit Graph

  • 5faa64b7f6 Added "Acer Ferrari 3200" to the compatibility list. (From agabrown@xs4all.nl.) Peter Osterlund 2004-08-07 22:01:29 +02:00
  • e6d72ff4a8 Added "DELL Latitude D600" to the compatibility list. (From Giridhar Pemmasani <giri@lmc.cs.sunysb.edu>.) Peter Osterlund 2004-07-31 23:05:54 +02:00
  • abce679e56 Added "DELL Latitude CPx" to the compatibility list. (From Alastair M. Robinson <blackfive@fakenhamweb.co.uk> who also wrote the code to make it work.) Peter Osterlund 2004-07-31 22:41:46 +02:00
  • 0c097f3009 Added "DELL Inspiron 8200" to the compatibility list. (From Nicholas Porter <nporter@kcumb.edu>.) Also removed the corresponding FAQ entry since it is now obsolete. Peter Osterlund 2004-07-31 22:38:11 +02:00
  • 832dc0c0c0 Fixed problem with ALPS dualpoint stick packets. packet[2] does not contain button information. Peter Osterlund 2004-07-31 15:59:28 +02:00
  • afe209ef8f Moved the relevant part of change 7b610b2d4b to the alps patch. Peter Osterlund 2004-07-31 10:58:34 +02:00
  • a28d58fc68 Makefile fix for x86_64 systems. Some setups required LIBDIR to be set to lib64. Since this is OK for all x86_64 systems, always use LIBDIR=lib64 for x86_64 systems. Peter Osterlund 2004-07-31 03:20:43 +02:00
  • f4bebd6775 Fixed spelling error in change 7b610b2d4b. Peter Osterlund 2004-07-31 03:16:04 +02:00
  • 7b610b2d4b Fixed some problems with ALPS guest devices. From Alastair M. Robinson: Peter Osterlund 2004-07-31 03:01:37 +02:00
  • b46a57ef3d Implemented ALPS DualPoint support from change c01b4c0bce also for the 2.6 linux kernel. Peter Osterlund 2004-07-30 23:21:30 +02:00
  • 7e210b8b98 Whitespace fixes. Peter Osterlund 2004-07-30 20:19:32 +02:00
  • a8ea1ab150 Added a comment about ALPS pointing stick initialization. Peter Osterlund 2004-07-30 17:25:51 +02:00
  • 347b1564e1 Handle guest alps devices in the same way as guest synaptics devices, so that the hardware state is set correctly also when you use more than one device at the same time. Peter Osterlund 2004-07-30 16:57:51 +02:00
  • a3bc8d6e5c An ALPS 3-byte packet should set hw->guest_{left,right}, not hw->{left,right}. Also, don't report bogus z/finger values when a dualpoint stick packet is received. Peter Osterlund 2004-07-30 16:32:04 +02:00
  • d0d22a6055 The GuestMouseOff parameter now also disables the guest buttons. Peter Osterlund 2004-07-30 16:24:12 +02:00
  • 28c8532079 Fixed spelling error in trouble-shooting.txt. Peter Osterlund 2004-07-30 15:27:25 +02:00
  • d8232d93d1 Include the trouble-shooting.txt file also in the RPM package. Peter Osterlund 2004-07-30 12:53:41 +02:00
  • 35fcc565d3 Fixed spelling error in the FAQ. Peter Osterlund 2004-07-30 12:49:26 +02:00
  • 4e685acfee Spelling fix in alpscomm.c. Peter Osterlund 2004-07-30 12:44:08 +02:00
  • c01b4c0bce Patch from Alastair M. Robinson <blackfive@fakenhamweb.co.uk> to make the ALPS dual trackpad found on Dell CPx machines work. (For 2.4 kernels.) Peter Osterlund 2004-07-30 11:23:39 +02:00
  • 90377b8c1b Use generic ps2 functions in alpscomm.c instead of synaptics specific functions. Peter Osterlund 2004-07-30 03:16:59 +02:00
  • f40f3d451e Another whitespace fix in alpscomm.c. Peter Osterlund 2004-07-30 03:04:11 +02:00
  • a9aa922259 Whitespace fix in alpscomm.c. Peter Osterlund 2004-07-30 02:49:04 +02:00
  • 91c10372f1 Consistency fix in the compatibility file. Peter Osterlund 2004-07-30 02:36:52 +02:00
  • c019c53a69 Added a trouble-shooting guide explaining what to do about common installation problems. Peter Osterlund 2004-07-29 16:22:03 +02:00
  • 134c330983 Added a FAQ item about horizontal scrolling. Peter Osterlund 2004-07-29 15:50:38 +02:00
  • 9205475357 Fixed a FAQ entry. It's the ClickTime parameter that controls the duration of a tap click in newer driver versions. Peter Osterlund 2004-07-29 14:20:24 +02:00
  • b34e07363e Added "Panasonic CF-R3" to the compatibility list. (From "Axel G. Rossberg" <Axel@Rossberg.net>.) Peter Osterlund 2004-07-28 20:16:46 +02:00
  • d45a835a21 Makefile fix to auto-detect x86_64 systems. From Mattia Dongili <dongili@supereva.it>. Peter Osterlund 2004-07-28 10:55:55 +02:00
  • 109e6aabb0 Added "NEC Versa E400" to the compatibility list. (From kamal <yarash@intnet.mu>.) Peter Osterlund 2004-07-28 10:42:52 +02:00
  • 2568c5e28d Changed version to 0.13.4. v0.13.4 Peter Osterlund 2004-07-27 12:20:54 +02:00
  • 53b9941db7 The SynapticsPreInit() function shouldn't call xf86RemoveEnabledDevice() when it hasn't called xf86AddEnabledDevice() first. Peter Osterlund 2004-07-27 00:52:36 +02:00
  • c30e4b8d45 Fixed another X server crash caused by forgetting to remove the timer callback in the DeviceOff() function. Peter Osterlund 2004-07-27 00:49:11 +02:00
  • a7a994b49a Removed duplicated function declaration. Peter Osterlund 2004-07-26 18:35:22 +02:00
  • f5f1f84276 Forgot this file in change 3784d29fb4. Peter Osterlund 2004-07-26 15:33:33 +02:00
  • 3784d29fb4 Mention XOrg also in the README and INSTALL files. Peter Osterlund 2004-07-26 15:33:08 +02:00
  • 8bb2862670 Removed obsolete stuff from the TODO file. Peter Osterlund 2004-07-26 14:55:39 +02:00
  • cbee47a1f2 Don't remove the shared memory segment when DEVICE_CLOSE is 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>. Peter Osterlund 2004-07-26 14:43:28 +02:00
  • 14c9eeead6 Added support for circular touchpads. Based on a patch from Axel G. Rossberg <Axel@Rossberg.net>. Peter Osterlund 2004-07-25 22:15:26 +02:00
  • ac0394ad9c Corrected README file. Some synaptics touchpad models do have a middle mouse button. Peter Osterlund 2004-07-25 20:56:06 +02:00
  • efe7b7adb5 Added a caveat about connecting syndaemon to a remote X server. Peter Osterlund 2004-07-25 17:37:49 +02:00
  • c8fc266b25 Added a somewhat modified patch from James Ketrenos <james@ketrenos.com> that implements a daemon mode for syndaemon. Peter Osterlund 2004-07-25 17:25:49 +02:00
  • 4ddf616991 Added "Fujitsu-Siemens LIFEBOOK S-2020" to the compatibility list. (From Hank Knox <hank@music.mcgill.ca>.) Peter Osterlund 2004-07-23 20:13:38 +02:00
  • 7ff083e441 * Better default parameters for alps touchpads. * Added Dmitry's updated alps patch that can do hardware auto-detection and also disables hardware tapping. Peter Osterlund 2004-07-23 12:21:11 +02:00
  • f40f0e40ce Added "Fujitsu-Siemens Amilo M 1420" to the compatibility list. (From Torbjorn Pettersen <torbjorn.pettersen@broadpark.no> Peter Osterlund 2004-07-22 18:55:18 +02:00
  • fdcbe407a3 Added "Acer Aspire 2010" to the compatibility list. (From Michiel Dethmers <michiel@tincan.co.uk>.) Peter Osterlund 2004-07-22 18:31:25 +02:00
  • 0f9b4676e7 Added "COMPAQ Presario R3000" to the compatibility list. (From Darin Nelson <darin@opt-imaging.com>.) Peter Osterlund 2004-07-16 17:45:26 +02:00
  • d19995db61 Added "COMPAQ Presario 912RSH" to the compatibility list. (From chris riney <criney1@sasoom.tis.tandy.com>.) Peter Osterlund 2004-07-14 22:55:04 +02:00
  • a8a8acae96 Added "Targa Visionary Pro" to the compatibility list. (From Eric <eric@bloembergen.com>.) Peter Osterlund 2004-07-10 11:49:05 +02:00
  • 7592041d43 Added "Gericom Cinema XXL" to the compatibility list. (From Arnaud Quette <arnaud.quette@free.fr>.) Peter Osterlund 2004-07-05 15:50:58 +02:00
  • 70af73e6e2 Added "DELL Latitude C400" to the compatibility list. (From feng zhou <fengzhou@yahoo.com>.) Peter Osterlund 2004-07-05 15:48:05 +02:00
  • 29db7f350e Added "EMachines M5305" to the compatibility list. (From pikhurko@webmail.math.cmu.edu.) Peter Osterlund 2004-07-05 15:44:46 +02:00
  • e836c79506 Added "SONY VAIO PCG-GRX650" to the compatibility list. (From Tim Daly Jr. <tim@tenkan.org>.) Peter Osterlund 2004-07-01 19:28:30 +02:00
  • 3bac98a8a9 Makefile tweak to make it easier to build for x86_64. Peter Osterlund 2004-06-29 23:26:16 +02:00
  • 88fea60576 Added "HP Pavilion ZE4101" to the compatibility list. (From Jeff Fehervari <jfehervari@yahoo.com>.) Peter Osterlund 2004-06-29 12:05:38 +02:00
  • a056cf9297 Added "ASUS L2000B" to the compatibility list. (From Fred Green UNSW <fgreen@phys.unsw.edu.au>.) Peter Osterlund 2004-06-26 08:46:29 +02:00
  • 4f4c7f8b62 Added "Acer TravelMate 533LCi" to the compatibility list. (From Frank van der Loo <frank_l@linuxmail.org>.) Peter Osterlund 2004-06-26 08:39:09 +02:00
  • 4c716aeae5 Added "Arima A520-K7" to the compatibility list. (From Ferenc Engard <ferenc@engard.hu>.) Peter Osterlund 2004-06-23 19:40:28 +02:00
  • 2e63d597da Added "SONY VAIO VGN-A115S" and "Targa Visionary XP-210" to the compatibility list. (From till busch <till@bux.at>.) Peter Osterlund 2004-06-23 19:24:30 +02:00
  • 7e5d222015 Updated synclient man page for the new -V option. From Mattia Dongili <dongili@supereva.it>. Peter Osterlund 2004-06-23 19:17:52 +02:00
  • 4dbe8adbbf Added "HP Omnibook 6100" to the compatibility list. (From Denis DerSarkisian <denis_dersarkisian@yahoo.com>.) Peter Osterlund 2004-06-15 22:37:28 +02:00
  • 6d9169a033 Added "HP Pavilion ZE4521ea" to the compatibility list. (From Anthony Durity <anthony.durity@nuigalway.ie>.) Peter Osterlund 2004-06-15 22:31:57 +02:00
  • d6825991e3 Added "SONY VAIO PCG-FX701" to the compatibility list. (From Romano Giannetti <romano@dea.icai.upco.es>.) Peter Osterlund 2004-06-15 22:25:57 +02:00
  • d3fe5330ae Added "RoverBook F219" to the compatibility list. (From CeDr1ck <cedr1ck@gros.com.ua>.) Peter Osterlund 2004-06-15 22:19:44 +02:00
  • 7b7b36ec29 Added "Toshiba Satellite A40" to the compatibility list. (From Frans Pop <aragorn@tiscali.nl>.) Peter Osterlund 2004-06-13 22:57:09 +02:00
  • 6c00f1ea7a Changed version to 0.13.3. v0.13.3 Peter Osterlund 2004-06-13 18:47:12 +02:00
  • a27efd8f04 Fixed Makefile dependency for change deb6ed66a9. Peter Osterlund 2004-06-13 18:39:44 +02:00
  • deb6ed66a9 Added -V option to synclient to display the version number. Suggested by Stefan Kombrink <katakombi@web.de> for use in the GUI configuration tool. Peter Osterlund 2004-06-12 22:29:39 +02:00
  • ea9e8df12a Updated the alps patch for kernel 2.6.7-rc3. Peter Osterlund 2004-06-12 22:14:32 +02:00
  • 580c8483fe Added "COMPAQ EVO N180" to the compatibility list. (From digitalFX <xfarrell@losch.net>.) Peter Osterlund 2004-06-12 22:05:05 +02:00
  • f5d56ef995 Consistency fix in change 6f22de441c. Peter Osterlund 2004-06-08 23:04:59 +02:00
  • 6f22de441c Added "Fujitsu-Siemens Amilo M-7400" to the compatibility list. (From Aktaion <aktaion@gmx.net>.) Peter Osterlund 2004-06-08 23:04:25 +02:00
  • c22f085e81 Reformatting in the compatibility list. Peter Osterlund 2004-06-08 22:59:50 +02:00
  • 1cb6c555d1 Added two parameters. MaxDoubleTapTime makes it easier to do fast double clicks. ClickTime adds a delay between the button down and button up events generated in response to a tap event. Peter Osterlund 2004-06-06 23:57:34 +02:00
  • 2100a60c62 Fixed spelling error in the spec file. Peter Osterlund 2004-06-06 21:32:05 +02:00
  • 1c831251b1 Added a LIBDIR Makefile variable to make it easier to build the driver on x86_64. Peter Osterlund 2004-06-06 15:23:59 +02:00
  • 31bc44fda8 Fixed compiler warnings when using the xorg sdk include files. Peter Osterlund 2004-06-06 09:32:02 +02:00
  • 8cd0eb9154 Added "Fujitsu-Siemens AMILO M 6300" to the compatibility list. (From fred <petit.frederic@free.fr>.) Peter Osterlund 2004-06-01 22:40:46 +02:00
  • 40625eedd6 Added "Gericom Webgine" to the compatibility list. (From lale@leet.it.) Peter Osterlund 2004-06-01 22:29:17 +02:00
  • 91c8c6ae41 Added "HP Pavilion N3250" to the compatibility list. (From dave forbis <df19808@hotmail.com>.) Peter Osterlund 2004-05-26 19:53:48 +02:00
  • 572cc11e6b Added "DELL Inspiron 300m" to the compatibility list. (From Oren Laadan <orenl@cs.columbia.edu>.) Peter Osterlund 2004-05-20 22:56:40 +02:00
  • 4ed25ff55c Added "MAXDATA Pro 5000X" to the compatibility list. (From Andre Duffeck <andre.duffeck@arcor.de>.) Peter Osterlund 2004-05-20 22:53:47 +02:00
  • 2d1dab24d6 Added "HP Pavilion ZE5400" to the compatibility list. (From David F. Rios <David.Rios@satrack.com>.) Peter Osterlund 2004-05-20 22:49:17 +02:00
  • 865c1162ae Makefile optimization. Don't call check_gcc more than necessary. Peter Osterlund 2004-05-16 07:34:30 +02:00
  • 6ad7b82199 Pass -fno-pic to gcc if supported. The X driver loader can't load PIC code and some Gentoo users have configured gcc to generate PIC code by default. (Reported by Arturo Araya <Arturo_Araya@world.oberlin.edu>.) Peter Osterlund 2004-05-16 07:32:21 +02:00
  • 057dd60bff Added "ASUS M6700N" to the compatibility list. (From Cord Bielke <cbielke@gmx.net>.) Peter Osterlund 2004-05-15 22:38:01 +02:00
  • ed3ea62a2a Added "Acer TravelMate 290" to the compatibility list. (From Julián Yuste <jyuste09@ono.com>.) Peter Osterlund 2004-05-15 22:30:36 +02:00
  • 32d18d4e5b Fixed handling of the repeater device. (Reported by Ronen Abravanel <ronen@techunix.technion.ac.il>.) Peter Osterlund 2004-05-15 22:04:39 +02:00
  • d4eaf6d6d8 Fixed bug in change b8e955b4ce. Peter Osterlund 2004-05-10 22:58:15 +02:00
  • e8a16ce65e Added support for Synaptics cPad devices. (Also requires a 2.6 kernel patch.) From Jan Steinhoff <Jan.Steinhoff@uni-jena.de>. Peter Osterlund 2004-05-09 19:23:08 +02:00
  • 744372a41b Mention XOrg in the web page, since the driver works fine with XOrg too. Peter Osterlund 2004-05-09 16:28:26 +02:00
  • e5ebe6ee4e Changed version to 0.13.2. v0.13.2 Peter Osterlund 2004-05-09 16:01:11 +02:00
  • 5d2b7423ed Small cleanup. Peter Osterlund 2004-05-09 12:09:27 +02:00
  • 77c952aa27 Made double clicks faster, so that they work in xmms and the gtk file selector. Reported by Jean DIRAISON <diraison.jean@wanadoo.fr>.) Peter Osterlund 2004-05-09 11:35:37 +02:00
  • 481bb4f0af Fixed bug in change dee1cca686 that broke middle mouse button emulation. The HandleState() fuction modifies the SynapticsHwState object, so it must work on a copy of the real hardware state, or else the wrong state will later be used when HandleState() is called from the timer function. Peter Osterlund 2004-05-08 20:59:39 +02:00
  • 9bf66c1970 Added "Acer Ferrari 3000LMi" to the compatibility list. (From Mark Eaton <meaton@vasco.com>.) Peter Osterlund 2004-05-08 17:38:29 +02:00
  • 5afb76ed43 Added "COMPAQ Presario 2500" to the compatibility list. (From "Kneepkens, RFJM (Robert)" <RFJM.Kneepkens@interpolis.nl>.) Peter Osterlund 2004-05-08 17:35:43 +02:00
  • 7701671665 Added "COMPAQ Presario 915US" to the compatibility list. (From Steve Rubart <steverubart@comcast.net>.) Peter Osterlund 2004-05-05 21:21:09 +02:00
  • cd990619bb Added "SONY VAIO PCG-NV105" to the compatibility list. (From Defiant <erik@defiant.homedns.org>.) Peter Osterlund 2004-05-05 21:08:50 +02:00
  • 2c0f81a36e Yet another consistency fix in the compatibility list. Peter Osterlund 2004-05-05 21:04:15 +02:00