--- xserver-xorg-input-synaptics-1.2.2.orig/Makefile.am +++ xserver-xorg-input-synaptics-1.2.2/Makefile.am @@ -19,7 +19,7 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AUTOMAKE_OPTIONS = foreign -SUBDIRS = include src man tools fdi +SUBDIRS = include src man tools conf pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xorg-synaptics.pc --- xserver-xorg-input-synaptics-1.2.2.orig/ChangeLog +++ xserver-xorg-input-synaptics-1.2.2/ChangeLog @@ -1,21 +1,7676 @@ -2008-07-08 Christoph Brill +commit a0d6e90b26044258473d8dae8a53c5adbe2681f1 +Author: Peter Hutterer +Date: Fri Mar 26 15:13:40 2010 +1000 - * ChangeLog: testing the official hosting at freedesktop.org + synaptics 1.2.2 + + Signed-off-by: Peter Hutterer -2008-06-06 Christoph Brill +commit ba0d227a6da35dd21ba48ded65cabff16ef423ce +Author: Peter Hutterer +Date: Wed Mar 17 13:52:43 2010 +1000 - * src/freebsd_mouse.h, src/linux_input.h: drop and use installed - system headers - * src/alpscomm.c, src/eventcomm.c, src/ps2comm.c, src/psmcomm.c, - src/psmcomm.h, src/synaptics.c, src/synclient.c, src/syndaemon.c: Add - config.h - * src/eventcomm.c, src/eventcomm.h: Only build on Linux - * src/psmcomm.c, src/psmcomm.h: Only build on *BSD - * src/synaptics.c, src/synclient.c: Make it build on the new build - system - * src/synaptics.c: Fix build against latest git by replacing all the - xf86_ansi.h functions by the native ones + After closing the fd, reset it to -1. + + A DeviceOff() followed by DeviceClose() (which calls DeviceOff()) would try + to close the fd twice, in addition to calling various hooks. + + Signed-off-by: Peter Hutterer + Reviewed-by: Julien Cristau + (cherry picked from commit a07fe65031ffa7e8d88898d763bdbc88899fb1e4) + + Signed-off-by: Peter Hutterer -2008-06-06 Christoph Brill +commit 5c811a864e8927a8dfcf9bc25ffe0265b5ed8025 +Author: Adam Jackson +Date: Fri Mar 12 08:32:22 2010 +1000 - * src/*.c, src/*.h: move files to a directory + Don't clobber the timer we just created. + + Signed-off-by: Peter Hutterer + (cherry picked from commit 0fb151b2388ca665b9454b7b284181b4fa180194) + + Signed-off-by: Peter Hutterer + +commit faf250d013b1850d3dbe08b050c71dfeb20a6490 +Author: Peter Hutterer +Date: Fri Dec 11 13:46:50 2009 +1000 + + synaptics 1.2.1 + + Signed-off-by: Peter Hutterer + +commit 537e5206fd270420dd6b5de0bc7fdc5b45ef55f9 +Author: Adam Jackson +Date: Thu Dec 10 13:33:37 2009 -0500 + + Don't destroy the timer on DeviceOff. + + DeviceOff is VT switch, DeviceClose is unplug. We need the timer + pre-allocated since we set it during the signal handler and so can't + allocate it then, so merely cancel it at DeviceOff, and delete it in + DeviceClose. + + Signed-off-by: Adam Jackson + Reviewed-by: Peter Hutterer + Reviewed-by: Keith Packard + Signed-off-by: Peter Hutterer + (cherry picked from commit babe5288271f3c088d9aac3ffd9f036c87b0018e) + +commit 8069245fd531b1302e8aa0de82b4c6f66028715f +Author: Peter Hutterer +Date: Mon Nov 2 09:48:38 2009 +1000 + + Always make the input buffer size 200 + + PreInit initalizes the input buffer with 200, DeviceOn only with 64. For + consistency, use the same size in both. + + Signed-off-by: Peter Hutterer + Acked-by: Adam Jackson + (cherry picked from commit 0198c02774a5063c5cf45b6eddef4a33d9f494d7) + +commit e52e4d58aea5248a8f763f82523a0bc36b4f84f2 +Author: Peter Hutterer +Date: Thu Oct 22 08:19:35 2009 +1000 + + synclient: fix man page typo + + Signed-off-by: Peter Hutterer + (cherry picked from commit 6622911370197d69737be02dd9f83e4406a991ca) + +commit 4754626b7901a4362efacf93ed926112315095d2 +Author: Peter Hutterer +Date: Tue Oct 20 08:16:48 2009 +1000 + + man: update manpage for new tap ordering + + Tapping has changed from 1,2,3 to 1,3,2. Document this in the man page. + + Signed-off-by: Peter Hutterer + (cherry picked from commit cf2ccaaeb7fdd1ffc4c9171134f7cbd44f141f28) + +commit d109ebbd5ee8f895e29c5fc780dce3cdb7c2f7d3 +Author: Peter Hutterer +Date: Thu Oct 8 13:41:59 2009 +1000 + + synaptics 1.2.0 + + Signed-off-by: Peter Hutterer + +commit 807a0ecd61ba5fcde57f5e218c790edd58784a56 +Author: Peter Hutterer +Date: Tue Oct 6 08:06:37 2009 +1000 + + Require recordproto 1.13 or libXtst 1.1 for record support. + + The record.h header used to be in recordproto up to excluding 1.14, then + moved to libXtst. Check for both and enable it dependent on which version we + have. + + This avoids build errors on setups where a user updated recordproto but not + libXtst. + + Signed-off-by: Peter Hutterer + Reviewed-by: Xavier Chantry + +commit 4422003fafe811a2d2e2fca818dc58f706e67918 +Author: Alberto Milone +Date: Tue Sep 22 12:46:45 2009 +0200 + + Correct the type of the Synaptics Area options in the man page + + The type of the Synaptics Area options in the man page was incorrectly + set to "boolean" but it's really "integer". + + Signed-off-by: Alberto Milone + Signed-off-by: Peter Hutterer + +commit 2b27e79d0c6cab73ecb8d00e1dbad32a8150033c +Author: Christoph Brill +Date: Sat Sep 12 09:52:50 2009 +0200 + + Revert "Add support for reducing the build process output by using shave" + + This reverts commit 583678b8fe540d9a4120e6c93115b4a141888a2e. Peter + Hutterer informed me that util-macros 1.3.0 already provide the same + functionality when using automake 1.11. + + Conflicts: + configure.ac + +commit e01129440742f39650a50c193315b2824c0b303a +Author: Peter Hutterer +Date: Fri Sep 11 11:45:04 2009 +1000 + + Require macros 1.3 for XORG_DEFAULT_OPTIONS + + Signed-off-by: Peter Hutterer + +commit 583678b8fe540d9a4120e6c93115b4a141888a2e +Author: Christoph Brill +Date: Wed Sep 9 20:57:12 2009 +0200 + + Add support for reducing the build process output by using shave + + This adds suport for shave (git://git.lespiau.name/shave) which is + capable of reducing the amount of unintresting output from autotools + builds. It was copied over from xf86-video-ati and updated to latest git + of shave. It is still possible to get the usual output by using "make + V=1". + +commit 45851dbfe64ff18f0867846443300e845cdc7e22 +Author: Peter Hutterer +Date: Mon Sep 7 21:49:24 2009 +1000 + + man: s/SYNTAX/SYNOPSIS/ (#9515) + + X.Org Bug 9515 + + Signed-off-by: Peter Hutterer + +commit ddee56185181d5c3ffd007fe0dc5af3eed1a95cd +Author: Peter Hutterer +Date: Mon Sep 7 14:01:01 2009 +1000 + + synaptics 1.1.99.1. + + Signed-off-by: Peter Hutterer + +commit a629e9fb42433c01daf2278381dcf5bbe1557c16 +Author: Peter Hutterer +Date: Wed Aug 19 13:43:21 2009 +1000 + + Use finger state as an enum, not as a bool. + + SynapticsDetectFinger mixed using finger as an FS_* enum and as a bool if + palm detect was on. + Reshuffle the conditions that it stays as-is or is reset to FS_UNTOUCHED, + whichever is appropriate. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + +commit 342a38c9c1aa6291d51485de00880359eee95588 +Author: Peter Hutterer +Date: Wed Aug 19 09:28:35 2009 +1000 + + Remove abysmal misuse of ternary operator. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + +commit c9527bdcb01f9484b66147d6a4a33b499d54ee99 +Author: Peter Hutterer +Date: Thu Aug 20 08:20:44 2009 +1000 + + man: fix typo in MaxTapMove documentation. + + Signed-off-by: Peter Hutterer + +commit b95995c6665d147e4857d8616b57aa8a25fc3f6f +Author: Peter Hutterer +Date: Fri Jul 31 13:25:52 2009 +1000 + + Split rc and ret into two different variables. + + This is a cosmetic change only. + + ioctls - though not the ones used here - may return non-zero non-negative + values to the caller. Using the return value as a boolean and as return + value for ioctls at the same time could result in false positives if one + ioctl returns 1. This cannot happen in this part of the code but a + separation of the two improves readability. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + +commit 1d89e2f632cf6c702ae5002f81e5783f3ba1b9ae +Author: Peter Hutterer +Date: Mon Jul 27 11:04:13 2009 +1000 + + Remove the "SpecialScrollAreaRight" option. (#21001) + + This option auto-adjusts the right edge on the touchpad but wrongly so. It + does not take the edge width into account, thus setting the right edge to + the max value received - leaving only a single-pixel scroll area in some + cases. + + A previous attempt to auto-adjust edges has failed (afb60a0b). The kernel's + min/max values cannot be relied on for actual range clipping and thus scroll + edge settings are best left untouched. + + X.Org Bug 21001 + + Signed-off-by: Peter Hutterer + +commit d7a4a63d1d67bf38a7948722881de8d926319c6c +Author: Peter Hutterer +Date: Wed Jul 22 10:41:08 2009 +1000 + + Revert "Auto-adjust edges if values fall outside queried min/max ranges. (#21001)" + + This reverts commit afb60a0b2497c5d08cbd1739fa8ae6585c428881. + + From comment 24 to #21001: + I've been running this code for over a week now and I'm not happy with it. + Once I move over to the right, the scroll-edge becomes so small that it's + hard to trigger. + + Source of the problem is the information provided by the kernel. The kernel + hands us a min/max value for the synaptics pads but this value is not + reflective of the actual physical boundaries. The other dimensions are based + on these min/max ranges. + + My RightEdge setting by default is 5129, after moving to the right it + becomes 5677. The announced max for x is 5472. We have model-specific edge + settings and in the case of synaptics the width of the scroll area is 7% of + the total width (based on min/max). This works, but obviously only because + the max is wrong. I've tried upping this to 15% and it works fine but unless + the edge is adjusted the scroll bar takes over too much of the pad. + + So right now I'm inclined to revert this patch and just ditch any + auto-adjustment of scroll edges whatsoever. This way, the original setting + is maintained even if we reach outside of the min/max area. + + Conflicts: + + src/synaptics.c + + Signed-off-by: Peter Hutterer + +commit 7179a0eb11a842d9d5a420f5702a411b0dc217a2 +Author: Alberto Milone +Date: Thu Jul 16 12:08:08 2009 +0200 + + Add active area outside of which movements, scrolling, tapping are ignored. + + On some touchpads physical buttons are located under the touchpad surface. As a + result, when users try to perform a click, by pressing that part of the surface + of the touchpad, they get a click, a movement, a tap and (in some cases) a scroll, + which can make clicks quite inaccurate. + + The "Synaptics Area" property can be used to define the edges of the active area of + the touchpad so that all movement, scrolling and tapping which take place outside + of this area will be ignored. This property is disabled by default. + + Fixes xorg bug #21613. + + Signed-off-by: Alberto Milone + Signed-off-by: Peter Hutterer + +commit 0c3fbceb1b2a18f92166fe75c44b5aaada693c4b +Author: Tero Saarni +Date: Sun Jul 12 19:24:40 2009 +0300 + + Add configurable x/y resolution to fix sensitivity on wide touchpads. + + Synaptics uses anisotropic coordinate system. On some wide touchpads + vertical resolution can be twice as high as horizontal which causes + unequal sensitivity on x/y directions. + + VertResolution and HorizResolution can be used to set the resolution. + The ratio of the values is used to compensate x/y sensitivity. The + properties are configured automatically if touchpad reports resolution + and if running on linux 2.6.31 or newer. + + Fixes xorg bug #18351. + + Signed-off-by: Tero Saarni + Signed-off-by: Peter Hutterer + +commit afb60a0b2497c5d08cbd1739fa8ae6585c428881 +Author: Peter Hutterer +Date: Mon Jul 6 09:17:57 2009 +1000 + + Auto-adjust edges if values fall outside queried min/max ranges. (#21001) + + The kernel provides min/max for x/y values but still allows devices to send + coordinates outside this range. If the edges are autodetected, re-adjust the + edge settings to fit within the new effective min/max range. + + When the edges change the property needs to be updated accordingly. This + can't be done immediately as changing properties requires mallocs and + HandleState is called during the signal handler. + Instead, set a timer to be called when the server isn't busy and update the + property then. The delay between setting the timer and sending the property + notify event also reduces the number of events sent, the property event + includes the latest state only. + + If the edges were configured by the user, don't re-adjust. + This obsoletes the SpecialScrollAreaRight option as it provides the same + functionality, without the side-effects triggering 21001. + + X.Org Bug 21001 + + Signed-off-by: Peter Hutterer + +commit 24d8919e7052b950ddde85c6dc45552faa4cb30f +Author: Peter Hutterer +Date: Tue Jun 30 10:14:11 2009 +1000 + + Move edge calculation stuff out into separate function. + +commit bb74e1a12896998a9f328f3cf53b2f31679b3ce5 +Author: Peter Hutterer +Date: Thu Jun 18 11:22:48 2009 +1000 + + Cope with ABI_XINPUT_VERSION 7. + + Version 7 requires button and axes labels. + + Signed-off-by: Peter Hutterer + +commit fd939a37d7df320f76fc772eb1f18eb6ba1d54b9 +Author: Peter Hutterer +Date: Wed Jun 17 21:33:52 2009 +1000 + + Simplify xf86InitValuator calls a bit. + + Signed-off-by: Peter Hutterer + Acked-by: Christoph Brill + +commit 659dd09893bf7648957aa2ae5898e32ed24d057a +Author: Paul Menzel +Date: Fri Jun 12 09:53:58 2009 +0200 + + Fix typo. s/tough/though/ + + Signed-off-by: Paul Menzel + Signed-off-by: Peter Hutterer + +commit 1f499dd3f067848c344c13e04305e9f428438c9f +Author: Mattia Dongili +Date: Fri Jun 5 08:57:06 2009 +1000 + + man: explain TapButton default values + + Clarify how the new default values are set and what options to set + to get a different behaviour. + + Signed-off-by: Mattia Dongili + Signed-off-by: Peter Hutterer + +commit 6b3a032fdf5479cb5be441a01ebef92a39e5fb69 +Author: Peter Hutterer +Date: Tue May 19 11:50:43 2009 +1000 + + Add "Synaptics Capabilities" read-only property. + + This patch adds a "Synaptics Capabilities" property that advertises the + capabilities of the device in a read-only boolean property. + The first three values signal the presence of physical mouse buttons (left, + middle, right). Values 4 and 5 signal the touchpad's ability to do + multi-finger tracking. + + Signed-off-by: Peter Hutterer + Signed-off-by: Henrik Rydberg + +commit 44c1de333acf1de22f570a16421e0ff4889b0809 +Author: Peter Hutterer +Date: Tue May 19 09:14:54 2009 +1000 + + eventcomm: fix return value of event_query_is_touchpad. + + "ret" is used both for storing the ioctls return value as well as for the + return of event_query_is_touchpad. If an ioctl fails, ret is -1 and we + return this value as a BOOL. The caller treats this -1 as TRUE and thinks + the device is a touchpad. + + Bug is triggered if a xorg.conf section is present with auto-dev as device + and a mouse event device is openeded before the synaptics event device. + + Introduced with e4b1571d487cb67bab64e1ee890bddcd02437ddf. + + Red Hat Bug 499792 + + Signed-off-by: Peter Hutterer + Signed-off-by: Henrik Rydberg + +commit a9f8b19ceba8f7652ebdb620fb0785dfa578a218 +Author: Coleman Kane +Date: Mon May 18 18:14:50 2009 -0400 + + Fix broken build on FreeBSD (#21803) + + Band-aid to fix the build and function prototype mismatches on + FreeBSD (and maybe others, but I don't have any more to test). + + Signed-off-by: Coleman Kane + Signed-off-by: Peter Hutterer + +commit 35191ec094a2006ba290713640dd95c88ca3b0f9 +Author: Peter Hutterer +Date: Mon May 18 17:23:02 2009 +1000 + + synclient: up max value for AccelFactor to 1.0 + + There's no real reason to restrict AccelFactor to 0.2, the driver itself + doesn't restrict AccelFactor either. Upwards of 1.0 it's hard to spot any + real differences in speed though, so 1.0 seems like a sensible maximum. + + Red Hat Bug 462574 + + Reported-by: David Woodhouse + Signed-off-by: Peter Hutterer + Signed-off-by: Henrik Rydberg + +commit e0d651c77e3a59086d5f36d1aaf9e6ba80394336 +Author: Peter Hutterer +Date: Fri May 15 11:59:58 2009 +1000 + + eventcomm: force boolean values for has_left, has_right, etc. + + TEST_BIT simply returns the value of the bytes, so we end up with has_left + and friends being an integer value instead of a boolean value. This again + may cause confusion in other parts, if a 1/0 boolean value is expected (e.g. + all xf86SetBoolOption()). + + Signed-off-by: Peter Hutterer + Signed-off-by: Henrik Rydberg + +commit ee265e10c9cc724ad0badcab86a3893667717322 +Author: Erkin Bahceci +Date: Mon May 11 12:32:32 2009 -0500 + + Add TapAndDragGesture option and gestures property. + + The tap-and-drag gesture is an alternative way of dragging. + It is performed by tapping (touching and releasing the finger), then + touching again and moving the finger on the touchpad. + This gesture is enabled by default and can be disabled by setting the + TapAndDragGesture option to false. + + The gesture already existed in synaptics and was always enabled. This + commit adds an option to switch it on/off. The default behavior is + tap-and-drag being enabled, that is, TapAndDragGesture is true. + + The "Synaptics Gestures" property is intended to hold all new gesture + enabling options, like options for the upcoming multitouch gestures. + + Signed-off-by: Henrik Rydberg + Signed-off-by: Peter Hutterer + +commit e4b1571d487cb67bab64e1ee890bddcd02437ddf +Author: Peter Hutterer +Date: Thu Apr 30 15:05:50 2009 +1000 + + eventcomm: if we can't grab the device, assume it's not a touchpad. + + If a device is configured in the xorg.conf, it will get added once in the + config, once through HAL. Since we grab the device, the second device will be + mute. And confuses tools and users alike. + + So let's just assume that if we can't grab the device, it doesn't exist. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + +commit 609b6728effb53006b2d0be1fac55d4ab1f269d2 +Author: Peter Hutterer +Date: Wed Apr 29 21:29:57 2009 +1000 + + Purge SynapticsHWInfo stuff, move it into proto_data. + + This was only used in PS/2, on linux only on kernel 2.4 and it clobbered up + the rest. Move it to the ps2comm parts only, keep it private there. + This includes adding a "proto_data" field to the SynapticsPrivate. + + This patch removes the -h option for synclient. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + +commit c3ab0ae4f3f04da7018173662ede174c97710c8a +Author: Jeremy Huddleston +Date: Thu May 7 18:17:55 2009 +1000 + + Add model-specific edges for appletouch. + + Needs around 8.5% to be useable. + + I created a table to iterate through the different products rather than + using if/else branches. I can enumerate the appletouch product_ids, but I + suspect they will all be around the same range (hence the PRODUCT_ANY). If + another product id shows different behavior, we can just add an entry to + the table as appropriate. + + I also changed the default eheight to be 5.4% to match the spec. + + Reported-by: Jeremy Huddleston + Signed-off-by: Jeremy Huddleston + Signed-off-by: Peter Hutterer + Signed-off-by: Henrik Rydberg + +commit c50dba0b04f2115a5d23ed4a785c101f9b26900b +Author: Peter Hutterer +Date: Thu Apr 23 09:15:04 2009 +1000 + + Add TouchpadModel specifier and scale the edges accordingly. (#21214) + + ALPS models need different edge settings than synaptics pads to make the edges + work propertly. So try to auto-detect the model (eventcomm anyway) and set the + edges accordingly. + + New edge defaults are: + synaptics: 7% of the total width + alps: 15% of the total width + unknown: 4% of the total width (see Synaptics UI guide) + + X.Org Bug 21214 + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + Signed-off-by: Henrik Rydberg + +commit fba24019ffdcf4da8938a3ad61b2f38e40626858 +Author: Peter Hutterer +Date: Fri May 1 13:16:47 2009 +1000 + + ps2comm: fix typo in debug statement. + + Signed-off-by: Peter Hutterer + +commit a9a443959585e7f65ba3f300d387cf617d9df77b +Author: Peter Hutterer +Date: Thu Apr 30 16:05:09 2009 +1000 + + If QueryHardware failed, return that failure and clean up. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + Signed-off-by: Henrik Rydberg + +commit 6dc7f5e127b4b60b27f661862c5698e6f9ea7e49 +Author: Peter Hutterer +Date: Thu Apr 30 16:03:43 2009 +1000 + + Only try to free the timer if it's actually there. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + Signed-off-by: Henrik Rydberg + +commit b00b015aaa81c7da2a419649851004d481f33e3c +Author: Peter Hutterer +Date: Thu Apr 30 08:15:30 2009 +1000 + + man: document left-handed TapButton awkwardness. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + +commit 86df78a2387fbaa2b362446999235ab9c605f8f9 +Author: Peter Hutterer +Date: Thu Apr 30 15:39:42 2009 +1000 + + Fix typo, missing ":" + + Signed-off-by: Peter Hutterer + +commit ef2221322e62b94a88a8358e6513a3f6f232a28f +Author: Eygene Ryabinkin +Date: Tue Apr 28 07:39:36 2009 +1000 + + PS/2 interface: sense multifinger taps on FingerHigh (#21427) + + Previously multifinger taps were sensed on the Z value > 0: this isn't + very correct. Accorging to the specification, Z values below 30 + correspond only to a very light taps or just floating fingers. I had + run into the situation when I was clicking on the physical left button + and that click was transformed to the right button click via + ClickFinger2, but I wasn't tapping the touchpad at all. Investigations + showed very small values of Z -- my other fingers were just floating + above touchpad. + + This change also makes click (and finger) detection more consistent, + because it uses FingerHigh to detect taps everywhere. + + X.Org Bug 21427 + + Signed-off-by: Eygene Ryabinkin + Signed-off-by: Peter Hutterer + Acked-by: Henrik Rydberg + +commit 4f58454f53432f67d221ace60675499d8cee2411 +Author: Peter Hutterer +Date: Fri Apr 24 10:17:29 2009 +1000 + + synclient: fix 64 bit issues for float properties. + + Signed-off-by: Peter Hutterer + Signed-off-by: Henrik Rydberg + +commit efbc3e98be4bacbb7ca08409d33584ffd55ee794 +Author: Peter Hutterer +Date: Tue Apr 21 17:07:02 2009 +1000 + + Remove un-used DeviceOn/Off hooks. + + And allow for them to be NULL without crashing the server. + + Signed-off-by: Peter Hutterer + +commit c09a3d50e995302ec08c5d5f8c679148613e1656 +Author: Peter Hutterer +Date: Fri Apr 17 16:04:07 2009 +1000 + + Remove Synaptics SHM configuration bits. + + The only thing we still export through SHM is the hardware state. + +commit 93a533120fa477fce63ef6daa9f5c836b5245e5d +Author: Peter Hutterer +Date: Fri Apr 17 15:24:38 2009 +1000 + + syndaemon: remove SHM code - properties only from now on. + + Signed-off-by: Peter Hutterer + +commit f2c85fe950b037ba04705d02a54d57476f118c11 +Author: Peter Hutterer +Date: Fri Apr 17 15:01:05 2009 +1000 + + synclient: remove listing and modification of settings through SHM. + + SHM is only used for dumping and monitoring hardware state. + synclient now requires property support (i.e. server 1.6). + +commit 080caee95c46bb471d1442dcab246460cad8c7be +Author: Peter Hutterer +Date: Fri Apr 17 15:19:41 2009 +1000 + + Only build synclient/syndaemon if property support is available. + + Separate dependencies for driver and synclient/syndaemon. + Add option --enable-tools to explicitly build the tools (default: auto) + + Signed-off-by: Peter Hutterer + +commit b56ab7e0140c8fa7dcc58f6b8a087f7d6bece04f +Author: Adam Jackson +Date: Thu Apr 16 11:49:12 2009 +1000 + + Allocate the timer early so we don't try to malloc it within a sigio handler. + + Signed-off-by: Peter Hutterer + +commit 74bd8574c796c7ff7c9bea6873b317bf14d29a70 +Author: Peter Hutterer +Date: Tue Apr 14 07:27:07 2009 -0400 + + synclient: fix 32-bit integer handling on 64 bit machines. + + libX11 actually expects longs for 32-bit values, even if they are 64 bits. + + Signed-off-by: Peter Hutterer + Signed-off-by: Henrik Rydberg + +commit 18442d927f6cf03e7a366f6c3c0292b065ba1c64 +Author: Peter Hutterer +Date: Tue Mar 24 11:24:02 2009 +1000 + + Shut up valgrind warnings about uninitialized variables. + + Reported-by: Zdenek Kabelac + Signed-off-by: Peter Hutterer + +commit a07a840b26827e1a2c8cccd255177b693c5b91e8 +Author: Peter Hutterer +Date: Wed Mar 18 18:38:12 2009 +1000 + + Don't fail when building against server 1.5 + + The driver had all the right guards, but synclient and syndaemon didn't. + Check for xserver 1.6 and higher and disable property support in synclient + and syndaemon. + + Note that the property headers still get installed even without support for + properties in the driver. This ensures that apps looking for synaptics >= + thisversion don't fail miserably. + + Signed-off-by: Peter Hutterer + Signed-off-by: Henrik Rydberg + Signed-off-by: Christoph Brill + +commit ea7695037070e7037a4b20db87dd466c643ac088 +Author: Peter Hutterer +Date: Wed Mar 18 18:37:47 2009 +1000 + + Remove NEWS file, it's not being updated anymore. + + Googling for the announce emails is more effective. + + Signed-off-by: Peter Hutterer + Signed-off-by: Henrik Rydberg + Signed-off-by: Christoph Brill + +commit 0b26fdc42c9a07959dbcf7d9d274d97eae55b768 +Author: Peter Hutterer +Date: Mon Mar 9 11:59:09 2009 +1000 + + Bump to 1.1.99 + + Signed-off-by: Peter Hutterer + +commit a0a0475b39a1abb67bfcc34723a222799132a33d +Author: Peter Hutterer +Date: Mon Mar 9 11:38:00 2009 +1000 + + man: remove some pointless ( and ) around "float" options. + + Signed-off-by: Peter Hutterer + +commit 5acb71723a7fe837f7312adb5b8320dda87649f2 +Author: Peter Hutterer +Date: Mon Mar 9 11:28:02 2009 +1000 + + man: device properties are now supported, should be stated as such. + + This includes listing supported properties and de-emphasizing the need for + SHM. + + Signed-off-by: Peter Hutterer + +commit 18b25ae7fa6438f85c49f41c1c11ed8ac84df47e +Author: Peter Hutterer +Date: Thu Mar 5 11:54:57 2009 +1000 + + Bump to 1.0.99.4 + +commit 4d5a41ca574b1462889d4423cfdbc008132aa9c2 +Author: Peter Hutterer +Date: Thu Mar 5 11:47:41 2009 +1000 + + include xorg-server.h from all driver source files. + + This fixes the 64-bit issues with 1.0.99.3. Not having xorg-server.h included + in time means we miss out on _XSERVER64, which leads to different sizes of the + LocalDeviceRec struct in the driver and the server. + + Signed-off-by: Peter Hutterer + +commit 2a93e92d493050398f993fda50c5e7a445a946de +Author: Peter Hutterer +Date: Wed Mar 4 15:20:07 2009 +1000 + + Bump to 1.0.99.3 + +commit c719553dac875824b2d2a8f7714a89998ab4828d +Author: Peter Hutterer +Date: Wed Mar 4 15:18:39 2009 +1000 + + Don't auto-include xorg-server.h in config.h + + config.h is needed by synclient/syndaemon, and including xorg-server.h leads + to funny results on 64 bit machines. Not "ha ha" funny though. + + Signed-off-by: Peter Hutterer + +commit 07f0588bbd85655ba7d2ef4d2a3f4a62ddb638bc +Author: Peter Hutterer +Date: Wed Mar 4 15:03:40 2009 +1000 + + synclient: don't print driver's package version info. + + synclient is not the driver. If you want to know the driver's version, look in + the log file. After all, synclient would only print the one it was compiled + with anyway, not the one of the driver. + + Signed-off-by: Peter Hutterer + +commit 020142e57cbf709bd694112c32522a040042544d +Author: Peter Hutterer +Date: Wed Mar 4 12:15:58 2009 +1000 + + syndaemon: needs XI_LIBS to link now. + + Signed-off-by: Peter Hutterer + +commit aa5b2b64e541ff7ca3f0a2bdb11d1c20624c406a +Author: Peter Hutterer +Date: Wed Mar 4 11:51:53 2009 +1000 + + synclient: XCloseDisplay doesn't like NULL-pointers. + + Signed-off-by: Peter Hutterer + +commit 575616521aeffb002c4b41de1e77da5c251ee4af +Author: Peter Hutterer +Date: Mon Mar 2 12:28:51 2009 +1000 + + syndaemon: disable XRecord by default. + + XRecord is disabled in the server by default, so let's not have it as default + here. + + Signed-off-by: Peter Hutterer + Acked-by: Julien Cristau + +commit bc395e89d2629755e199886dcebb38c4964b2cd1 +Author: Peter Hutterer +Date: Tue Mar 3 11:33:23 2009 +1000 + + syndaemon: use device properties unless SHM is requested. + + Signed-off-by: Peter Hutterer + Acked-by: Julien Cristau + +commit c256932f635afe62a6ace16f9a5c14f5c2a01fe5 +Author: Peter Hutterer +Date: Mon Mar 2 11:48:02 2009 +1000 + + syndaemon: if we wanted XRECORD, but it failed, exit. + + If Xrecord is missing but we requested it (say, didn't disable it explicitly), + then exit. Don't use the alternative SHM area, it's bad for your health. + + Signed-off-by: Peter Hutterer + Acked-by: Julien Cristau + +commit 40dbe97f6138705369c30b4ad95014bd07c6913d +Author: Peter Hutterer +Date: Mon Mar 2 11:46:00 2009 +1000 + + syndaemon: move shm code into shm_init(). + + Signed-off-by: Peter Hutterer + Signed-off-by: Henrik Rydberg + Acked-by: Julien Cristau + +commit d52d633fcdbf0a6c3dcc0af43d40ab7e217ff89b +Author: Peter Hutterer +Date: Mon Mar 2 11:21:29 2009 +1000 + + syndaemon: remove enable/disable_touchpad(), use toggle_touchpad instead + + Signed-off-by: Peter Hutterer + Acked-by: Julien Cristau + +commit 2241c39b1123bd1bac584f5ac349396560eb2e71 +Author: Peter Hutterer +Date: Mon Mar 2 12:19:00 2009 +1000 + + syndaemon: fix minor typo in --help output. + + Signed-off-by: Peter Hutterer + +commit b768d6e1f552a9fae2e02256d057a71186620acc +Author: Peter Hutterer +Date: Sun Mar 1 08:41:10 2009 +1000 + + synclient: print an error if we can't find the synaptics device. + + Signed-off-by: Peter Hutterer + +commit 79867e9fb29332deb96e121001b1bcae7937e52c +Author: Peter Hutterer +Date: Fri Feb 27 13:18:13 2009 +1000 + + Bump to 1.0.99.2 + +commit 65919aae574a4536c0fa1506dc396725c3e710fe +Author: Peter Hutterer +Date: Fri Feb 27 12:05:17 2009 +1000 + + synclient: define XATOM_FLOAT if missing from xserver-properties. + + Signed-off-by: Peter Hutterer + +commit 24ae6192bfbf67ec0a112b8a0cbb3925df58a5b8 +Author: Peter Hutterer +Date: Fri Feb 27 10:03:12 2009 +1000 + + synclient: Fix build errors - BOOL isn't always available. + + Hilarious include dependency resulted in BOOL being available on my box, but + not boxes running released libraries/protocol headers. + Replace BOOL with char. + + Signed-off-by: Peter Hutterer + +commit a67a0217ce13865735488ccc77443e7ba7ddca30 +Author: Peter Hutterer +Date: Thu Feb 26 14:21:03 2009 +1000 + + Bump to 1.0.99.1 + + Signed-off-by: Peter Hutterer + +commit 0b6dfafa8b73973054b1b720dec8407f089f0341 +Author: Peter Hutterer +Date: Thu Feb 26 14:18:43 2009 +1000 + + Remove randr requirement from configure.ac + + Signed-off-by: Peter Hutterer + +commit 55509ef5ce671fb2233c06e3ea5f0cc677f9ab6e +Author: Peter Hutterer +Date: Wed Feb 25 13:38:02 2009 +1000 + + synclient: add support for device properties. + + By default, use the properties unless the -s flag is given. For -m and -h + imply SHM though. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + +commit 4e9689aa5fdae4b7bd81f416e475ebf92b7302e1 +Author: Peter Hutterer +Date: Wed Feb 25 13:17:38 2009 +1000 + + synclient: split shm_set_value into a parse_cmd. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + +commit e446f82cdd6ee01d4f1086add3e7a38541bbb93b +Author: Peter Hutterer +Date: Wed Feb 25 10:54:35 2009 +1000 + + synclient: clean up a bit, namespace shm functions. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + +commit 1eddb282ea9e7e558001a46d95ff6febec0091a0 +Author: Peter Hutterer +Date: Wed Feb 25 11:00:26 2009 +1000 + + Remove commented-out sections from configure.ac. + + Signed-off-by: Peter Hutterer + +commit c14bf0f42904f900f07ec5bfd83a680b83f5f4cb +Author: Marcel Dejean +Date: Fri Feb 13 19:13:08 2009 -0500 + + change magic numbers to fractions + + Signed-off-by: Christoph Brill + Signed-off-by: Peter Hutterer + +commit 3ddc067c873479d886d6bc576db9dcb6318c88af +Author: Marcel Dejean +Date: Fri Feb 13 19:00:07 2009 -0500 + + two-finger emulation through fingerWidth + + Signed-off-by: Christoph Brill + Signed-off-by: Peter Hutterer + +commit b0704a9d3c7a25e0b160414983025db9d14be496 +Author: Peter Hutterer +Date: Mon Feb 16 10:02:59 2009 +1000 + + Remove synSetFloatOption, use xf86SetRealOption instead. + + As a side-benefit, this means float options now show up in the log too. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + Signed-off-by: Henrik Rydberg Z + +commit f5bfe7f3364df330adcf07c59be93bbcb6f0b98f +Author: Ben Gamari +Date: Fri Feb 6 11:07:30 2009 +1000 + + Add comma after version number in configure.ac + + Got lost in d8679123d921bafdac53e84a2e0337708d7c094e. + + Signed-off-by: Peter Hutterer + +commit d8679123d921bafdac53e84a2e0337708d7c094e +Author: Peter Hutterer +Date: Fri Feb 6 09:54:36 2009 +1000 + + Bump to 1.0.99. + + 1.0.0 is out, bump master to the next level. + + Signed-off-by: Peter Hutterer + +commit f92446f00aa5a916a90e2fd93333f97ea837f985 +Author: Peter Hutterer +Date: Mon Jan 19 09:26:14 2009 +1100 + + properties: implement float properties. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + Signed-off-by: Henrik Rydberg + +commit eda515331285962310b84cc3b3200f9ff0e98f1a +Author: Andre Herms +Date: Tue Nov 11 21:15:30 2008 +0100 + + use Xrecord extension for event triggered key event notification + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + Signed-off-by: Henrik Rydberg + +commit 97530109c3dbafe51395ea70008f594f0ce102f3 +Author: Alan Coopersmith +Date: Fri Jan 9 16:22:56 2009 -0800 + + Remove xorgconfig & xorgcfg from See Also list in man page + +commit 101bb8363a99ab42f3bab3717ed60b05877f0698 +Author: Christoph Brill +Date: Sat Dec 20 14:17:45 2008 +0100 + + FDI: Add few examples suggested by Christian Schmitt + + Signed-off-by: Christoph Brill + +commit 8d5cf39e7f37ce78aaec423a9da397d72b1629d2 +Author: Peter Hutterer +Date: Wed Dec 10 09:22:33 2008 +1000 + + Fix compilation issue (opts undeclared) for XINPUT ABI 0. (#18988) + + HistorySize is now deprecated for ABI > 0, so list it as a removed option in + the man page. + + X.Org Bug 18988 + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + Signed-off-by: Henrik Rydberg + +commit 0f2802726fe7374afeca7447e3127bc1d7f3247c +Author: Fedor P. Goncharov (Fredy) +Date: Thu Dec 4 17:16:40 2008 +0600 + + Auto-adjust right_edge for touchpads with hardware scroll area. + + If RightEdge is specified as a config option, ignore the SpecialScrollArea. + Otherwise, adjust right_edge to the bounds of the hardware scroll area. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + Signed-off-by: Henrik Rydberg + +commit 9e84eb6bd2010176c11022cb8c0af56c6e9d7663 +Author: Benjamin Close +Date: Thu Dec 4 15:59:41 2008 +1030 + + Use the correct header so psmcomm.h builds again + +commit 1131f24a0e592c8db8f4ebe509a1cdc263be545a +Author: Benjamin Close +Date: Thu Dec 4 15:57:03 2008 +1030 + + Fix typo preventing psmcomm from being enabled on BSD platforms + +commit d17231161f9cebc9ba961db0dd948c996e7cc369 +Author: Peter Hutterer +Date: Wed Dec 3 21:57:04 2008 +1000 + + fdi: only match on input.touchpad, not on various product names. + + We can deal with anything that has absolute x/y and pressure or touch. So + don't bother with various product names. If a touchpad doesn't work, fix it + then. + + Suggested by Vojtech Pavlik. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + Signed-off-by: Henrik Rydberg + +commit 987fb075dba42d9a282bd918985f02cab101d620 +Author: Fedor P. Goncharov (Fredy) +Date: Sat Nov 29 01:33:22 2008 +0600 + + change type of FastTaps option to bool + + Signed-off-by: Peter Hutterer + +commit 1b941b26db760037965109b5eeeb0e3fb730a805 +Author: Magnus Kessler +Date: Wed Dec 3 10:17:54 2008 +1000 + + Export synapticsModuleData + + Mark synapticsModuleData as exported so that it can be used with xorg-server + compiled with visibility flags. + + Signed-off-by: Magnus Kessler + Signed-off-by: Peter Hutterer + +commit 13c93be34dfcd0e57b14f86688fd2ad4efda028c +Author: Batchty +Date: Mon Nov 24 11:31:48 2008 +1000 + + Stop two-finger scrolling if no finger is present. + + Signed-off-by: Peter Hutterer + Signed-off-by: Simon Thum + Signed-off-by: Henrik Rydberg + +commit 6cbdb0a10574d57a563337adb54afdf89996bc36 +Author: Batchty +Date: Sun Nov 23 20:46:14 2008 +0100 + + Ignore moves during tap processing if no finger is down. + + The Dell Inspiron 1520 with a Synaptics touchpad loves to send event like + these after every finger release : + + time x y z f w l r u d m multi gl gm gr gdx gdy + 1.563 3224 1625 57 1 5 0 0 0 0 0 00000000 0 0 0 0 0 + 1.574 3251 1632 30 1 5 0 0 0 0 0 00000000 0 0 0 0 0 + 1.584 3292 1673 10 1 5 0 0 0 0 0 00000000 0 0 0 0 0 + 1.594 1 5855 3 2 5 0 0 0 0 0 00000000 0 0 0 0 0 + 1.634 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0 + 1.746 1 5855 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0 + 1.897 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0 + + Most of the time these events are ignored by the driver, but sometimes it + confuses two-finger scrolling and tap detection. + + For example, in this log, the first tap is recognized, the second isn't : + + time x y z f w l r u d m multi gl gm gr gdx gdy + 11.597 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0 + 11.678 1 5855 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0 + 11.688 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0 + 11.709 3862 2406 8 1 5 0 0 0 0 0 00000000 0 0 0 0 0 + 11.719 3851 2464 67 1 5 0 0 0 0 0 00000000 0 0 0 0 0 + 11.729 3849 2407 35 1 4 0 0 0 0 0 00000000 0 0 0 0 0 + 11.739 3858 2578 5 1 9 0 0 0 0 0 00000000 0 0 0 0 0 + 11.749 3858 2578 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0 + 11.850 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0 + 11.860 1 5855 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0 + 12.073 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0 + 12.083 1 5855 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0 + 12.347 1 5855 4 2 5 0 0 0 0 0 00000000 0 0 0 0 0 + 12.357 3844 2381 56 1 4 0 0 0 0 0 00000000 0 0 0 0 0 + 12.377 3848 2361 32 1 4 0 0 0 0 0 00000000 0 0 0 0 0 + 12.388 1 5855 3 2 5 0 0 0 0 0 00000000 0 0 0 0 0 + 12.398 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0 + 12.408 1 5855 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0 + 12.428 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0 + + The problem with the second tap is that the driver check if the movement from + (3848,2361) to (1,5855) is over TapMaxMove before it checks for a finger release. + So the driver considers it as a (short) finger move. + Add the condition ''the finger is still present'' to the 'move' condition, so + we ignore these moves.. + + Signed-off-by: Peter Hutterer + Signed-off-by: Simon Thum + Signed-off-by: Henrik Rydberg + +commit fbcb056ea5a2fdb178c945098f55ef564e4fa5ac +Author: Peter Hutterer +Date: Fri Nov 21 16:52:03 2008 +1000 + + fdi: make use of hal's contains_outof matcher to reduce duplication. + + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + +commit 72d9bca079f40a705de5059eeea260b289d77e84 +Author: Peter Hutterer +Date: Tue Nov 11 09:53:17 2008 +1000 + + Remove ALPS special options treatment. + + Don't overwrite options set earlier based on a strstr(name, "ALPS"). If + anything, the driver should just autoscale to the correct settings anyway. + + Signed-off-by: Peter Hutterer + Signed-off-by: Henrik Rydberg + +commit 471552a62e0e5ba2a274196aef62d984b83f30e6 +Author: Henrik Rydberg +Date: Tue Oct 28 21:57:02 2008 +0100 + + Only respect MaxTapMove when appropriate + + Only respect MaxTapMove with one or two fingers, and the latter only when two-finger scrolling + is enabled. (LP: #270002) + + Original-Author: William Grant + Signed-off-by: Henrik Rydberg + Signed-off-by: Peter Hutterer + +commit 629e7345dc40c1eb0acf8a69c267711d35d4f3e3 +Author: Christoph Brill +Date: Thu Oct 30 23:43:13 2008 +0100 + + Revert "[syndaemon] use Xrecord extension in syndaemon to avoid polling." + + This reverts commit 641b26da531b38313ecc68badac1a3ccfd6fc7af. + + As requested by Peter Hutterer and Henrik Rydberg. + +commit e52a031ac79350e7ff3a9aeb2db4c2ae2d6a8059 +Author: Christoph Brill +Date: Thu Oct 30 23:42:44 2008 +0100 + + Revert "[syndaemon] switch over to input properties" + + This reverts commit 934bc0012f948c52aadc8eda912f7728fb7394a2. + + As requested by Peter Hutterer. + +commit 2acbd6e67c859290a37cf3134b120c5ca7577268 +Author: Dmitry Torokhov +Date: Tue Oct 28 17:10:45 2008 +1030 + + Add support for touchpads (such as Elantech) that do not report pressure + + Change the driver to react to BTN_TOUCH if device does not report + ABS_PRESSURE since there are touchpads (such as Elantech) that do not + support pressure reading but otherwise are perfectly useable in absolute + mode. + + Also fix error checking of ioctl calls (positive return value is not an + error, only negative is). + + Signed-off-by: Dmitry Torokhov + Signed-off-by: Peter Hutterer + +commit 934bc0012f948c52aadc8eda912f7728fb7394a2 +Author: William Grant +Date: Thu Oct 16 21:39:40 2008 +0200 + + [syndaemon] switch over to input properties + + This patch switches the daemon to use input properties. One can still + use the SHMConfig as fallback. + + Signed-off-by: Christoph Brill + +commit 641b26da531b38313ecc68badac1a3ccfd6fc7af +Author: Andre Herms +Date: Thu Oct 9 21:59:48 2008 +0200 + + [syndaemon] use Xrecord extension in syndaemon to avoid polling. + + This patch prevents the polling of the keyboard state. Instead it uses the + XRecord extension of the Xserver for an event triggered notification of key + events. Of course, there is a fallback to the polling when no XRecord + extension is found. This should finally stop complains of syndaemon + preventing good power saving. + + Signed-off-by: Christoph Brill + +commit e7f6131b56f4785fc57f19e9feefe1e934425742 +Author: Henrik Rydberg +Date: Wed Oct 15 23:39:25 2008 +0200 + + Provide default button emulation also for touchscreens + + The new auto-detection functionality of the driver provides a default + way to produce left, right and middle clicks for all trackpads and + touchscreens, based on capabilty. However, the current code only + provides single click for touchscreens and trackpads without buttons. + This patch turns on multi-finger tapping for such devices. + + Signed-off-by: Henrik Rydberg + Signed-off-by: Peter Hutterer + Signed-off by: Christoph Brill + +commit 1d89a1650a140a21e9d5526c50daf56b2673dbe8 +Author: Peter Hutterer +Date: Mon Oct 13 15:04:06 2008 +1030 + + Install header files in xserver's sdk dir. + + Missing from 851097c45f02f2a033975cd3b2ed9490a4aa87bd. Don't install header + files in /include, install them in /include/xorg instead. + +commit 149be75873b39e64afc5959b41360396b86fd880 +Author: Henrik Rydberg +Date: Mon Oct 13 13:56:49 2008 +1030 + + properties: handle checkonly flag. + + if checkonly is TRUE, only check the values but do not apply them. This is + achieved by working on a temporary copy of the parameters if checkonly is set, + and ditching the copy after completion. + If checkout is not set, the same code works on the actual parameters. + + Signed-off-by: Peter Hutterer + +commit db6e631d31d4ffd476ccd105f8adb8d8b4727b29 +Author: William Grant +Date: Sat Oct 11 10:22:11 2008 +1030 + + Return correctly on successful property setting + + TRUE was not replaced with Success when all of the other property handler + return codes were. This meant that properties ended up set in the driver but + not the rest of the server. + + Signed-off-by: Peter Hutterer + +commit 863482ac1ff460d39bcf4d26c29bcda8740c41f7 +Author: Magnus Kessler +Date: Fri Oct 10 13:43:00 2008 +1030 + + Convert last remaining ErrorF to xf86Msg + + Signed-off-by: Magnus.Kessler + Signed-off-by: Peter Hutterer + +commit 4adaab04e903100d2c351eaeb5eeed235c32ed6f +Author: Magnus Kessler +Date: Thu Oct 9 23:41:27 2008 +0100 + + Update .gitignore, ignore pkgconfig .pc files + + Signed-off-by: Magnus.Kessler + Signed-off-by: Peter Hutterer + +commit 5e8fb7f856b96adf0c8e02f6b8466ebabe8da953 +Author: Magnus Kessler +Date: Thu Oct 9 20:31:54 2008 +0200 + + [sparse] Fix warnings about non-ANSI function declarations + + Signed-off-by: Magnus Kessler + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + +commit 0da6ca4fb990a3cbd7558d4987ac946a77363f08 +Author: Magnus Kessler +Date: Thu Oct 9 20:34:27 2008 +0200 + + [sparse] Fix warnings about using plain integer as NULL pointer + + Signed-off-by: Magnus Kessler + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + +commit e30dda260b2bead539a5dd484734340ab2affdd7 +Author: Magnus Kessler +Date: Thu Oct 9 20:30:11 2008 +0200 + + Only include mipointer.h if supporting ancient XInput ABI version + + Signed-off-by: Magnus Kessler + Signed-off-by: Peter Hutterer + Signed-off-by: Christoph Brill + +commit 6f7d206db5467a2b12c695aa71f14f097d99dfe5 +Author: Magnus Kessler +Date: Tue Oct 7 09:38:32 2008 +1030 + + Remove unused defines and includes + + Signed-off-by: Magnus Kessler + Signed-off-by: Peter Hutterer + +commit 299f441dc5a84f28c9b58f072797ccfc259b12c3 +Author: Magnus Kessler +Date: Tue Oct 7 09:38:01 2008 +1030 + + Re-introduce message about unsupported touchpad. + + Was dropped with the repeater device removal. + + Signed-off-by: Magnus Kessler + Signed-off-by: Peter Hutterer + +commit 0d12b16959fdfee6b09460bd46de4f022dbba082 +Author: Magnus Kessler +Date: Tue Oct 7 09:37:42 2008 +1030 + + Clean up control-flow + + Signed-off-by: Magnus Kessler + Signed-off-by: Peter Hutterer + +commit c58cc045bb2ab9607ccc2a9384ac9fbd99a5052a +Author: Peter Hutterer +Date: Tue Oct 7 15:06:24 2008 +1030 + + man: another typo fix. + +commit e7848d5e2d159df082b4d53ac9412f2900a8b814 +Author: Peter Hutterer +Date: Tue Oct 7 11:21:34 2008 +1030 + + man: Document multifinger-scrolling defaults. + + If Protocol event is used, the driver initializes defaults based on the + capabilities reported by the kernel driver. Acceleration and edges are based + on the dimensions reported by the kernel. If the kernel reports multi-finger + detection, two-finger vertical scrolling is enabled, horizontal two-finger + scrolling is disabled and edge scrolling is disabled. If no multi-finger + capabilities are reported, edge scrolling is enabled for both horizontal and + vertical scrolling. + +commit 76c9a626459a8777b87810bde9c338ea882e9d68 +Author: Peter Hutterer +Date: Tue Oct 7 14:55:38 2008 +1030 + + man: typo fix. + +commit 2e00158d61fa1c6551010fdd681b7d920eb029e5 +Author: Magnus Kessler +Date: Fri Oct 3 17:29:40 2008 +0930 + + Remove repeater functionality. + + Remove the repeater functionality completely from the synaptics touchpad + driver. It is buggy in its current implementation and its usefulness is + questionable. + + According to the INSTALL file, the repeater is there only for testing. In + fact, if a supported device is found even a configured repeater fifo is + automatically disabled. For most users the functionality is therefore + irrelevant and can be confusing. If I understand the workings of the + repeater correctly, a developer could instead just read the data directly + from an unsupported device's character special file under /dev + or /dev/input. + + With today's more dynamic device configuration possibilities via udev and + hal it's also less likely that the synaptics driver would silently block + another devices data, this situation being for what the repeater + functionality seems to have been introduced in the past. + + Signed-off-by: Peter Hutterer + +commit 851097c45f02f2a033975cd3b2ed9490a4aa87bd +Author: Peter Hutterer +Date: Thu Sep 25 16:19:25 2008 +0930 + + Install synaptics-properties.h in xorg include path, install xorg-synaptics.pc. + +commit 355e845c67fffc0220c56a17b1957288c9bbadc7 +Author: Peter Hutterer +Date: Thu Sep 25 16:18:10 2008 +0930 + + Adjust to new property API. + + XIConfigureDeviceProperty doesn't exist anymore. + XIChangeDeviceProperty has two parameters less, returns status code. + Explicitly set all properties as non-deletable. + +commit a9f1acfb59111ec55b983d5187a9f752d3149552 +Author: Henrik Rydberg +Date: Wed Sep 17 12:17:49 2008 +0200 + + Corrections based on dimension analysis + + The biggest change is to the speed and acceleration parameters, which should + now scale properly. Starting from one end and moving a finger really slowly + across the touchpad, the pointer should move about 40 percent of the way from + one end to the other. Repeating the process more quickly, the pointer should + move about 70 percent. Finally, moving really quickly, the pointer should + reach the the other end of the screen before the whole touchpad has been + crossed. + + Settings tested on appletouch, synaptics, and bcm5974. + + Signed-off-by: Henrik Rydberg + Signed-off-by: Peter Hutterer + +commit c405a69f83dab77cfe6c76f718a3ca5614a85918 +Author: Christoph Brill +Date: Tue Sep 16 15:49:54 2008 +0200 + + Init x/y valuators with the axis range - if we have any. + + Signed-off-by: Henrik Rydberg + Signed-off-by: Peter Hutterer + +commit 102d1d6cfbc1cf3df3845b56ad1deb82a40d1cb8 +Author: Henrik Rydberg +Date: Tue Sep 16 01:14:49 2008 +0200 + + Improved defaults based on capability detection and auto scaling + + This patch sets default parameters based on available buttons + and multi-touch features. It also adds auto-scaling for parameters + based on pressure and finger width. + + Signed-off-by: Henrik Rydberg + Signed-off-by: Peter Hutterer + +commit 2edb0e87693d432cbaef5fe7aa95bbd2c73a6361 +Author: Henrik Rydberg +Date: Tue Sep 16 01:04:07 2008 +0200 + + Revert "Add sensible fdi default for bcm5974" + + The new auto-scale and capability detection renders these defaults unnecessary. + + This reverts commit fd3517b14d09cc3b6625252f8fd94c863f1c9810. + + Signed-off-by: Peter Hutterer + +commit d94719f180ce4e817be2c7b70623e8d9595ca907 +Author: Henrik Rydberg +Date: Tue Sep 16 01:03:44 2008 +0200 + + Allow arbitrary ABS ranges + + Signed-off-by: Henrik Rydberg + Signed-off-by: Peter Hutterer + +commit f9a0653898631539a984852fe5e806f6a39f7fe1 +Author: Henrik Rydberg +Date: Mon Sep 15 00:15:44 2008 +0200 + + ReadDevDimensions on opened device + + The auto-dev probing requires opening the device locally to determine the type of device, so + that the right protocol can be assigned. However, all other setup work should be performed + during initialization of the assigned and opened device. This patch moves the + read-device-dimensions functionality from some special cases during the probe process to + the initialization routine, where it can be used for all supported devices. + + Signed-off-by: Henrik Rydberg + Signed-off-by: Peter Hutterer + +commit 3097bb31a68151a953668d4581f75d3e08947d68 +Author: Henrik Rydberg +Date: Fri Sep 12 10:41:59 2008 +0200 + + Autoscale also the MaxTapMove parameter + + Make the tapping move radius 7.2 percent of the touchpad width + by default. This corresponds to the old settings of 220/3040, + but works for all touchpad sizes. + + Signed-off-by: Henrik Rydberg + Signed-off-by: Peter Hutterer + +commit dd7093c2ef154c6bb50032928b2f6a110b92de9c +Author: Henrik Rydberg +Date: Thu Sep 11 01:13:01 2008 +0200 + + Decompose SynapticsPreInit + + This maintenance patch breaks out two functions from SynapticsPreInit: set_default_parameters and set_repeater_fifo. + + Signed-off-by: Henrik Rydberg + Signed-off-by: Peter Hutterer + +commit c916f66af51e2a5b954d62ff2b6bf854895eeeb5 +Author: Henrik Rydberg +Date: Thu Sep 11 00:35:49 2008 +0200 + + Introduce SynapticsUnInit + + This patch adds the UnInit function, which explicitly cleans up the allocated device. It also prepares for a distinction + between closing-and-reopening a device, and shutting down X. This distinction makes it possible to better keep shared + information alive. + + Signed-off-by: Henrik Rydberg + Signed-off-by: Peter Hutterer + +commit 31f85fb3c1d1f5b2171255fdb565cb5911806ba9 +Author: Christoph Brill +Date: Wed Sep 10 20:56:29 2008 +0200 + + Bump to 0.15.2 + +commit 566b4dcc0b0f45ad83012314b67836ba2018cf9e +Author: Henrik Rydberg +Date: Wed Sep 10 20:53:43 2008 +0200 + + Do not use stale option list pointers + + The xf86ReplaceStrOption may change the option list pointer. Also make sure + no stale option pointers are used after a call to SetDeviceAndProtocol(). + + Signed-off-by: Henrik Rydberg + +commit 659c44d1049e4f6a588d40c8e0e18b390c45fa40 +Author: Henrik Rydberg +Date: Mon Sep 8 00:03:17 2008 +0200 + + Optional: Set corner buttons to off by default + + The corner button functionality might be good on some touchpads, but it seems there are more + cases where it leads to unexpected behavior. To avoid confusion, having this feature turned off + by default makes more sense. However, there might be strong opinions it, so this patch will have + to be considered optional. + + Signed-off-by: Henrik Rydberg + +commit fd3517b14d09cc3b6625252f8fd94c863f1c9810 +Author: Henrik Rydberg +Date: Sun Sep 7 23:45:27 2008 +0200 + + Add sensible fdi default for bcm5974 + + The size and motion style of the bcm5974 trackpad does not work very well with the default + settings in src/synaptics.c. This patch adds a well-tested set of default values, which will + give a pleasant out-of-the-box experience for Xorg-1.5. + + Signed-off-by: Henrik Rydberg + +commit c57a7b463fb86d065fc6fe316ed25f302d51e5c6 +Author: Peter Hutterer +Date: Wed Sep 10 23:37:27 2008 +0930 + + Claim that we are a XI_TOUCHPAD, not a mouse. + + If this still breaks with KDE, fix KDE or the server. + +commit e622b00f56e455c8a48173d89cea56d1323f05d7 +Author: Peter Hutterer +Date: Tue Sep 9 00:27:36 2008 +0930 + + Improve edge autodetection and accel. + + The synaptics spec specifies "typical axis ranges" for synaptics devices. + Based on these typical ranges, calculate edge coordinates and apply the same + proportions to the device at hand. + Based on the hard-coded ranges and acceleration, calculate accel for + autodetected ranges in the same proportions. + +commit 05e22a584be0dbf83b5b4b72d51f7d5f59ad7334 +Author: Peter Hutterer +Date: Tue Sep 9 00:24:06 2008 +0930 + + Pre-probe the device (eventcomm only). + + For auto-dev, we'd probe the device node and get the axis ranges. If we + specify the device however we didn't retrieve the axis ranges and thus got + stuck with the defaults - losing out on automatic edge and accel calculation. + + This is an issue if the device is hotplugged, as HAL will specify the device + node. + + This patch adds another hook to synproto_operations to pre-probe the device. + This hook is only used by eventcomm and opens the FD, queries the axis range + and closes the FD again. + +commit db7dc1085e43ccdd796c67174289313ed4852c13 +Author: Peter Hutterer +Date: Sat Sep 6 03:03:42 2008 +0930 + + Don't lose button up event if timeout is cancelled in the same ReadInput cycle + + On a left/right button press, middle button emulation springs into action and + changes the reported hw state. It then returns a delay that is supposed to set + a timer. No button event is posted to the server, the timer ensures that it'll + be posted later. + + If however - in the same cycle - the button up is reported, but with a + hardware time > middle emulation timeout, the middle button emulation is + canceled. The hw state is reset to button down, and processing continues, + reporting the button down event. + Since this is in the same cycle, the new delay overrides the previous one and + the timer is never set. + + Introduce a new state into MB emulation that forces the click event if the + above situation occurs. + + Red Hat Bug 233717 + +commit 5d3a47eed9f5330982d10c3acc15c486e3c86beb +Author: Peter Hutterer +Date: Tue Sep 9 19:12:35 2008 +0930 + + Don't crash when neither Path nor Device are given. + + xf86ReplaceOption doesn't seem to like NULL values + +commit 53772f5c98b0ad8c0b7de14ee147c0b3faf77ca2 +Author: Christoph Brill +Date: Sun Sep 7 11:34:48 2008 +0200 + + Bump to 0.15.1 + +commit 50e872cbc74f6a08ac586bc5e57d7e6a9dfce06a +Author: Henrik Rydberg +Date: Thu Sep 4 00:47:53 2008 +0200 + + Tighter default for MaxTapMove + + The range that is considered moving during tapping is somewhat generous in the default settings. + + Signed-off-by: Henrik Rydberg + +commit 9f0da9b3144a2561f6e555e6f08e15643cfda830 +Author: Henrik Rydberg +Date: Thu Sep 4 00:41:15 2008 +0200 + + Disentangle two-finger tap and two-finger scrolling + + When two-finger-scrolling quickly and distinctly, the two-finger tapping gets activated, effectively selecting a portion of the selected text. The synaptics code already has logic to prevent taps from + being registered when the fingers move; this patch simply removes what appears to be an unnecessary assumption that only single-finger clicks needs this functionality. + + Signed-off-by: Henrik Rydberg + +commit 89b6a9cd71f9e686c5be4da4523b86c6d7f160dd +Author: Henrik Rydberg +Date: Sat Sep 6 20:37:01 2008 +0200 + + Fix the "No such device" problem when reloading a driver + + The xf86SetStrOption function only sets the option variable to the local default if not already + set to something else. Thus, the code which reloads a particular device by using this function + often fails, simply because the sought device name isnt set properly. + + Signed-off-by: Henrik Rydberg + +commit 773ea37888a716656017e16ef31f843432027b66 +Author: Henrik Rydberg +Date: Sat Sep 6 20:33:24 2008 +0200 + + Add bcm5974 to fdi/11-x11-synaptics.fdi + + By adding bcm5974 to the HAL layer, the synaptics driver will be loaded by default for the new + bcm5974-based Apple macbooks Pro Penryn and Air. + + Signed-off-by: Henrik Rydberg + +commit 0dc4a2caacda329aca7ebc81d92c37527f4c630b +Author: Christoph Brill +Date: Sun Sep 7 11:21:15 2008 +0200 + + Add a note on how to pass options to the driver using the fdi file + +commit e72df4210183d67d7ead1c514aac1c816bdd4821 +Author: Christoph Brill +Date: Sun Sep 7 11:18:12 2008 +0200 + + Update man page to contain a paragraph about fdi files + +commit 608a03c74f3a19c770d511f28012e1a7cbe41fde +Author: Matthieu Herrb +Date: Fri Sep 5 23:04:15 2008 +0930 + + syndaemon: fix BSD-specific build issues (signal related) + + Signed-off-by: Peter Hutterer + +commit 0775d5de903a604b013ec53f78fb8976bd90548d +Author: Matthieu Herrb +Date: Fri Sep 5 23:01:45 2008 +0930 + + Fix build if we don't enable BUILD_EVENTCOMM. + + Signed-off-by: Peter Hutterer + +commit 4c31e0e6bcf761c9d2d950545bf760d08149f96f +Author: Peter Hutterer +Date: Fri Sep 5 19:07:38 2008 +0930 + + Fix build with non-property enabled servers. + + Thanks to Matthieu Herrb for reporting this. + +commit 6f1900bdf025880f22e3f4d2b2dd0072764b8559 +Author: Fedor P. Goncharov +Date: Wed Sep 3 19:06:32 2008 +0200 + + Add autodetection of right scroll wheel region with very large X coordinate + +commit 5ac1ef0b9bba037a97cc1baddf7cb04a0a941462 +Author: William Grant +Date: Sat Aug 30 18:49:49 2008 +0200 + + Fix two off-by-one errors in the property handling code + + The attached patch fixes two off-by-one errors in the Synaptics driver's + property handling code. The result of those is that one cannot + completely set tap or click actions, as any attempt to set the correct + number of items fails. + +commit 3d39926875446ef80dc7c23e1e90ce776c911f13 +Author: Adel Gadllah +Date: Tue Aug 26 09:32:32 2008 +0930 + + Re-enable TapButtons and CornerButtons to work by default. + + This reverts fb98432436c5e1cc69b5f4b84f625e3700e51e04. + + Signed-off-by: Peter Hutterer + +commit a4a8e89a27f24f9c4012c2e28850f108fec7a8fd +Author: Christian Schmitt +Date: Thu Aug 21 00:33:10 2008 +0200 + + Add support for Apple touchpads to the fdi file + + Apple identifies their touchpads as "appletouch" + +commit 30b57ad9c23c0942375cde4f2b8991b8c60b1824 +Author: Christoph Brill +Date: Mon Aug 18 18:28:41 2008 +0200 + + Use config.h if available + +commit 424a8c96b121e179200d3ecc5aae24cb5445adc2 +Author: Peter Hutterer +Date: Mon Aug 18 21:45:17 2008 +0930 + + Compile fixes. + + Yeah, yeah. I know. + +commit 59f5547d4f00cded7548b27ee780fe4c1526a087 +Author: Peter Hutterer +Date: Fri Aug 8 14:57:06 2008 +0930 + + Add support for device properties. + + Exposes the SHMConfig parameters through device properties and allows run-time + changes to those properties. + + Not exposed yet are floating point values: + min_speed, max_speed, accl, trackstick_speed (SYNAPTICS_PROP_SPEED) + scroll_dist_circ (SYNAPTICS_PROP_CIRCULAR_SCROLLING_DIST) + coasting_speed (SYNAPTICS_PROP_COASTING_SPEED) + press_motion_min_factor, press_motion_max_factor (SYNAPTICS_PROP_PRESSURE_MOTION_FACTOR) + +commit 58166896c43b1eb225fef9b3c3b799619a5950bf +Author: Mattia Dongili +Date: Sat Jun 7 09:01:38 2008 +0200 + + Add 02-scandir-dev-input.patch from Debian + + Scan all the event devices in /dev/input + +commit b95a5684805a99b38fa3ff134113a3295d5e89b7 +Author: Christoph Brill +Date: Thu Aug 14 23:40:10 2008 +0200 + + Fix "make distcheck" + + The new directory "include" was not packaged into the tarball. This makes "make + distcheck" work again. + +commit 6e35b673629bb9ddee4373fbdff79238b2160cff +Author: Christoph Brill +Date: Thu Aug 14 23:18:53 2008 +0200 + + Add .fdi file from gentoo (also used by pld) + + This file causes devices having the capability "input.touchpad" to use our + driver if they were made by Synaptics or ALPS. This file might need additions + for other devices (i.e. I don't think Apple hardware is covered by this file). + + Note: This file is not installed by default. Distributions are free to install + it or leave it. + +commit 07ed81b7af0b63f351d9c1435309ef0a40a3aa49 +Author: Peter Hutterer +Date: Thu Aug 14 14:35:10 2008 +0930 + + Fill up version info correctly. + +commit a2e19e5cbfaf9e039f7022140d44fcc88ecd83d2 +Author: Peter Hutterer +Date: Fri Aug 8 16:23:45 2008 +0930 + + Shut up compiler warning, HandleClickWithFingers should be a void. + +commit 22d1b8a4ff22d885c4a6ed1c401d790630b6ea83 +Author: Peter Hutterer +Date: Fri Aug 8 10:29:21 2008 +0930 + + Move synaptics.h into include/, create synapticsstr.h for private structs. + + This just separates driver-internal stuff (synapticsstr.h) from external + stuff used for the SHM config. + +commit 3a9e0ae56f755ba61c637a5cf45ecab659bca3e6 +Author: Christoph Brill +Date: Thu Aug 7 18:06:54 2008 +0200 + + Filter out .libs and .deps everywhere + +commit c32b4d47b94c2c18fab7f30588ddae8827e38f27 +Author: Mildred Ki'lya +Date: Wed Aug 6 21:40:11 2008 +0200 + + Add support for reporting multiple fingers as different buttons + + This adds 3 new options. Use them as follows: + + Section "InputDevice" + ... + Option "ClickFinger1" "1" + Option "ClickFinger2" "3" + Option "ClickFinger3" "2" + EndSection + + The driver would then report: + * clicking one finger = left click + * clicking with two fingers = right click + * clicking with 3 fingers = middle mouse button + +commit f04b27861983212bb6b216c589aa7b0b24256f63 +Author: Peter Hutterer +Date: Wed Aug 6 15:57:12 2008 +0930 + + Use axis ranges reported by the hardware, if possible. + + The evdev kernel module provides the ability to query the axis ranges from + the device. If they are given, use those as defaults instead of the hardcoded + ones. User-specified ranges overrule any ranges reported. + +commit 89b1add387b52ef55f5a8f87603153d27207e2f6 +Author: Dmitry Torokhov +Date: Fri Aug 1 22:58:14 2008 +0200 + + Fix crash on kernels with extended keymap space + + The len argument of EVIOCGBIT(ev,len) is the size of the receiving + buffer in bytes, not maximim number of bits to retrieve. + + Signed-off-by: Dmitry Torokhov + Signed-off-by: Julien Cristau + +commit c0096b2e3992853745edf02243b1da885ace4d03 +Author: Peter Hutterer +Date: Wed Jul 23 15:01:31 2008 +0930 + + Pull in libX11 through PKG_CHECK_MODULES for syndaemon. + +commit 5201054d003807ea028aab4318f0bf1eb96e63d2 +Author: Peter Hutterer +Date: Wed Jul 23 11:11:12 2008 +0930 + + Move synclient and syndaemon into a /tools/ directory. + + Let's keep the driver source and the client program source separate. + +commit f7866a254b27fc8445eea7711a1a438257b5fab4 +Author: Peter Hutterer +Date: Tue Jul 22 15:05:10 2008 +0930 + + Fix typo - xf86shmget is now shmget. + +commit 8dca778b666e8abf5ff4b4c9b0445bc87499b354 +Author: Peter Hutterer +Date: Tue Jul 22 14:51:59 2008 +0930 + + Plug memory leak - free synaptics private data. + + When freeing priv, NULL local->priv, otherwise the server tries to free it + again later. This is a memory leak in all but the newest servers from git. + +commit c11ed754e5096fa164fab7fa3c7465920e3f47ec +Author: Christoph Brill +Date: Mon Jul 14 20:54:35 2008 +0200 + + Take other *BSDs into account, too. + +commit 2cdb4bb00b3e643abe24da83a006629435fb5c5e +Author: Christoph Brill +Date: Mon Jul 14 20:43:55 2008 +0200 + + Build psmcomm on *BSD systems only. + + This is the second part of fixing the backend part of synaptics. The new build + system is now able to detect whether it's running on *BSD or on Linux and will + only build the backends that are available on these platforms. Also it will + remove any reference from the built driver to the non-available backends. + Thanks to Christian Schmitt for reporting. + +commit 63d2a8ce5b34c1d98798d44842b362c4ff77d526 +Author: Christoph Brill +Date: Mon Jul 14 18:07:00 2008 +0200 + + Build eventcomm on Linux systems only. + + The old buildsystem defined "__LINUX" which enabled or disabled the complete + sources for eventcomm. The new buildsystem now adds the files to build + eventcomm dynamically if the host OS is Linux. This also fixes the bug + reported by Christian Schmitt. + +commit 2476f0d6c75e0a410307212e796ac72725b86931 +Author: Christoph Brill +Date: Fri Jul 11 20:00:26 2008 +0200 + + Finally change the GPL headers to MIT ones + +commit a2e1f9e0a22ed0d9e7728f77978bbdace712dcae +Author: Christoph Brill +Date: Fri Jul 11 19:29:58 2008 +0200 + + Build the manpages for the synclient and syndaemon + + This uses the facilities to build the drivers man page to also build the + two configuration programs. + +commit 52e395218afa01d52be8f351bd846bd0460a79cb +Author: Christoph Brill +Date: Fri Jun 6 23:01:25 2008 +0200 + + Remove some more of the xf86*-wrapper stuff. + + This is based on 04-delibcwrap.patch from debian downstream. + +commit c654fffed8518c90ad92a9b97b35ec5836a93d1c +Author: Mattia Dongili +Date: Sat Jun 7 09:04:20 2008 +0200 + + Add 03-escape-dashes-in-manpages.patch from Debian + +commit 51f7ce021691d796d5cc5c8017325811320df265 +Merge: fb98432 7ad451d +Author: Christoph Brill +Date: Fri Jul 11 18:04:53 2008 +0200 + + Merge commit 'origin/fedora-patches' + +commit fb98432436c5e1cc69b5f4b84f625e3700e51e04 +Author: Adam Jackson +Date: Sat Jun 7 08:40:01 2008 +0200 + + Add synaptics-0.14.6-tap-to-click.patch from Fedora + + Disable tap to click by default in the name of accessibility. + +commit d18abb24d1519397a63fae6cf2c9c7e076005922 +Author: Adam Jackson +Date: Sat Jun 7 08:35:20 2008 +0200 + + Add synaptics-0.14.6-alps.patch from Fedora + + Fix the defaults on ALPS touchpads. Values stolen from rhpxl. + +commit 1d6b98a8d41815b2630e708e56ec265a83dde799 +Author: Matt Domsch +Date: Sat Jun 7 08:34:21 2008 +0200 + + Add synaptics-0.14.6-poll-200ms.patch from Fedora + +commit 6c43653e137bcf422dd0a19e40cdf606957fd64a +Author: Matt Domsch +Date: Sat Jun 7 08:33:49 2008 +0200 + + Add synaptics-0.14.6-poll-delay.patch from Fedora + +commit 5dc6baf97c13f73e2640bd9d1bd452f5621129d1 +Author: Adam Jackson +Date: Fri Jul 11 17:57:14 2008 +0200 + + Unpleasant hack to make input hotplug DSCTTRT. + + This also points out to the new "Path" option in the man page + +commit 68df5196bcbd161db395a354ec8ccdf4735670db +Author: Adam Jackson +Date: Fri Jul 11 17:53:49 2008 +0200 + + Pick some changes from "Make the driver actually load under the new name." + +commit d0f8669fffded0cce907bebdc3957ebe27b132ba +Author: Adam Jackson +Date: Fri Jul 11 17:51:24 2008 +0200 + + Remove some #ifdef XFREE_4_0_3 + +commit d6e069a2e5a2d9625d85da4d828cf370d4ddf6d6 +Author: Christoph Brill +Date: Fri Jul 11 17:43:20 2008 +0200 + + Start cleaning up the documentation + + Many of the files contain redundant information. The plan is to remove most of + the (maybe even all) and add the content to the man page. + +commit 9b904a2c974e6f8c7463c16dfa68b69dfbae0f83 +Author: Christoph Brill +Date: Fri Jul 11 00:21:03 2008 +0200 + + Drop old buildsystem entirely + +commit 3d855248a39ed535a0486dba6e71baa4376dd8cc +Author: Christoph Brill +Date: Tue Jul 8 20:39:53 2008 +0200 + + testing the official hosting at freedesktop.org + +commit 7ad451d4c08d48f2a01d7eababc59e67f17fcffb +Author: Christoph Brill +Date: Sat Jun 7 08:42:38 2008 +0200 + + Add minor change from synaptics-0.14.6-newx.patch + + Not sure if this is still necessary (I can't test since I have a to recent + X server). + +commit 15f661a88fcad64f21637582aabafe4235f5edbc +Author: Adam Jackson +Date: Sat Jun 7 08:40:01 2008 +0200 + + Add synaptics-0.14.6-tap-to-click.patch from Fedora + + Disable tap to click by default in the name of accessibility. + +commit 9331aa3885184777deac93cb5a81042cf5ae3d57 +Author: Adam Jackson +Date: Sat Jun 7 08:35:20 2008 +0200 + + Add synaptics-0.14.6-alps.patch from Fedora + + Fix the defaults on ALPS touchpads. Values stolen from rhpxl. + +commit 468a7ed0dcf012f9d7800957566cb61b0a8aeb2a +Author: Matt Domsch +Date: Sat Jun 7 08:34:21 2008 +0200 + + Add synaptics-0.14.6-poll-200ms.patch from Fedora + +commit 31f9d5bceb05b72bec909ee6f4115ca3cae993eb +Author: Matt Domsch +Date: Sat Jun 7 08:33:49 2008 +0200 + + Add synaptics-0.14.6-poll-delay.patch from Fedora + +commit a79e9ae4ae3fd03e921ce22ddd9fb9f0be222d44 +Author: Christoph Brill +Date: Fri Jun 6 22:19:33 2008 +0200 + + Change the license to MIT + +commit 2c98d6de30433dbc3915099ce4758d4f634f5506 +Author: Christoph Brill +Date: Fri Jun 6 21:56:59 2008 +0200 + + Revert "On Linux 2.6, the evdev interface provides support for requesting the" + + This reverts commit e6595886d7ae3a1730cd0d9f86fd0f305c0743c2. + + Conflicts: + + linux_input.h + src/synaptics.c + + Drop the changes from Matthew Garrett since he did not agree to the MIT license + change. + +commit 7761e3903fa70aed951c0fc81b58382cf0ac6057 +Author: Christoph Brill +Date: Fri Jun 6 21:28:44 2008 +0200 + + Initial version that passes "make distcheck". + + This version is able to build against latest xorg git (including xinput + changes for MPX). It incoperates many concepts stolen from xf86-input-evdev. + I'm not sure about *BSD support, but from what I understood psmcomm is only + used on *BSD whild eventcomm is only used on Linux. So I enabled the build + of these only on the given operating system. Also fix some minor issues that + are related to the old build system (VERSION_ID related). + +commit da95796d0686b474ebd0752959e5d1706d82b1c3 +Author: Christoph Brill +Date: Fri Jun 6 20:15:56 2008 +0200 + + Add the automake files from xf86-input-evdev. + + I forgot to add these when copying over the build system from xf86-input-evdev. + +commit 2ee9ce25ee3803931a31e707673116d1de4ec363 +Author: Christoph Brill +Date: Fri Jun 6 20:14:44 2008 +0200 + + Add .gitignore + + I copied over the .cvsignore from xf86-input-evdev and renamed it. + +commit b4875de54977519dde30fada75527e023b032adc +Author: Christoph Brill +Date: Fri Jun 6 20:12:22 2008 +0200 + + Rename LICENSE to COPYING. + +commit d53319cf744ff0b0269be356188099b928743f4e +Author: Christoph Brill +Date: Fri Jun 6 20:11:36 2008 +0200 + + Add the build system from xf86-input-evdev. + + Copy over the build system and adapt it to our needs. Also backup the old build + so we can check if it contained anything helpful. + +commit b95828616376e81b9b6bf4689b3033de3f1e8a47 +Author: Christoph Brill +Date: Fri Jun 6 20:08:34 2008 +0200 + + Add the autogen.sh from xf86-input-evdev. + + We will use a similar buildsystem now. + +commit 8c9f88c7fa9b800574cfa834103a3a9cbf02053d +Author: Christoph Brill +Date: Fri Jun 6 20:07:01 2008 +0200 + + Drop the spec file for rpm packagers. + + I doubt the file was still used and I don't think it belongs upstream anyway. + Next to that I think my changes will break this stuff. + +commit 1a9535cdc50af8e9e47200c4bc48e27ff4c05953 +Author: Christoph Brill +Date: Fri Jun 6 20:05:27 2008 +0200 + + Move the current documents to the docs folder. + + We should merge the interesting content to the manpages. + +commit b570ba5943ef6876cf0c0d5affa1f6ea7fe418cb +Author: Christoph Brill +Date: Fri Jun 6 20:03:59 2008 +0200 + + Drop now useless files. + + The file "FILES" stated which files contained which content, but the list was + outdated and I dropped many of the files anyway + The "usbhid" stuff could be done better using udev rules and from what I know + (and my knowledge is rather limited) no distribution still uses the hotplug + daemon. + The "usbmouse" script was a simple wrapper for calling the synclient. + +commit c371a4f435e39df115f2b04d767157ce25d35f82 +Author: Christoph Brill +Date: Fri Jun 6 20:00:14 2008 +0200 + + Drop a patch for the Linux 2.4.3 kernel. + + This is a really old patch and no longer relevant. + +commit 21cad8f60ac702b979cac82d3321b26845bb3e05 +Author: Christoph Brill +Date: Fri Jun 6 19:58:40 2008 +0200 + + Start moving out the docs to an appropriate directory. + + We will provide the current documents in the docs directory. The interesting + stuff should be merged into the manpages though. + +commit f4b1cc816e16405c9193e2986b07961ef60b73b9 +Author: Christoph Brill +Date: Fri Jun 6 19:56:57 2008 +0200 + + Rename the "manpages" directory to "man". + + This way it is similar to the structure of the xf86-input-evdev driver. + +commit cbfe9412455f855df76aa3a883224791f16a5d1c +Author: Christoph Brill +Date: Fri Jun 6 19:53:55 2008 +0200 + + Drop the alps support patch for the linux kernel. + + This patch was merged upstream, no need to provide it. + +commit c2d1eb93b75912463f31f574d8701d8cfd9d7a18 +Author: Christoph Brill +Date: Fri Jun 6 19:52:22 2008 +0200 + + Drop old include files from the monolithic XFree86 server. + + The new build system will use pkg-config to figure out the necessary includes + so we don't need to ship these. + +commit e68fff0a32313bc58a55dec02baf44aaedfee56a +Author: Christoph Brill +Date: Fri Jun 6 16:01:03 2008 +0200 + + Start adding a ChangeLog file + +commit 86a5fab70ff633d40c05a37d8e9a6a8073cdb129 +Author: Christoph Brill +Date: Fri Jun 6 15:58:17 2008 +0200 + + Start reorganizing the source tree + + First let's move the source and header files to a seperate source directory. + The structure of the new directory layout will be similar to xf86-input-evdev. + +commit cd6a1225ec319cad9788e8fba158d9792b55de23 +Author: Joseph P. Skudlarek +Date: Fri Jul 6 15:39:53 2007 +0200 + + Implement "corner coasting". + +commit 80a10d7a097747fd6d7ab9806853e68601276334 +Author: Peter Osterlund +Date: Fri Jul 6 15:25:24 2007 +0200 + + Update my copyright information. + +commit 0ce431dc5291d95f4b3e78f9fb1c9e0be5de5abd +Author: Joseph P. Skudlarek +Date: Fri Jul 6 15:07:01 2007 +0200 + + Repair mismatch between driver and client regarding parameter names. + +commit f6ccc31c29c9dfefd033ec1c5be6fdc11206bffb +Author: Peter Osterlund +Date: Sun Jun 3 22:27:45 2007 +0200 + + Align the "synclient -l" output. + +commit cab78d760ddbd26511143cfd309cfa3120864472 +Author: Joseph P. Skudlarek +Date: Sun Jun 3 21:42:10 2007 +0200 + + Documentation update. + +commit b54890504a17916f6633d8069164a06e42824238 +Author: Joseph P. Skudlarek +Date: Mon May 28 12:25:39 2007 -0700 + + Comment out SHMConfig, and explain that it is insecure. + +commit 2a946548ff6083edc3f300cb553ce45588f625ba +Author: Joseph P. Skudlarek +Date: Mon May 28 12:23:47 2007 -0700 + + Alsp documentation update. + + Fix typo in prose -- no longer need to set Device; + augment example to suggest using shared memory, so can use synclient + +commit 9a7ea338e558449aa62e152d7a79e8cb71224754 +Author: Joseph P. Skudlarek +Date: Mon May 28 11:26:14 2007 -0700 + + Clarify that alps.patch file is not always needed. + +commit e7f641b8c6d09b11dd5c93086bbc5a0b135296ea +Author: Peter Osterlund +Date: Thu May 17 13:31:05 2007 +0200 + + Document the LockedDragTimeout parameter. + +commit adf4851a471963702df28522fa50cc9cab09302a +Author: Peter Osterlund +Date: Thu May 17 13:14:22 2007 +0200 + + Update the state machine diagram for locked drag timeout. + +commit 7bd1b53f8e2de13436b9f71196b4b69a969a2b9f +Author: Florian Loitsch +Date: Thu May 17 13:10:30 2007 +0200 + + Add a timeout to locked drags. + + Instead of locking indefinitely, dragging is realeased after a + timeout. By default I've set it to 5 seconds to minimize changes to + previous configurations. For me a value of 450ms works best. + New Parameter: LockedDragTimeout + +commit 2d06ab1d2b3170b6fa44b945376b2ad4cd682af9 +Author: Florian Loitsch +Date: Thu May 17 12:31:58 2007 +0200 + + Allow to easily switch between move and scroll. + + To observe the behavior: move with 1 finger. During movement add a 2nd + finger. If the touchpad supports it then the driver switches + seamlessly to scroll mode. Worked on the Macbook touchpad, but failed + on some Dell touchpad. + +commit 88211ca60be7cc74015ad4158722e5950884bd78 +Author: Peter Osterlund +Date: Thu May 17 11:30:57 2007 +0200 + + Don't match wacom tablets in the event device probing. + +commit ce686f770569a9bc1bbaca319562fe02df53b582 +Author: Peter Osterlund +Date: Thu May 17 11:12:52 2007 +0200 + + Added "SONY VAIO VGN-SZ72B" and "SONY VAIO VGN-UX50" to the + compatibility list. + (From Mattia Dongili .) + +commit 8608dea5266f4c214a54b61537d55259b0f14cbe +Author: Peter Osterlund +Date: Thu May 17 10:59:47 2007 +0200 + + Added "Fujitsu Lifebook P7120D" to the compatibility list. + (From Jeff Laughlin .) + +commit 6c4c393318f33daf056cbb93f0c796719fc6a1aa +Author: Peter Osterlund +Date: Thu May 17 10:30:19 2007 +0200 + + Added "ASUS A7F" to the compatibility list. + (From Jason Brower .) + +commit 3452bb3431f89bac9f987cfa664b538fa9d3f09f +Author: Peter Osterlund +Date: Thu May 17 10:25:44 2007 +0200 + + Added "ASUS Z62J" to the compatibility list. + (From Vitor Pereira .) + +commit 836967ff1659b89ee572b6582d218c66ef67df5b +Author: Peter Osterlund +Date: Thu May 17 10:21:33 2007 +0200 + + Added "DELL Inspiron 6000" to the compatibility list. + (From Jskud@Jskud.com.) + +commit e6595886d7ae3a1730cd0d9f86fd0f305c0743c2 +Author: Matthew Garrett +Date: Thu May 17 10:12:05 2007 +0200 + + On Linux 2.6, the evdev interface provides support for requesting the + resolution of input devices. The included patch uses this to set the + defaults for various parameters. As a result, synaptics, alps and + appletouch pads all work approximately identically without requiring + model-specific configuration. The defaults should be almost identical to + the current defaults on synaptics pads. We've shipped this code in the + current Ubuntu release (7.04) without any known user issues. This is + against current git. + +commit 473912f50ffd2b26bd2f638f9d87f86cf60e2dd6 +Author: Peter Osterlund +Date: Wed Apr 11 23:33:57 2007 +0200 + + Add a config option to prevent the driver from grabbing the event + device for exclusive use. + +commit 1b258685118a39555616a7b3d08544162790850d +Author: Peter Osterlund +Date: Sat Apr 7 09:23:00 2007 +0200 + + Added "Acer Aspire 9301AWSMi" to the compatibility list. + (From MrPope .) + +commit 0316b51286aae93c19d14bc3e54741e1dfadf34d +Author: Peter Osterlund +Date: Mon Mar 12 22:25:05 2007 +0100 + + Added "Toshiba Tecra A8" to the compatibility list. + (From Pieter Lauwers .) + +commit fe9f6d7915aac1860b6d00d74daf297e7ff3a283 +Author: Peter Osterlund +Date: Mon Mar 12 22:24:19 2007 +0100 + + Added "Toshiba Satellite S3000-514" to the compatibility list. + (From Stéphane .) + +commit 7e352bd51d00fd139898aa3b44b5bb5cd7ddaece +Author: Peter Osterlund +Date: Mon Jan 29 00:46:16 2007 +0100 + + Fix man page language inconsistency. + +commit c5605b41f6e9b5de8b12c1b374f54a629901d7e5 +Author: Peter Osterlund +Date: Mon Jan 29 00:44:01 2007 +0100 + + Update man page for new trackstick emulation feature. + +commit 0843564d606a07f89f6653f4db917588a41d07d3 +Author: Peter Osterlund +Date: Mon Jan 29 00:27:59 2007 +0100 + + Made the TrackstickSpeed option give the same speed independently of + the number of packets per second the touchpad generates. + +commit 46bdefebcc32abb354355a1588ccf184cd719828 +Author: Peter Osterlund +Date: Sun Jan 28 23:37:55 2007 +0100 + + Rename the TrackstickAccelFactor option to TrackstickSpeed. + +commit addb1d7ecf8bf1ad2596dd0ef20ad3ca2e755341 +Author: Peter Osterlund +Date: Sun Jan 28 23:21:29 2007 +0100 + + Small cleanup in trackstick functionality. + +commit 683d78c621e506eb7e65597d35c872ba2b007e8e +Author: Peter Osterlund +Date: Sun Jan 28 23:12:33 2007 +0100 + + Fix whitespace in trackstick patches. + +commit a527e26089c05a75ecddfcf51a34400a8574e5ce +Author: Christian Thaeter +Date: Wed Jan 17 19:29:12 2007 +0100 + + re-add instant movement detection + +commit c1998581b6e6c5f7687894a83b823a33d71b2dd3 +Author: Christian Thaeter +Date: Mon Dec 25 15:06:58 2006 +0100 + + removed exp_accl + +commit f2a9a0ed42b5521c8e257f31d86246d0d263f385 +Author: Christian Thaeter +Date: Mon Dec 25 15:06:07 2006 +0100 + + merged first trackstick patch + +commit 5552167eec7b1b1aa57988449e737eeac4adc6df +Author: Jesper Smith +Date: Sun Dec 17 21:47:04 2006 +0100 + + Fix to make the driver work on newest xorg GIT. + +commit 0b7cbc8b109e840b313e63c23e40cdffcfcbd445 +Author: Ingmar Ellenberger +Date: Sun Dec 17 21:46:09 2006 +0100 + + Implement 2-finger emulation for ALPS touchpads. + + A new parameter, EmulateTwoFingerMinZ, makes the driver emulate + 2-finger scrolling (and tapping) when the finger pressure is big + enough. This is no real multi-finger detection (the ALPS hardware + can't do that), but seems to work quite well in practice. + + From Ingmar Ellenberger. + +commit e72e1c10e90f02c707e5ee28ff9c9e70be80e355 +Author: Peter Osterlund +Date: Sun Dec 17 18:46:12 2006 +0100 + + Corrected compatibility list entry. + +commit 154a34d504533da90ca8301fa677062866a33c8c +Author: Peter Osterlund +Date: Sun Dec 17 18:40:37 2006 +0100 + + Added "Dell Inspiron 2200" to the compatibility list. + (From Jules Richardson .) + +commit bdb4bced8e6f3944f000ecc087d2a80cbaa5f8ac +Author: Peter Osterlund +Date: Sun Oct 29 09:15:41 2006 +0100 + + Added "Toshiba Portege R200" to the compatibility list. + (From Maximilian Schleiss .) + +commit b1e237e6bede9ab04134df1dd0349c718d5bf894 +Author: Peter Osterlund +Date: Sun Oct 29 09:11:24 2006 +0100 + + Added "COMPAQ Presario V5204NR" to the compatibility list. + (From Fabio A. Correa .) + +commit a713bdfae66781e98790eafdc467edae633b3801 +Author: Peter Osterlund +Date: Mon Sep 25 19:08:09 2006 +0200 + + Added "Acer Aspire 5670" to the compatibility list. + (From Massi Ergosum .) + +commit 6b90ead9f5369174e860c2eac67a85f7b1448763 +Author: Peter Osterlund +Date: Mon Sep 25 19:05:45 2006 +0200 + + Added "Lenovo 3000 C100" to the compatibility list. + (From Georgios Efstathiou .) + +commit 5e0942e9d2471ec6f79dae65b839f76c50d9d6de +Author: Peter Osterlund +Date: Mon Sep 25 18:28:22 2006 +0200 + + Implement a SQR macro to simplify the code. + +commit e15b9432ce05a2f7182f75771f59aca9f96ce94d +Author: Peter Osterlund +Date: Sat Jul 15 18:06:41 2006 +0200 + + Changed version to 0.14.6. + +commit 2de14f06e296051e544c8eb1b6f4d8ecb0478811 +Author: Peter Osterlund +Date: Sat Jul 15 17:53:24 2006 +0200 + + Trivial whitespace changes. + +commit adb16da39b47616ff32efe33887f11f3790fe5ce +Author: Peter Osterlund +Date: Sun Jul 9 18:54:44 2006 +0200 + + Added "Fujitsu-Siemens AMILO A1667G" to the compatibility list. + (From Martin Wiesinger .) + +commit 168b6dbfcf61c6df458f420467dd0646fe994595 +Author: Peter Osterlund +Date: Tue Jun 13 20:33:16 2006 +0200 + + Fix compile errors when using Xorg 7.1. + Initial patch from VMiklos . Somewhat + modified by me. + +commit 7f1b7a4b4cd081ed5b306669e152994de719c381 +Author: Peter Osterlund +Date: Fri Jul 7 09:29:32 2006 +0200 + + Added "Acer TravelMate 4672 WLMi" to the compatibility list. + (From Baute, Martin .) + +commit 2b345d0682818b425e8bd91338d472840a09fa97 +Author: Peter Osterlund +Date: Fri Jul 7 09:08:21 2006 +0200 + + Added "HP Pavilion DV1475EA" to the compatibility list. + (From Giacomo Lindgren .) + +commit b589a962cb416b03ebbd1874e1278ee7964741a9 +Author: Peter Osterlund +Date: Fri Jul 7 09:08:19 2006 +0200 + + Added "Gateway MX 3228" to the compatibility list. + (From Cowboy .) + +commit 5ff35802bf39dca7685754cf41dd21acf7b91c2b +Author: Peter Osterlund +Date: Sat Jun 17 18:27:09 2006 +0200 + + Added "Fujitsu-Siemens AMILO Si1520" to the compatibility list. + (From whoracle@warmlan.se.) + +commit bfb0fe3c5ba4917f2e4c70f7572afa82d941052b +Author: Peter Osterlund +Date: Sat Jun 17 18:18:18 2006 +0200 + + Added "Apple iBook G4" to the compatibility list. + (From acrux .) + +commit a27d0538ac5dab3f133d6fef8137d28b3463c20e +Author: Peter Osterlund +Date: Sat Jun 17 18:14:57 2006 +0200 + + Added "Acer Aspire 5672" to the compatibility list. + (From snu@autistici.org.) + +commit 2b9414dbd2e6498f56bb9ec720479bfcaa9cbf1c +Author: Mattia Dongili +Date: Mon Jun 5 00:23:05 2006 +0200 + + In the modular build case, link the driver with -lc. + All drivers that are included in Xorg 7.0 seem to be linked with -lc, + so do that also for the synaptics driver. + +commit 88a74559baf756b954c6d07d4fc81042f3796916 +Author: Mattia Dongili +Date: Sun Jun 4 23:45:35 2006 +0200 + + Use -fPIC when building the driver as a shared object. + +commit 9ea61bd54075c8de93d6204e783ff53d2666d6fb +Author: Peter Osterlund +Date: Sun Jun 4 23:44:54 2006 +0200 + + Don't include $(DESTDIR) in $(INSTALLED_X). + + Mattia Dongili writes: + + In your new release I found a little bug in the Makefile in one use of + $(DESTDIR), when assigning the $(INSTALLED_X) variable. + + Since its usage is mainly to find _real_ includes, while DESTDIR is + mainly used when creating binary packages to define a different root + directory, I doubt you'll find any usable include there. + +commit a3018d7f0f4ad01291da925217d9f0b420f97e5f +Author: Peter Osterlund +Date: Sun Jun 4 23:44:47 2006 +0200 + + Fix make uninstall. + + make uninstall didn't remove the driver if it was built for Xorg 7.0. + +commit f5ebf048b83890dda9a9309efce826717e6f3c47 +Author: Peter Osterlund +Date: Sun Jun 4 01:54:16 2006 +0200 + + Changed version to 0.14.5. + +commit bb4988f97ade7ae216ff797a96eed5ea668e9763 +Author: Peter Osterlund +Date: Sun Jun 4 01:24:05 2006 +0200 + + Fix the .spec file to make it work on FC5. + +commit 1df966894abf9ee616f30ee64df7184fc5eaa2ef +Author: Peter Osterlund +Date: Sun Jun 4 01:20:27 2006 +0200 + + Check for presence of modular Xorg in the Makefile. + +commit 362706daf4484bee146157c8b0f846a392954f3b +Author: Peter Osterlund +Date: Sun May 14 18:19:29 2006 +0200 + + Added "Toshiba Portege 2000" to the compatibility list. + (From Maximilian Schleiss .) + +commit 470e6feb3ac676c13868ca4fb14180d32cadfc71 +Author: Vaclav Kadlcik +Date: Sun May 7 23:14:11 2006 +0200 + + Add new parameter "SingleTapTimeout". + + This patch adds a new parameter - "SingleTapTimeout" - to control the + "2A -> SINGLETAP" transition. + + This gives greater control of tap behavior. For exmple, it is possible + to disable tap-and-drag by setting the parameter to 0. + +commit 9db4f87799188c14bcb797b86f06ba59e7759535 +Author: Vaclav Kadlcik +Date: Sun May 7 22:48:05 2006 +0200 + + I added a note about "FastTaps" in the man page. + +commit 9aeebd3f2f384695b741589d9aacc6a4723e6886 +Author: Peter Osterlund +Date: Sun May 7 22:44:56 2006 +0200 + + Added "HP Compaq nw8240" to the compatibility list. + (From Vaclav Kadlcik .) + +commit b47766fe8c0fd0979f50aaa9b695d4b0ceef5a0d +Author: Peter Osterlund +Date: Sun Apr 23 22:00:00 2006 +0200 + + Added "ASUS A6Km-Q010H" to the compatibility list. + (From Lukas <666@sendmail.cz>.) + +commit b5b283fdc9c86fd959685e0a7aa3e200537d0f15 +Author: Mattia Dongili +Date: Mon Apr 17 01:17:15 2006 +0200 + + Allow building a modular driver for Xorg 7.0. + +commit f96473ad4ce0ae1aa7ad42900c9e4df5fb9b7b42 +Author: Mattia Dongili +Date: Mon Apr 17 01:17:10 2006 +0200 + + Makes $(PREFIX) configurable on the command line. + +commit 205edb2a3e4e864fba35c1f3df9ea70adf83b2b8 +Author: Peter Osterlund +Date: Mon Apr 17 00:41:08 2006 +0200 + + Create a helper function to set a floating point option value. + +commit 05469e3c0a27a8e52110c37f51107ec1606ddf1b +Author: Peter Osterlund +Date: Mon Apr 17 00:12:34 2006 +0200 + + There is no need to fix up invalid circular trigger values. It is OK + to behave as if the invalid value had been set from synclient. + +commit 8a6b0c4bfea74dc09a73690a86788d0c1c220da2 +Author: Peter Osterlund +Date: Sun Apr 16 23:25:25 2006 +0200 + + Use a helper variable in the option parsing code. + +commit 40f076f1db8b4e947aaba9e2b78a61c568b8b452 +Author: Peter Osterlund +Date: Sun Apr 2 08:19:09 2006 +0200 + + Implemented two-finger vertical and horizontal scrolling. + Patch from Stefan Bethge , somewhat modified by + me. + +commit 38074afb0a6ee57f7bd7c5a967bd22e922059321 +Author: Peter Osterlund +Date: Sun Mar 19 08:08:21 2006 +0100 + + Small manpage clarification. + +commit a9e1b9a3756cbd8a4d3b425d7dbe9d1b44a8cb02 +Author: Peter Osterlund +Date: Sat Mar 18 10:12:47 2006 +0100 + + Added "ASUS A6VA" to the compatibility list. + (From Cherwin Nooitmeer .) + +commit 2a16677ee65dac497ce21179d7987aecfc23e31b +Author: Peter Osterlund +Date: Sun Mar 12 10:23:47 2006 +0100 + + Added "ASUS Z71V" to the compatibility list. + (From Jared Pedroza .) + +commit f9c8374a7b238d70169a1eb6ed47c0e7eb65c297 +Author: Peter Osterlund +Date: Sun Feb 5 20:31:03 2006 +0100 + + Added "Acer TravelMate 2310" to the compatibility list. + (From Giuseppe Arecchi .) + +commit 14ce35c6a4e56f8d4d17238a4d17334aa1b0cfa4 +Author: Peter Osterlund +Date: Sun Feb 5 20:27:58 2006 +0100 + + Added "Acer 8104 WLMi" to the compatibility list. + (From Arne Anka .) + +commit 13f57dbf259347be9ba07be6bffd397f87ac8628 +Author: Peter Osterlund +Date: Mon Jan 23 00:34:03 2006 +0100 + + Added "Toshiba Satellite P25-607" to the compatibility + list. + (From sam@evolving.org) + +commit 1ecc83de4561506b5a1e293ab689ae5faebd0a81 +Author: Peter Osterlund +Date: Mon Jan 23 00:21:34 2006 +0100 + + Added a link with information about horizontal scroll + problems in Mozilla. + +commit 324f3595c91b6298480f6ee6815e5ac6ce00a4a5 +Author: Peter Osterlund +Date: Sun Jan 22 11:33:16 2006 +0100 + + Whitespace cleanup. + +commit 6664d2757a0906713a2ee0ca1613c67fcd103f9c +Author: Peter Osterlund +Date: Sun Jan 22 11:30:06 2006 +0100 + + Whitespace cleanup. + +commit 455bb31fdeb69c73b742c8e4e605d4a706f6d652 +Author: Peter Osterlund +Date: Wed Jan 11 21:03:05 2006 +0100 + + Added "ASUS A3500L" to the compatibility list. + (From Aaz .) + +commit a871d7011f2199459c48f92fa9724be5c4d8611b +Author: Peter Osterlund +Date: Wed Jan 11 21:00:06 2006 +0100 + + Added "IPC Powernote S" to the compatibility list. + (From Lynne Cahill .) + +commit 1febb83f62df9615194f906cc986657185e4a09c +Author: Peter Osterlund +Date: Wed Jan 11 20:57:05 2006 +0100 + + Added "HP Compaq NC6000" to the compatibility list. + (From PALFALVI Attila .) + +commit d2d78a9ca443f0ab079157ae6dffef1035f813a6 +Author: Peter Osterlund +Date: Sat Dec 17 10:21:11 2005 +0100 + + Added "Acer Aspire 3023" to the compatibility list. + (From Pim Nijdam .) + +commit d8b4f75144b2d4ac6d09b13a74d069b0d6878fb0 +Author: Peter Osterlund +Date: Sun Dec 11 11:03:51 2005 +0100 + + Reverted change 6ad7b8219959c84c77a24c733df8c0fbed7a4c94. The Gentoo + maintainer, Kevin F. Quinn + and/or Seemant Kulleen , + says it causes problems. + +commit a0aa688844d454c4f8d80e419174144824906ab5 +Author: Peter Osterlund +Date: Mon Nov 14 21:45:04 2005 +0100 + + Implemented pressure dependent motion speed. Patch from + Stéphane Rosi , somewhat modified by me. + +commit 742bda037b9041b2458a3104e5e55d85b4aa9ff9 +Author: Peter Osterlund +Date: Mon Nov 14 20:35:30 2005 +0100 + + Added "HP Pavilion ZD8000" to the compatibility list. + (From Tim Folger .) + +commit 7763ef0ed9b751f8a1786bc5f6861acad51245e6 +Author: Peter Osterlund +Date: Mon Nov 14 20:33:56 2005 +0100 + + Added "Samsung Q20" to the compatibility list. + (From BEMBARON Raphaël .) + +commit d921c8085d60b78b6ec7d86c72448d4e53e481a7 +Author: Peter Osterlund +Date: Mon Nov 7 18:02:03 2005 +0100 + + Added a PREFIX variable to the Makefile to make it possible + to install the driver in /usr instead of /usr/local. Patch from + "Ricardo García" . + +commit 0a7bcaa66bf6f7ac86795bee6e2c7408b65c07b6 +Author: Peter Osterlund +Date: Sun Nov 6 16:35:31 2005 +0100 + + Changed version to 0.14.4. + +commit cec437d4234a5e43d9ec66af629aed7d3140fcdb +Author: Peter Osterlund +Date: Sun Nov 6 01:33:54 2005 +0100 + + Added information about "synclient -m" output to the + synclient man page. + +commit 04fdc33b0650968978339deb722e8a910bcabb69 +Author: Peter Osterlund +Date: Sat Nov 5 22:55:43 2005 +0100 + + Added option to syndaemon to ignore "modifier+another key" + combos. This way you can press for example "alt-f1" to switch desktop + without disabling the touchpad. Patch from Mattia Dongili + , 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. + +commit f88fab7622e5b8bf8825df794536a3c4b3ce5cc5 +Author: Peter Osterlund +Date: Sat Nov 5 20:04:18 2005 +0100 + + Added "HP Special Edition L2000" to the compatibility list. + (From Miguel De Anda .) + +commit 5bf94efabb8c2ffb5cd9d9a24e11067bfb81e507 +Author: Peter Osterlund +Date: Sat Nov 5 19:56:32 2005 +0100 + + Vertical/horizontal scrolling was incorrectly stopped then + 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 . + +commit 32a6e1bf9c890f368cba3f6413e2412da2cee3c7 +Author: Peter Osterlund +Date: Sun Oct 30 23:05:55 2005 +0100 + + Included driver version number in the shared memory + segment. Suggested by Stefan Kombrink for use in + ksynaptics. + +commit 913e4171acd0e9bfac9b8df110c5682bb3b2a24c +Author: Peter Osterlund +Date: Sun Oct 23 09:35:09 2005 +0200 + + Added "Toshiba Satellite 2410" to the compatibility list. + (From Simon Scheiwiller .) + +commit 0e5eb63ec4d4a652b8761fab906df3e9b13a2347 +Author: Peter Osterlund +Date: Sun Oct 23 09:22:21 2005 +0200 + + Make the device name change code handle more cases. Patch + from Karl Tomlinson , 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). + +commit 7fcfad931ba56e10ae56de04d7ed9d47a17b8aa5 +Author: Peter Osterlund +Date: Sun Oct 23 08:24:11 2005 +0200 + + Added "Sony VAIO VGN-S4XP" to the compatibility list. + (From Julien Laurent .) + +commit d5c9403b8f86f6bb6e02cada7a3784bc07cbdafd +Author: Peter Osterlund +Date: Mon Oct 3 17:25:17 2005 +0200 + + Fixed some long vs int inconsistencies to make the driver + work correctly on 64 bit machines. + +commit 209ef752c9899f78c4a8c7b871d1c61a034d4d5d +Author: Peter Osterlund +Date: Sun Oct 2 16:14:17 2005 +0200 + + Added "Acer Aspire 3003WLMi" to the compatibility list. + (From Ricardo García" .) + +commit 49b40b9b36f452ca99249f12d3a1d8f18104faaf +Author: Peter Osterlund +Date: Sun Oct 2 12:07:44 2005 +0200 + + Added "Toshiba Qosmio E-15" to the compatibility list. + (From J. Bennett .) + +commit f211096e89040d2da538e9395c45f337b2309154 +Author: Peter Osterlund +Date: Tue Sep 27 20:52:09 2005 +0200 + + Forgot to update the table of contents in change + ec4a460b59913f730c515307ba472ea8b4498a1b. + +commit 6f561749cf2e7ca585ba440648bd345275b854ad +Author: Peter Osterlund +Date: Sun Sep 11 17:17:45 2005 +0200 + + Added "BenQ JoyBook 2100E" to the compatibility list. + (From Bc. Jaroslav Imrich .) + +commit e3755d6d9d8b5bda859493f4b27cae1d19d19042 +Author: Peter Osterlund +Date: Sun Sep 11 17:13:11 2005 +0200 + + Added "Samsung X20" to the compatibility list. + (From Ralf Mueller .) + +commit 842913cb00b6e1777226911485a39776d1e8fa66 +Author: Peter Osterlund +Date: Mon Aug 29 22:00:13 2005 +0200 + + Added "Toshiba Tecra M2" to the compatibility list. + (From Brent W. Woodruff .) + +commit 52bfb8065d916ea1bffb9a7ed47ef36abd6b9968 +Author: Peter Osterlund +Date: Mon Aug 29 00:51:21 2005 +0200 + + X header file fix for xorg 6.8.99.15. Compile problem + reported by Farhad Shakiba . Patch from Christoph + Brill . See also: + http://lists.freedesktop.org/pipermail/xorg/2005-July/008751.html + +commit efb07ba595689f9bd099e62083f4d7cd4abf794f +Author: Peter Osterlund +Date: Wed Aug 17 21:10:49 2005 +0200 + + Added "Toshiba Tecra A4" to the compatibility list. + (From dpet .) + +commit 4ad4467d6cd72d84c7e3490da0ceb7e89368c7c0 +Author: Peter Osterlund +Date: Wed Aug 17 21:07:24 2005 +0200 + + Added "Clevo M375C" and "Clevo M385C" to the compatibility + list. + (From Bodon Ferenc .) + +commit d55d653d5c30d868931feb1eaa30c97793232a14 +Author: Peter Osterlund +Date: Fri Aug 5 17:25:30 2005 +0200 + + Added "Medion 41700" to the compatibility list. + (From Bogdan Mihaila .) + +commit 08b4ee902b25d228dc0269837c1a9ce696c58a92 +Author: Peter Osterlund +Date: Fri Jul 22 00:50:20 2005 +0200 + + Changed version to 0.14.3. + +commit 2ca10fe975e4bda95dded06486a2568324f59fa8 +Author: Peter Osterlund +Date: Fri Jul 22 00:40:07 2005 +0200 + + Converted the NEWS file to unicode. + +commit 3f2c2d49d50b2d8b683917314eb3fcf93014d27f +Author: Peter Osterlund +Date: Fri Jul 22 00:35:31 2005 +0200 + + Updated synaptics.5 to match change + b39dab97b3d3c031cb60a6715d2c23a7bc792033. + +commit e40f0390da574f266c13192d05290f2da2d564d9 +Author: Peter Osterlund +Date: Thu Jul 21 23:44:26 2005 +0200 + + Added "DELL Latitude X1" to the compatibility list. + (From Fredrik Pettersson .) + +commit d685cf8da327b3d924cb46bc00793268f8e15d47 +Author: Peter Osterlund +Date: Wed Jul 13 18:04:04 2005 +0200 + + If no /dev/input/event* device nodes are found, say so in + the log file. + +commit 8e0fde944cc653edbeed7dce4c0008d7172ebfee +Author: Peter Osterlund +Date: Wed Jul 13 01:14:29 2005 +0200 + + The evdev auto-dev code could incorrectly blame problems on + a missing evdev driver. + +commit a90fc3897e8e9226278852eef315892e97820c4e +Author: Peter Osterlund +Date: Sun Jul 10 12:34:04 2005 +0200 + + Added "COMPAQ Armada 1750" to the compatibility list. + (From Olivier Mehani .) + +commit fe6de6167dc67ab54efe1546604955bdbc53c9f8 +Author: Peter Osterlund +Date: Sun Jul 10 12:29:46 2005 +0200 + + Added "Toshiba A25" to the compatibility list. + (From "Rick @ TranSpecT" .) + +commit 39582afcb09a8a41f9421a3040e900294e46df83 +Author: Peter Osterlund +Date: Sun Jul 10 12:10:56 2005 +0200 + + Added "DELL Latitude D610" to the compatibility list. + (From Monika Danielsson .) + +commit 8f0a0663b5ef22bc5ed34e7bddbc2856311c5133 +Author: Peter Osterlund +Date: Sun Jul 10 00:07:53 2005 +0200 + + The touchpad stopped working if you did: + 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. + +commit 8ee460fe402a95130565ea9682ba4b5860e27aa5 +Author: Peter Osterlund +Date: Mon Jul 4 14:39:10 2005 +0200 + + Added "Aristo Smart 300" to the compatibility list. + (From "Lukasz Madrzycki" .) + +commit d082fb1d7cf5672bd93c9c08066fd1105725c640 +Author: Peter Osterlund +Date: Tue Jun 28 21:54:10 2005 +0200 + + Implemented new driver options LeftRightScrolling, + UpDownScrollRepeat, LeftRightScrollRepeat and ScrollButtonRepeat to + control the auto-repeat behavior of the scroll buttons. + From Sam Barnett-Cormack with some small changes + by me. + +commit 6742ccddfafc0b361f911d411e5753bb5a1c7609 +Author: Peter Osterlund +Date: Mon Jun 27 23:16:09 2005 +0200 + + Fixed spelling error. + +commit 4ced6a79c5a594937f7b33a9cd8d4cb80b90426a +Author: Peter Osterlund +Date: Sun Jun 26 00:29:36 2005 +0200 + + In the DeviceOn() function, if opening the device node + 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. + +commit 2da0af084657eaed1eb25e817e763de0636a55c3 +Author: Peter Osterlund +Date: Sat Jun 25 14:02:38 2005 +0200 + + Removed an implemented entry from the TODO file. + +commit a2829c3a6a5a8b9ecf29c2d73facf8945df1a211 +Author: Peter Osterlund +Date: Fri Jun 24 17:24:55 2005 +0200 + + Added references to synaptics(5) in the synclient and + syndaemon man pages. + +commit 9402f63826656d6e0e89d2474ad8fad4c12a13a5 +Author: Peter Osterlund +Date: Fri Jun 24 17:20:26 2005 +0200 + + Converted synaptics.5 to a proper man page. + +commit 7d9a62427425f65b402e19ef029d1acc42455cd5 +Author: Peter Osterlund +Date: Fri Jun 24 17:17:31 2005 +0200 + + Also mention xorg.conf in synclient.1. + +commit d3153d87205cda97cdf79b6582a22fe7ade9790b +Author: Peter Osterlund +Date: Fri Jun 24 15:33:09 2005 +0200 + + Fixed spelling error. + +commit 5a635d033847d3cf058a91e59d7cc6fedcb77ec5 +Author: Peter Osterlund +Date: Fri Jun 24 15:13:33 2005 +0200 + + Also mention XOrg in the synclient and syndaemon man pages. + +commit 4f05f30b6fc69840fd0ab669963bece03a7c6005 +Author: Peter Osterlund +Date: Fri Jun 24 15:08:28 2005 +0200 + + Spelling fix. + +commit ec4a460b59913f730c515307ba472ea8b4498a1b +Author: Peter Osterlund +Date: Fri Jun 24 00:36:17 2005 +0200 + + Added a hint about disabled touchpads in the trouble + shooting guide. + +commit a3b370acc28d2d09b75c4fcebfb7afd721fd37ee +Author: Peter Osterlund +Date: Thu Jun 23 16:02:54 2005 +0200 + + Preparing to create a man page describing the parameters + that control the synaptics driver. + +commit d36eaeb6edbf42856955e3859d3054fe37f35d4d +Author: Peter Osterlund +Date: Sat Jun 18 07:43:56 2005 +0200 + + Added "Desknote A900" to the compatibility list. + (From Mike Stolove .) + +commit a1c7f02362044c866738a1130d785635b015d722 +Author: Peter Osterlund +Date: Tue Jun 14 23:24:44 2005 +0200 + + Modified the man pages according to recommendations from the + roff(7) man page. + +commit f5ad2c98fd994d2bbb06e85b188ed1bf524d614b +Author: Peter Osterlund +Date: Mon Jun 13 21:05:47 2005 +0200 + + Added some tasks to the TODO list. + +commit b39dab97b3d3c031cb60a6715d2c23a7bc792033 +Author: Peter Osterlund +Date: Mon Jun 13 21:03:02 2005 +0200 + + Revert change 15d3f642c725636446b3212b8efbd94a9fc9a59b and instead always + disable scrolling + whenever tapping is disabled. It doesn't make any sense to disable + tapping but not scrolling as a response to keyboard activity. + +commit 5f65d8c2393d1decbb030679384c1e0896dbb7aa +Author: Peter Osterlund +Date: Mon Jun 13 20:17:58 2005 +0200 + + Removed trailing whitespace. + +commit 15d3f642c725636446b3212b8efbd94a9fc9a59b +Author: Peter Osterlund +Date: Mon Jun 13 00:35:49 2005 +0200 + + Added new switch -s to syndaemon, to make it disable tapping + and scrolling. From Guido Flohr with some changes + by me. + +commit 05125be050323a9d1a407a198d428e368692b01b +Author: Peter Osterlund +Date: Sun Jun 12 23:58:08 2005 +0200 + + Added a "When will the driver be included in the XOrg + distribution?" entry to the FAQ. + +commit f0f87ac9ad615ee67583cfe42f2b240127343ddb +Author: Peter Osterlund +Date: Sun Jun 12 21:09:37 2005 +0200 + + Added "HP Compaq NX6110" to the compatibility list. + (From Marcin Owsiany .) + +commit ca05cdaeaef64095016b1b70b86cb7fe8d7405a1 +Author: Peter Osterlund +Date: Sun Jun 12 21:06:15 2005 +0200 + + Added "Acer Extensa 3001 WLMi" to the compatibility list. + (From Jürgen Hötzel .) + +commit a6bfc1521292d76cfe4089ca3a902fa833212076 +Author: Peter Osterlund +Date: Sun Jun 5 12:58:28 2005 +0200 + + Removed obsolete information about ALPS touchpads in the + INSTALL file. + +commit 979b497fad0a42b672a5025df00f881672f397e6 +Author: Peter Osterlund +Date: Tue May 31 21:00:23 2005 +0200 + + Added "Fujitsu-Siemens AMILO L 7300" to the compatibility + list. + (From Wilco Beekhuizen .) + +commit 8f908bc34dff9017b2f7e0c73d635aaf9bf7f3a1 +Author: Peter Osterlund +Date: Sat May 21 08:57:47 2005 +0200 + + Added missing flags to the syntax section in the syndaemon + man page. + +commit 6658750aebe5d0257b48a66ea933bdb078306525 +Author: Peter Osterlund +Date: Sat May 21 08:40:36 2005 +0200 + + Added -k switch to syndaemon to make it ignore modifier keys + when monitoring keyboard activity. Suggested by Harold Aling + . + +commit 73611b31d1331fccdc95b114dc92edeeb8bde84f +Author: Peter Osterlund +Date: Mon May 16 23:41:01 2005 +0200 + + Forgot to add usbhid to the Makefile in change + 0ca88facdfc56338aa9a38e2de38476579139ad0. + +commit a725b8883346f6c1e83a0f12086b4287c4f691c0 +Author: Peter Osterlund +Date: Mon May 16 23:37:53 2005 +0200 + + Changed version to 0.14.2. + +commit ccf39174f63f4f45c1abacf215bf689a93ff7d60 +Author: Peter Osterlund +Date: Wed May 11 19:47:28 2005 +0200 + + Added "SONY VAIO Z505SX" to the compatibility list. + (From Doug Beachy .) + +commit 548cf31f82ec48213a10bed76e9a3c7ad7747469 +Author: Peter Osterlund +Date: Wed May 11 19:45:21 2005 +0200 + + Added "Toshiba Satellite 1800" to the compatibility list. + (From Mattia Dongili .) + +commit 0ca88facdfc56338aa9a38e2de38476579139ad0 +Author: Peter Osterlund +Date: Mon Apr 25 22:03:25 2005 +0200 + + Added a hotplug script that disables the touchpad when a USB + mouse is connected. (And reenables it again when the USB mouse is + disconnected.) + From Joergen Scheibengruber . + +commit ed6f7d56ebdf48ab8205a52c425e2b8311d8ef2e +Author: Peter Osterlund +Date: Mon Apr 25 21:52:49 2005 +0200 + + Changed file type of usbmouse to xtext. + +commit a41b4a342b950ac2ea756c897c4336f176d6d08a +Author: Peter Osterlund +Date: Mon Apr 18 00:27:07 2005 +0200 + + Added "Toshiba Tecra A3" to the compatibility list. + (From Tomasz Kojm .) + +commit ce9282baa12fd241582ff71e32d22ec808445815 +Author: Peter Osterlund +Date: Sun Apr 3 21:52:35 2005 +0200 + + Added "HP Compaq NX6120" to the compatibility list. + (From Gordon Rowell .) + +commit d3232442f263a87e426cb5bee6f1cccb155fdd37 +Author: Peter Osterlund +Date: Sun Apr 3 21:05:53 2005 +0200 + + Added "Toshiba Satellite 1130-Z23" to the compatibility + list. + (From Kai-Ove Pietsch .) + +commit 1aea131e10b8fcb9252afb052c5ac13e550fd76d +Author: Peter Osterlund +Date: Sun Apr 3 21:02:20 2005 +0200 + + Updated tap-and-drag state diagram with information about + "fast taps". + +commit a92539058195b42863fc42e09e219121ca9a7966 +Author: Peter Osterlund +Date: Fri Mar 25 09:10:51 2005 +0100 + + Added "Fujitsu-Siemens AMILO Pro V2020" to the compatibility + list. + (From Risto A. Paju .) + +commit ee32058e121ffff7c5ff57525cd295e665635ee7 +Author: Peter Osterlund +Date: Fri Mar 25 09:06:53 2005 +0100 + + Added "Fujitsu-Siemens LIFEBOOK E7010" to the compatibility + list. + (From Ulrich Lauther .) + +commit b84c6598461977e66086363e2b035010e7785a5f +Author: Peter Osterlund +Date: Fri Mar 25 09:01:51 2005 +0100 + + Mention in the INSTALL file that a synaptics touchpad with a + pass through device needs two InputDevice sections in the X config file + if used with a 2.6 linux kernel. + +commit 0cd5ae7301c099aa236bd098d74eacadc50e7c6d +Author: Peter Osterlund +Date: Fri Mar 25 08:50:36 2005 +0100 + + Spelling fix in the INSTALL file. + +commit bfd0f8ad12e0fc54c7f5b54e33820c22a12a8d6e +Author: Peter Osterlund +Date: Fri Mar 25 08:22:04 2005 +0100 + + Ignore the finger count from synaptics touchpads if the + finger pressure is below finger_high. Some touchpads (for example, the + one found on HP Pavilion 2028) reports an unreliable finger count when + the finger pressure is very low. + Reported by Cleber Goncalves . + +commit 87abea9cddc0cddc3936e546bec9c36338d689cc +Author: Peter Osterlund +Date: Fri Mar 25 08:11:51 2005 +0100 + + Added a note about compiler version incompatibilities in the + trouble shooting guide. + +commit c54ed1356af05e252ddcc95e648e64168cdca463 +Author: Peter Osterlund +Date: Wed Mar 23 22:35:45 2005 +0100 + + Use better permission modes in "make install". Patch from + Mattia Dongili . + +commit 8b8ff378701ea9f9504008f2222855d948eb1231 +Author: Peter Osterlund +Date: Wed Mar 23 20:48:38 2005 +0100 + + Added "ASUS A6000G" to the compatibility list. + (From kevinferrare@altern.org.) + +commit 78bf9dc1b8d2dc05a45d0ddde4549ce7c4187e27 +Author: Peter Osterlund +Date: Sun Mar 20 21:20:07 2005 +0100 + + Fixed spelling error. + +commit 7d0b493ff61f450eef62f70ad4eb76ae3eebdd42 +Author: Peter Osterlund +Date: Fri Mar 18 22:37:07 2005 +0100 + + Updated Mattia Dongili's email address in the man pages. + +commit 3c306622f67b59857190b748044e28ad7230a9be +Author: Peter Osterlund +Date: Fri Mar 18 22:23:23 2005 +0100 + + Added "Fujitsu-Siemens LIFEBOOK P7010D" to the compatibility + list. + (From Stephen Gildea .) + +commit 647ecb09b4d389dbbfe813bf9bb7a1a4b68e86f7 +Author: Peter Osterlund +Date: Tue Mar 15 00:25:30 2005 +0100 + + Changed version to 0.14.1. + +commit bfb376e84848b6ef98db804a77c0596ab9020d18 +Author: Peter Osterlund +Date: Tue Mar 15 00:12:06 2005 +0100 + + Added "Gateway 200X" to the compatibility list. + (From Jean-Marc Ranger .) + +commit 5664d41edee97278e665975c8c627d74e0492f23 +Author: Peter Osterlund +Date: Tue Mar 15 00:10:23 2005 +0100 + + Fixed wrong ordering in the compatibility list. + +commit 113db79f7b319ede72d53e61e10ef944e80f8f85 +Author: Peter Osterlund +Date: Sun Mar 13 10:04:32 2005 +0100 + + Added "HP Compaq NX7010" to the compatibility list. + (From Nathan Robertson .) + +commit 8524d4320665b0edb09f5ae3f08bc5ad9f768f06 +Author: Peter Osterlund +Date: Sun Mar 13 09:47:08 2005 +0100 + + In the FAQ, mention that the MaxTapTime and MaxTapMove + parameters are located in the X config file. Suggested by + Nathan Robertson . + +commit 248d2120ca00c855b7980435becf1c5c24f60209 +Author: Peter Osterlund +Date: Sun Mar 13 09:19:30 2005 +0100 + + Fix for build problems on Gentoo amd64 systems. + * ARCH is defined to amd64, so make sure the Makefile handles that + value correctly. + * When using the local X includes, the lib64 directory was missing. + Fixed this with a symlink. + +commit 892feaec7c43f44b4c1dd21b65944dacad0fa651 +Author: Peter Osterlund +Date: Sat Mar 12 10:35:50 2005 +0100 + + Added "IBM ThinkPad T42" to the compatibility list. + (From tim@pollenation.net.) + +commit cc334fdb4f6a678b17adcdf9e87298e5970382d1 +Author: Peter Osterlund +Date: Sun Mar 6 18:08:11 2005 +0100 + + Added "Toshiba Satellite A10" to the compatibility list. + (From Miguelanxo Otero Salgueiro .) + +commit 71643e88e126eac04ac7ad379e3568ff8d34b538 +Author: Peter Osterlund +Date: Sun Mar 6 17:47:26 2005 +0100 + + Mention in README.alps that the alps patch is already + included in 2.6.11. + +commit 3ad68186afab59138f434d02011fd9d1cc9d8998 +Author: Peter Osterlund +Date: Sun Mar 6 09:57:13 2005 +0100 + + Better help text for the syndaemon -p switch. + +commit 95443d12089f9403f1cec4fbf1456be474b27256 +Author: Peter Osterlund +Date: Sun Mar 6 09:47:22 2005 +0100 + + Removed superfluous initialization of a static variable. + +commit 6b7e8f38917d22644374121ee37288ce1867b86e +Author: Peter Osterlund +Date: Sun Mar 6 09:46:29 2005 +0100 + + Forgot to make pid_file static in change + a37fdb94f4fc48a896400071a36191a59ee477fd. + +commit a37fdb94f4fc48a896400071a36191a59ee477fd +Author: Peter Osterlund +Date: Sun Mar 6 09:45:15 2005 +0100 + + Added -p switch to syndaemon to make it record its pid in + a pid file. This simplifies init scripts. Based on a patch from + maximilian attems . + +commit 18c6245e43c819491ab2a0c7fae68c30f9c1b868 +Author: Peter Osterlund +Date: Sun Mar 6 09:24:47 2005 +0100 + + Make it more obvious that the touchpad enable delay can + be a floating point number. + +commit b5635c84a1e3ab349100c667a7acaf5f8cea39ff +Author: Peter Osterlund +Date: Sun Feb 20 09:59:26 2005 +0100 + + Added "Los Alamos LUP4SA2" to the compatibility list. + (From Sam Varshavchik .) + +commit ebff321bfa50449b6cbed54f8beaa5604319668c +Author: Peter Osterlund +Date: Sun Feb 20 09:29:35 2005 +0100 + + Added "IBM ThinkPad T40" to the compatibility list. + (From Joona Pulliainen .) + +commit f51d8cc79b5f7d3c9c5d9c5838398af8c81c1f2c +Author: Peter Osterlund +Date: Sat Feb 19 10:55:41 2005 +0100 + + Made the event auto device detection work even if some + /dev/input/event nodes are missing, which can happen when using a udev + based system. + +commit 2d7e5680f765b4c594d048981e6cf29fb8bd29cd +Author: Peter Osterlund +Date: Sun Feb 13 16:08:12 2005 +0100 + + Added "Fujitsu-Siemens Amilo M 1425" to the compatibility + list. + (From dan.t .) + +commit 78313541da7925f3c5100470e17a4d5bde1d087a +Author: Peter Osterlund +Date: Sat Feb 12 15:12:44 2005 +0100 + + Added "Toshiba Portege 3500" to the compatibility list. + (From Eric STEIMER .) + +commit 8bf71c9a02a6400113ee9b7924272d4b3b1e27d4 +Author: Peter Osterlund +Date: Thu Feb 10 23:56:06 2005 +0100 + + Fixed alpscomm.c so that the X server doesn't lock up if you + incorrectly configure the driver to read from an event device using + protocol "alps". Trying to read less than the size of the input_event + structure size will fail, which triggered an infinite select + read + loop. + +commit 9f538a2bf1e7e5326f41b323e691c7f83fd476a1 +Author: Peter Osterlund +Date: Wed Feb 9 19:03:00 2005 +0100 + + Fixed off by one error in alps_process_byte(). + +commit 8fe43cef6f1dfe53562da3d8aea8df1fc353fbc8 +Author: Peter Osterlund +Date: Mon Jan 24 22:30:35 2005 +0100 + + Improved the "synclient -h" text when running on a 2.6 linux + kernel. + +commit 21479c768c6d4920016dcac9b931022b2b73b665 +Author: Peter Osterlund +Date: Mon Jan 24 21:53:05 2005 +0100 + + Added "HP NW8000" to the compatibility list. + (From Vadim Zeitlin .) + +commit 2bd9d2535a0283fc13b53b78f4f4061746a3ec85 +Author: Peter Osterlund +Date: Mon Jan 24 21:38:53 2005 +0100 + + Added "COMPAQ Presario 1685" to the compatibility list. + (From linux_insidev2@hotmail.com.) + +commit a78e30e78ee29c9d0c478a2d57ad2fcc07736ed5 +Author: Peter Osterlund +Date: Sun Jan 16 11:14:39 2005 +0100 + + Added "NEC Versa M400" to the compatibility list. + (From Gordon Heydon .) + +commit 829fca465a3bb228738252ef346108e0ec6a83d9 +Author: Peter Osterlund +Date: Sat Jan 8 21:56:16 2005 +0100 + + Fixed spelling errors. + +commit c232a9ba28fed97dc37176e4ab1fdd00e2fe0b88 +Author: Peter Osterlund +Date: Sat Jan 8 20:42:02 2005 +0100 + + Removed #defines from linux_input.h that are unused since + change eab7d85d9b231dc9700ee58bec770ee01dc0670f. + +commit 09855d5d44c7d45a7b90979b9965cc5e45181a99 +Author: Peter Osterlund +Date: Sat Jan 8 13:47:54 2005 +0100 + + Forgot to mention that the configurable palm detection was + contributed by Sean Dilda. + +commit 838003ddc37b14cdac638b33b83e10fc89392fbb +Author: Peter Osterlund +Date: Thu Jan 6 19:33:50 2005 +0100 + + Changed version to 0.14.0. + +commit 87e31f868566f0e2669aec9742833a7c800ca678 +Author: Peter Osterlund +Date: Thu Jan 6 13:41:39 2005 +0100 + + When coasting starts, take the partial scroll step from the + manual scrolling into account. This eliminates a small delay before the + first generated coasting scroll event. + +commit d0754c4c39287af2c87aeb280d46f2325849b846 +Author: Peter Osterlund +Date: Thu Jan 6 02:25:20 2005 +0100 + + Implemented coasting, ie the ability to automatically + continue scrolling with the same speed in the same direction when the + finger leaves the touchpad. + +commit 7ad9b2ce77ed704b4a2537de85d81b1aaa82efaa +Author: Peter Osterlund +Date: Thu Jan 6 00:13:30 2005 +0100 + + Made QueryHardware() static. + +commit 996d47af5768c12fd45d9f1804ef6b952acddf7b +Author: Peter Osterlund +Date: Thu Jan 6 00:08:10 2005 +0100 + + Cosmetic changes. + +commit ad7c167063c328723d094fd413d48e54fcdcd6d2 +Author: Peter Osterlund +Date: Wed Jan 5 23:45:34 2005 +0100 + + Fixed off-by-one error (see also change + 7c06552920a09c89f986102ec60869d3dbcb0274) in edge motion + speed calculations that made the speed approximately twice as big as + intended. Updated suggested parameter settings accordingly. + +commit 130393b31914f6fd21d812af02c94a78660d3c3c +Author: Peter Osterlund +Date: Wed Jan 5 21:12:39 2005 +0100 + + Fixed a bug that made it possible to lock up the X server by + setting VertScrollDelta, HorizScrollDelta or CircScrollDelta to 0 while + the touchpad was scrolling. + +commit 02f6b44dbbdaa459903126028779cbc573b13842 +Author: Peter Osterlund +Date: Wed Jan 5 20:55:09 2005 +0100 + + Always update the move_hist[] buffer when a finger is on the + touchpad. Will be needed to implement coasting. + +commit 50c7fdc462daa60cf8555edbb35ac6fc9a5a5d80 +Author: Peter Osterlund +Date: Wed Jan 5 17:54:29 2005 +0100 + + Changed default values corresponding to change + 7c06552920a09c89f986102ec60869d3dbcb0274. + +commit 7c06552920a09c89f986102ec60869d3dbcb0274 +Author: Peter Osterlund +Date: Wed Jan 5 17:48:38 2005 +0100 + + Fixed off-by-one error in the pointer motion dx/dy + calculations. This fix will slow down the pointer movements, so to + regain the same speed as before, the MinSpeed, MaxSpeed and AccelFactor + parameters should be multiplied by 1.5. + +commit fa1793bd9e03db888089319c269557d671ac2fce +Author: Peter Osterlund +Date: Wed Jan 5 15:27:25 2005 +0100 + + Rearranged code in HandleScrolling() to make it slightly + more logical. + +commit 9f1a9f7cf89724f0803106eaf4168bbb72d3b558 +Author: Peter Osterlund +Date: Wed Jan 5 15:18:39 2005 +0100 + + Made it possible to use horizontal circular scrolling by + smoothly switching from "horizontal" to "horizontal circular" when the + finger enters the lower left or lower right corners during horizontal + scrolling. See also change eeb40cac2b2dfa411618f2ecbffedc85166e675f. + +commit fdef1418e342dace2eccb79486188d15129b8832 +Author: Peter Osterlund +Date: Wed Jan 5 12:48:22 2005 +0100 + + Better noise reduction in the x/y delta estimates used for + pointer motion. The derivative estimate is now based on linear + regression from the last four x/y values instead of the last three. + This means that white noise is amplified by a factor of sqrt(.2) + instead of sqrt(.5), ie the factor of improvement is 1.58. Similar + improvements have been observed in data from a real synaptics + touchpad. + Also, the computations are performed in floating point math to avoid + round off errors for very slow finger movements. + +commit aa8910ec72f4d5b805c59c609f48c55cc3f8adf8 +Author: Peter Osterlund +Date: Tue Jan 4 00:41:24 2005 +0100 + + Improved edge motion behavior. The speed no longer depends + on the MinSpeed, MaxSpeed and AccelFactor parameters, and it doesn't + depend on the packet rate from the touchpad hardware. + The EdgeMotionMinSpeed and EdgeMotionMaxSpeed parameters may have to be + modified to get the same speed as before this change. + +commit 6e06fadd324bfdfccce24f028d55fa5c11f75c2b +Author: Peter Osterlund +Date: Mon Jan 3 23:20:54 2005 +0100 + + Fixed inconsistent code formatting. + +commit ca5d65f1cd8aef6f3cc1ed5168eac35e82541e2a +Author: Peter Osterlund +Date: Mon Jan 3 16:17:21 2005 +0100 + + Better fix for the crash fixed in change + cbee47a1f26038ade7386fa52b41d1828036dd1e. The shared + memory area is now removed at DEVICE_CLOSE time but recreated if + necessary at DEVICE_INIT time. This fixes the problem where the shared + memory area was not deleted when exiting the X server, thereby fooling + the synclient program to think the driver was still active. + +commit 9f5ae2b7da6a6aa8ecd1bc5929700edb2caca9f7 +Author: Peter Osterlund +Date: Sun Jan 2 21:34:40 2005 +0100 + + Made it possible to disable tapping without disabling mouse + movements. Added -t switch to syndaemon to disable only tapping in + response to keyboard activity. + +commit daac999d7fda93af07fb2403001a5bfe3a50de20 +Author: Peter Osterlund +Date: Sat Jan 1 16:33:32 2005 +0100 + + Added "Prestigio Nobile 156" to the compatibility list. + (From Vaclav Slavik .) + +commit 62e27d880c228a90d9765508b7f4d0b279ae752c +Author: Peter Osterlund +Date: Sat Jan 1 13:46:01 2005 +0100 + + Clarified the INSTALL file regarding how to set up the X + config file for more than one mouse device. + +commit eab7d85d9b231dc9700ee58bec770ee01dc0670f +Author: Peter Osterlund +Date: Sat Jan 1 13:26:25 2005 +0100 + + Made the event device auto detection more robust. Check for + required features (ABS_X, ABS_Y, ABS_PRESSURE and BTN_TOOL_FINGER) + instead of relying on the IDs of the input device. + Suggested by Vojtech Pavlik. + +commit f67bb145577769a1a8b2b5fe37b72655062e2e2e +Author: Peter Osterlund +Date: Wed Dec 29 18:40:03 2004 +0100 + + Added "Compal CL56-15" to the compatibility list. + (From Micrommata .) + +commit ca2563b8ce33729296648c5fbc05e9aea3582118 +Author: Peter Osterlund +Date: Wed Dec 29 18:38:08 2004 +0100 + + Added "DELL Latitude D505" to the compatibility list. + (From Deyan D Bektchiev .) + +commit 373fcceef5218608817785d059c0f99194cb5ce8 +Author: Peter Osterlund +Date: Fri Dec 24 01:33:00 2004 +0100 + + Support up to 12 (virtual) mouse buttons. + +commit cba36232215d8fe75ec6f06098a1d0caef71322b +Author: Peter Osterlund +Date: Thu Dec 23 13:05:31 2004 +0100 + + Added "ASUS M5N" to the compatibility list. + (From Willy Gardiol .) + +commit 40a035cbeaa08f1203d79e289b6f6131a199953c +Author: Peter Osterlund +Date: Thu Dec 23 10:47:12 2004 +0100 + + Added "Acer TravelMate 522TXV" to the compatibility list. + (From Flavio Fontana .) + +commit d011a2a3c60f3a3a513b01310014b77d4b047919 +Author: Peter Osterlund +Date: Thu Dec 23 10:43:49 2004 +0100 + + Added "Gateway 7405GX" to the compatibility list. + (From Jonathan Freiermuth .) + +commit 673fe50e7df0c115f37e572317566b35679a5b29 +Author: Peter Osterlund +Date: Sun Dec 12 11:58:25 2004 +0100 + + Updated trouble shooting guide with a hint to check psmouse + module parameters. + +commit 08fbb00b186e000a8a0e9fdbbabbb423c69d8171 +Author: Peter Osterlund +Date: Sat Dec 11 19:47:17 2004 +0100 + + Updated the description in the spec file. From the FC3 RPM. + +commit dfc17eb571b5863eb34bed123a8d5243eee1e6aa +Author: Peter Osterlund +Date: Sat Dec 11 18:00:32 2004 +0100 + + Better palm detection options. Also reverts change + f852ce43a236d35a2f587ec8e6a8d28e9e98fdbe. + From Sean Dilda . + +commit d0b4722d562aa5f80c657b41a64c63d138e45c75 +Author: Peter Osterlund +Date: Sat Dec 11 17:42:05 2004 +0100 + + Added "Mitac 6120N" to the compatibility list. + (From Miguel De Anda .) + +commit cec6247aa9f62910ffbdeb45cf7330b3db6d8280 +Author: Peter Osterlund +Date: Sat Dec 11 17:22:14 2004 +0100 + + Added "COMPAQ Armada M700" to the compatibility list. + (From Klaus S. Madsen .) + +commit 9bbdcabf8849faa581461191bd10dbf12be3d28b +Author: Peter Osterlund +Date: Sat Dec 11 16:54:34 2004 +0100 + + The fix in change 2732d1ad9fb59937f14d5ec7d0a3f01a9444c843 was not + complete. + +commit 2732d1ad9fb59937f14d5ec7d0a3f01a9444c843 +Author: Peter Osterlund +Date: Sat Dec 11 16:03:32 2004 +0100 + + Another Makefile fix for x86_64 systems, from the FC3 RPM. + +commit e791af72106dc9449c589b3134c81518b00ac001 +Author: Peter Osterlund +Date: Mon Nov 22 19:35:06 2004 +0100 + + Added "Acer Aspire 1511 LMi" to the compatibility list. + (From Giorgio Longo .) + +commit 0d280036d91167fa3c65f34451a4834c8cad69ea +Author: Peter Osterlund +Date: Sat Nov 6 09:37:16 2004 +0100 + + Added "Acer TravelMate 2501LC" to the compatibility list. + (From Ovidiu Constantin .) + +commit 4b3640c37c10c0d6e17d92819f5f8a6067616097 +Author: Peter Osterlund +Date: Sat Nov 6 09:22:31 2004 +0100 + + Added "LG LM50" to the compatibility list. + (From Jerrett Taylor .) + +commit 6bdb4941990f423b2468ba7c73dc33fde1648230 +Author: Peter Osterlund +Date: Sat Nov 6 09:14:18 2004 +0100 + + Added "Acer Aspire 2020" to the compatibility list. + (From Roberto Verzicco .) + +commit 6cedd848b886db9bc2a79c0811f1c7ea20886e50 +Author: Peter Osterlund +Date: Sun Oct 31 10:47:20 2004 +0100 + + Added link to www.kernelnewbies.org on how to apply kernel + patches and compile kernels. + +commit 70afb8f238878a68cbb235695719121dd5818018 +Author: Peter Osterlund +Date: Sun Oct 24 23:06:09 2004 +0200 + + Added FastTaps option to make the driver react faster to + tapping. + +commit 890dcc484aa67cb05d7f3b314a6d2d59e2b29cf3 +Author: Peter Osterlund +Date: Sun Oct 24 15:15:37 2004 +0200 + + Removed TODO entry that was implemented in change + f852ce43a236d35a2f587ec8e6a8d28e9e98fdbe. + +commit f852ce43a236d35a2f587ec8e6a8d28e9e98fdbe +Author: Peter Osterlund +Date: Sat Oct 23 23:52:42 2004 +0200 + + Added an option to disable the palm detection heuristics. + +commit 02495fd51ec2e2627386d6f00529f409224095b0 +Author: Peter Osterlund +Date: Sat Oct 23 22:55:40 2004 +0200 + + Changed version to 0.13.6. + +commit 34c35b97b9dedb8e70b6543394a7e75dd8f23d7c +Author: Peter Osterlund +Date: Sat Oct 23 22:46:49 2004 +0200 + + Added "Toshiba Satellite A50" to the compatibility list. + (From Patrick Nagel .) + +commit e86ceeac4af4d6555f909a9416aa6209b7578a98 +Author: Peter Osterlund +Date: Sat Oct 23 22:44:42 2004 +0200 + + Added "DELL Inspiron 8500" to the compatibility list. + (From Nils Rennebarth .) + +commit 08ce01a6018477b7decdbc239cd2f93962067f82 +Author: Peter Osterlund +Date: Sat Oct 23 13:12:59 2004 +0200 + + Added "COMPAQ Presario 2100US" to the compatibility list. + (From ghayes .) + +commit 07beb7a49c784d2768d04400206359c3bccac887 +Author: Peter Osterlund +Date: Sat Oct 23 13:10:06 2004 +0200 + + Added "Toshiba Satellite A75-S209" to the compatibility + list. + (From ghayes .) + +commit 163e8420ba69ad357717624bb8d5243d1b62c468 +Author: Peter Osterlund +Date: Sat Oct 23 13:00:03 2004 +0200 + + Added "Toshiba Satellite 1400-103" to the compatibility + list. + (From paulo.fernando.silva@iol.pt.) + +commit 12cd575c5dc188cb9d1e825ef65571c0f6cf55eb +Author: Peter Osterlund +Date: Fri Oct 22 20:30:33 2004 +0200 + + Added documentation explaining the meaning of the edge + parameters. + +commit 46feb77614ec1efd9a092cdc88415c5a9c112bbf +Author: Peter Osterlund +Date: Wed Oct 20 20:08:33 2004 +0200 + + Updated the alps patch for kernel 2.6.9. + +commit 437be85ee582400bed619a8451a052e644fd12e7 +Author: Peter Osterlund +Date: Sun Oct 17 10:14:41 2004 +0200 + + Added a FAQ entry about reset problems on some Compaq + models. + +commit a1462b441336194de3f0220545bcf622724131bf +Author: Peter Osterlund +Date: Sun Oct 10 11:02:54 2004 +0200 + + Added "Acer TravelMate 634LCi" to the compatibility list. + (From Florian Arthofer .) + +commit c19af95b0e815fe9d94cc8ee1580a9aa18592d6b +Author: Peter Osterlund +Date: Thu Sep 23 23:13:09 2004 +0200 + + Added "Sharp Actius UM32W" to the compatibility list. + (From Ben Drawbaugh .) + +commit d1fa5fb772c1723dd343733583e3bf5c7cfe15bc +Author: Peter Osterlund +Date: Thu Sep 23 22:21:50 2004 +0200 + + Added "Acer TravelMate 340T" to the compatibility list. + (From Victor Ramos .) + +commit 37c4e8c7d9ad578449e003d39b4bdfe8736fd60d +Author: Peter Osterlund +Date: Mon Sep 20 21:52:06 2004 +0200 + + Added "DELL Latitude C600" to the compatibility list. + (From J4nus .) + +commit e145d33a1fab08830a6d0fdcb44508ddcfc6d66c +Author: Peter Osterlund +Date: Sat Sep 4 09:08:55 2004 +0200 + + Added "HP Pavilion ZD7000" to the compatibility list. + (From Ian Rousom .) + +commit 911a308556077b2a794918d23dc5051e1b4e1b2d +Author: Peter Osterlund +Date: Thu Sep 2 21:04:19 2004 +0200 + + Updated the alps patch to make it work on the DELL Inspiron + 8600. From Alexandre Belloni . + +commit 310638391b74fe552d3b75bb5997aa44c2caee8b +Author: Peter Osterlund +Date: Mon Aug 23 18:57:17 2004 +0200 + + Added "DELL Latitude CSx" to the compatibility list. + (From Jessica Hall .) + +commit ba798192fbb0bf786506ca9f58b0d36e922cce61 +Author: Peter Osterlund +Date: Thu Aug 12 21:25:37 2004 +0200 + + Document that syndaemon requires "shmconfig on". + From Mattia Dongili . + +commit ea6edb9f5c11488de9873c422bf5e87ccf4aa067 +Author: Peter Osterlund +Date: Wed Aug 11 21:27:50 2004 +0200 + + Added "Jewel Saffier 1500" to the compatibility list. + (From Vincent Bourgonjen .) + +commit fe7bdb6c765249d8077b7dc98814f31b08cc80e3 +Author: Peter Osterlund +Date: Wed Aug 11 21:22:55 2004 +0200 + + Added "HP Pavilion ZV5000" to the compatibility list. + (From Jason Burrell .) + +commit e3e39a763e314141ab08f7a2f95937a07fc4f375 +Author: Peter Osterlund +Date: Wed Aug 11 21:12:19 2004 +0200 + + Added "HP Omnibook 4150" to the compatibility list. + (From july .) + +commit 2cd7e9e54bb8e2ffdbb01fb70e178b6b1be754fb +Author: Peter Osterlund +Date: Wed Aug 11 21:10:18 2004 +0200 + + Added "Samsung P30" to the compatibility list. + (From Dmitry A. Marin .) + +commit 4f427424c27a2837bca7bc7f7163c47704a1eb1b +Author: Peter Osterlund +Date: Sat Aug 7 22:27:56 2004 +0200 + + Changed version to 0.13.5. + +commit 30274dc58b2bca935aeb1aed62c718e7d619c518 +Author: Peter Osterlund +Date: Sat Aug 7 22:10:03 2004 +0200 + + Update FreeBSD psm driver. + From Arne Schwabe . + +commit 5faa64b7f60ce64c38d0e2e2968c34d427c91a40 +Author: Peter Osterlund +Date: Sat Aug 7 22:01:29 2004 +0200 + + Added "Acer Ferrari 3200" to the compatibility list. + (From agabrown@xs4all.nl.) + +commit e6d72ff4a850c9c240056fd3de5084e3d831acf6 +Author: Peter Osterlund +Date: Sat Jul 31 23:05:54 2004 +0200 + + Added "DELL Latitude D600" to the compatibility list. + (From Giridhar Pemmasani .) + +commit abce679e567ab3a1d784209f62755e6d8e1b3215 +Author: Peter Osterlund +Date: Sat Jul 31 22:41:46 2004 +0200 + + Added "DELL Latitude CPx" to the compatibility list. + (From Alastair M. Robinson who also wrote + the code to make it work.) + +commit 0c097f30099a5d906e5bdc6bdb22a283a2548b62 +Author: Peter Osterlund +Date: Sat Jul 31 22:38:11 2004 +0200 + + Added "DELL Inspiron 8200" to the compatibility list. + (From Nicholas Porter .) Also removed the + corresponding FAQ entry since it is now obsolete. + +commit 832dc0c0c0621c905e3780cca85597b1c556221b +Author: Peter Osterlund +Date: Sat Jul 31 15:59:28 2004 +0200 + + Fixed problem with ALPS dualpoint stick packets. packet[2] + does not contain button information. + +commit afe209ef8ffc4d26b72ba3077d65bcb5db8d4ce3 +Author: Peter Osterlund +Date: Sat Jul 31 10:58:34 2004 +0200 + + Moved the relevant part of change 7b610b2d4bbfb72f31cc631c16be07973fbe8a16 + to the alps patch. + +commit a28d58fc6886b72773b5aaeec3d18bef662734b5 +Author: Peter Osterlund +Date: Sat Jul 31 03:20:43 2004 +0200 + + 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. + +commit f4bebd6775807f6b3a309372c218eb5a0696bbbc +Author: Peter Osterlund +Date: Sat Jul 31 03:16:04 2004 +0200 + + Fixed spelling error in change 7b610b2d4bbfb72f31cc631c16be07973fbe8a16. + +commit 7b610b2d4bbfb72f31cc631c16be07973fbe8a16 +Author: Peter Osterlund +Date: Sat Jul 31 03:01:37 2004 +0200 + + Fixed some problems with ALPS guest devices. + 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. + +commit b46a57ef3dd6d18da812dfe00f44690605a429e5 +Author: Peter Osterlund +Date: Fri Jul 30 23:21:30 2004 +0200 + + Implemented ALPS DualPoint support from change + c01b4c0bceb65df01b7ddfb180fc367c6d070370 also for + the 2.6 linux kernel. + +commit 7e210b8b981b01f4fe75c7bd4eef07881d3aa4d6 +Author: Peter Osterlund +Date: Fri Jul 30 20:19:32 2004 +0200 + + Whitespace fixes. + +commit a8ea1ab150cd0359f2e1ccf7f7193dbee1e0d737 +Author: Peter Osterlund +Date: Fri Jul 30 17:25:51 2004 +0200 + + Added a comment about ALPS pointing stick initialization. + +commit 347b1564e1a958e26a0caad5cf607a71b191ef54 +Author: Peter Osterlund +Date: Fri Jul 30 16:57:51 2004 +0200 + + 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. + +commit a3bc8d6e5c4bc95e17614191839904824e8557f1 +Author: Peter Osterlund +Date: Fri Jul 30 16:32:04 2004 +0200 + + 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. + +commit d0d22a605561136915197bce0f94353bc28ee734 +Author: Peter Osterlund +Date: Fri Jul 30 16:24:12 2004 +0200 + + The GuestMouseOff parameter now also disables the guest + buttons. + +commit 28c85320798c5625907d7809ee9af15055cca8c7 +Author: Peter Osterlund +Date: Fri Jul 30 15:27:25 2004 +0200 + + Fixed spelling error in trouble-shooting.txt. + +commit d8232d93d1e3835f60a295f01b4dd86468ffc2fc +Author: Peter Osterlund +Date: Fri Jul 30 12:53:41 2004 +0200 + + Include the trouble-shooting.txt file also in the RPM + package. + +commit 35fcc565d31e23ee60fa714ab545e850c2b27402 +Author: Peter Osterlund +Date: Fri Jul 30 12:49:26 2004 +0200 + + Fixed spelling error in the FAQ. + +commit 4e685acfee3f7b83ece74d6f0b31db16a6ad3953 +Author: Peter Osterlund +Date: Fri Jul 30 12:44:08 2004 +0200 + + Spelling fix in alpscomm.c. + +commit c01b4c0bceb65df01b7ddfb180fc367c6d070370 +Author: Peter Osterlund +Date: Fri Jul 30 11:23:39 2004 +0200 + + Patch from Alastair M. Robinson + 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. + +commit 90377b8c1b279cc5cc023a27cc2670bf911b76d7 +Author: Peter Osterlund +Date: Fri Jul 30 03:16:59 2004 +0200 + + Use generic ps2 functions in alpscomm.c instead of synaptics + specific functions. + +commit f40f3d451ef883f53a43d9714c13e578598d9cee +Author: Peter Osterlund +Date: Fri Jul 30 03:04:11 2004 +0200 + + Another whitespace fix in alpscomm.c. + +commit a9aa9222590e09688c5ae1b48b1e5f65d00c87bb +Author: Peter Osterlund +Date: Fri Jul 30 02:49:04 2004 +0200 + + Whitespace fix in alpscomm.c. + +commit 91c10372f1e6ca4c93914ef1e8140ba4e9fffc6e +Author: Peter Osterlund +Date: Fri Jul 30 02:36:52 2004 +0200 + + Consistency fix in the compatibility file. + +commit c019c53a69b1e6443db42450523827e2d2b81410 +Author: Peter Osterlund +Date: Thu Jul 29 16:22:03 2004 +0200 + + Added a trouble-shooting guide explaining what to do about + common installation problems. + +commit 134c330983bd0c5fef88e959506b792b6d4e2447 +Author: Peter Osterlund +Date: Thu Jul 29 15:50:38 2004 +0200 + + Added a FAQ item about horizontal scrolling. + +commit 920547535780945068e7d0f302bb169964ffb3e3 +Author: Peter Osterlund +Date: Thu Jul 29 14:20:24 2004 +0200 + + Fixed a FAQ entry. It's the ClickTime parameter that + controls the duration of a tap click in newer driver versions. + +commit b34e07363e3188a3e875651286817a5bfe1b859b +Author: Peter Osterlund +Date: Wed Jul 28 20:16:46 2004 +0200 + + Added "Panasonic CF-R3" to the compatibility list. + (From "Axel G. Rossberg" .) + +commit d45a835a21a32a2c86715935e0b0cc30caba9c13 +Author: Peter Osterlund +Date: Wed Jul 28 10:55:55 2004 +0200 + + Makefile fix to auto-detect x86_64 systems. + From Mattia Dongili . + +commit 109e6aabb04be4582044fc016b9f756ee7442081 +Author: Peter Osterlund +Date: Wed Jul 28 10:42:52 2004 +0200 + + Added "NEC Versa E400" to the compatibility list. + (From kamal .) + +commit 2568c5e28dd0d175ac47085ac5f62490a1759c0d +Author: Peter Osterlund +Date: Tue Jul 27 12:20:54 2004 +0200 + + Changed version to 0.13.4. + +commit 53b9941db7b95436f701a9a5bd065a4069ab573f +Author: Peter Osterlund +Date: Tue Jul 27 00:52:36 2004 +0200 + + The SynapticsPreInit() function shouldn't call + xf86RemoveEnabledDevice() when it hasn't called xf86AddEnabledDevice() + first. + +commit c30e4b8d455d575569fc530377e2aaa88b8dcfcb +Author: Peter Osterlund +Date: Tue Jul 27 00:49:11 2004 +0200 + + Fixed another X server crash caused by forgetting to remove + the timer callback in the DeviceOff() function. + +commit a7a994b49a915ed2e895ddf24bcfb7a45414f554 +Author: Peter Osterlund +Date: Mon Jul 26 18:35:22 2004 +0200 + + Removed duplicated function declaration. + +commit f5f1f8427634a3970c5bd99940816aba6fa63a52 +Author: Peter Osterlund +Date: Mon Jul 26 15:33:33 2004 +0200 + + Forgot this file in change 3784d29fb4c478bf555df36b7f7a1ddc06878948. + +commit 3784d29fb4c478bf555df36b7f7a1ddc06878948 +Author: Peter Osterlund +Date: Mon Jul 26 15:33:08 2004 +0200 + + Mention XOrg also in the README and INSTALL files. + +commit 8bb2862670d171b6fbf187845253e41b335ad3cd +Author: Peter Osterlund +Date: Mon Jul 26 14:55:39 2004 +0200 + + Removed obsolete stuff from the TODO file. + +commit cbee47a1f26038ade7386fa52b41d1828036dd1e +Author: Peter Osterlund +Date: Mon Jul 26 14:43:28 2004 +0200 + + 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 . + +commit 14c9eeead6a7549db3197fd7bb62a42c97a89e38 +Author: Peter Osterlund +Date: Sun Jul 25 22:15:26 2004 +0200 + + Added support for circular touchpads. Based on a patch from + Axel G. Rossberg . + +commit ac0394ad9c16cc38518922175a68d60d66c27845 +Author: Peter Osterlund +Date: Sun Jul 25 20:56:06 2004 +0200 + + Corrected README file. Some synaptics touchpad models do + have a middle mouse button. + +commit efe7b7adb5788c20693f0df1f4d2aaf8b61cdd49 +Author: Peter Osterlund +Date: Sun Jul 25 17:37:49 2004 +0200 + + Added a caveat about connecting syndaemon to a remote X + server. + +commit c8fc266b25c6a2942b521b4a44c1fe8ba8b3b6c7 +Author: Peter Osterlund +Date: Sun Jul 25 17:25:49 2004 +0200 + + Added a somewhat modified patch from James Ketrenos + that implements a daemon mode for syndaemon. + +commit 4ddf616991d822e8e1e1b44c69172ea675116c2b +Author: Peter Osterlund +Date: Fri Jul 23 20:13:38 2004 +0200 + + Added "Fujitsu-Siemens LIFEBOOK S-2020" to the compatibility + list. + (From Hank Knox .) + +commit 7ff083e441ec925ca0d138c5ec2a53e8a6435d99 +Author: Peter Osterlund +Date: Fri Jul 23 12:21:11 2004 +0200 + + * Better default parameters for alps touchpads. + * Added Dmitry's updated alps patch that can do hardware auto-detection + and also disables hardware tapping. + +commit f40f0e40ce01415baff8f86a8038ad8b6d02a118 +Author: Peter Osterlund +Date: Thu Jul 22 18:55:18 2004 +0200 + + Added "Fujitsu-Siemens Amilo M 1420" to the compatibility + list. + (From Torbjorn Pettersen + +commit fdcbe407a3808412ad242f21369032074818a673 +Author: Peter Osterlund +Date: Thu Jul 22 18:31:25 2004 +0200 + + Added "Acer Aspire 2010" to the compatibility list. + (From Michiel Dethmers .) + +commit 0f9b4676e75c9d654a3b96ef3672251c3ba23078 +Author: Peter Osterlund +Date: Fri Jul 16 17:45:26 2004 +0200 + + Added "COMPAQ Presario R3000" to the compatibility list. + (From Darin Nelson .) + +commit d19995db6129d6a41e5cd2001d1715b1a21c6088 +Author: Peter Osterlund +Date: Wed Jul 14 22:55:04 2004 +0200 + + Added "COMPAQ Presario 912RSH" to the compatibility list. + (From chris riney .) + +commit a8a8acae96e06817640b98bc58469cbaf70871d4 +Author: Peter Osterlund +Date: Sat Jul 10 11:49:05 2004 +0200 + + Added "Targa Visionary Pro" to the compatibility list. + (From Eric .) + +commit 7592041d4349b9ada95b9c55bfc66300dfa17e3a +Author: Peter Osterlund +Date: Mon Jul 5 15:50:58 2004 +0200 + + Added "Gericom Cinema XXL" to the compatibility list. + (From Arnaud Quette .) + +commit 70af73e6e24abf251b028260559806e496ff2216 +Author: Peter Osterlund +Date: Mon Jul 5 15:48:05 2004 +0200 + + Added "DELL Latitude C400" to the compatibility list. + (From feng zhou .) + +commit 29db7f350e414924fdd9fd06b6f9a94fa01358aa +Author: Peter Osterlund +Date: Mon Jul 5 15:44:46 2004 +0200 + + Added "EMachines M5305" to the compatibility list. + (From pikhurko@webmail.math.cmu.edu.) + +commit e836c79506ee735fd56b66eb912cb8ccdd548d56 +Author: Peter Osterlund +Date: Thu Jul 1 19:28:30 2004 +0200 + + Added "SONY VAIO PCG-GRX650" to the compatibility list. + (From Tim Daly Jr. .) + +commit 3bac98a8a91da366ee6de3ebd27a284af8369e10 +Author: Peter Osterlund +Date: Tue Jun 29 23:26:16 2004 +0200 + + Makefile tweak to make it easier to build for x86_64. + +commit 88fea6057694a7072324357682d7efafac7ad6b2 +Author: Peter Osterlund +Date: Tue Jun 29 12:05:38 2004 +0200 + + Added "HP Pavilion ZE4101" to the compatibility list. + (From Jeff Fehervari .) + +commit a056cf92979b4d97e9553b2fa9982710e3a8e668 +Author: Peter Osterlund +Date: Sat Jun 26 08:46:29 2004 +0200 + + Added "ASUS L2000B" to the compatibility list. + (From Fred Green UNSW .) + +commit 4f4c7f8b622c5566a1aa6652d9273d3f3eab4dab +Author: Peter Osterlund +Date: Sat Jun 26 08:39:09 2004 +0200 + + Added "Acer TravelMate 533LCi" to the compatibility list. + (From Frank van der Loo .) + +commit 4c716aeae5f5710d67c3faaeea511367c692f373 +Author: Peter Osterlund +Date: Wed Jun 23 19:40:28 2004 +0200 + + Added "Arima A520-K7" to the compatibility list. + (From Ferenc Engard .) + +commit 2e63d597da609201158b33af35e31887037bd8f5 +Author: Peter Osterlund +Date: Wed Jun 23 19:24:30 2004 +0200 + + Added "SONY VAIO VGN-A115S" and "Targa Visionary XP-210" to + the compatibility list. + (From till busch .) + +commit 7e5d222015b2f176cb7a7c6be7e50ef144320e94 +Author: Peter Osterlund +Date: Wed Jun 23 19:17:52 2004 +0200 + + Updated synclient man page for the new -V option. + From Mattia Dongili . + +commit 4dbe8adbbf735e2809ad3817245f005400911b98 +Author: Peter Osterlund +Date: Tue Jun 15 22:37:28 2004 +0200 + + Added "HP Omnibook 6100" to the compatibility list. + (From Denis DerSarkisian .) + +commit 6d9169a0334b7b80c6c6dbf8e1d93567dbb69cf6 +Author: Peter Osterlund +Date: Tue Jun 15 22:31:57 2004 +0200 + + Added "HP Pavilion ZE4521ea" to the compatibility list. + (From Anthony Durity .) + +commit d6825991e344486e1b64992ab65fceb363371a16 +Author: Peter Osterlund +Date: Tue Jun 15 22:25:57 2004 +0200 + + Added "SONY VAIO PCG-FX701" to the compatibility list. + (From Romano Giannetti .) + +commit d3fe5330aeb8f71e8acf4849b863b2c89afbc93f +Author: Peter Osterlund +Date: Tue Jun 15 22:19:44 2004 +0200 + + Added "RoverBook F219" to the compatibility list. + (From CeDr1ck .) + +commit 7b7b36ec2932de9f97b64584ce020bb72940222d +Author: Peter Osterlund +Date: Sun Jun 13 22:57:09 2004 +0200 + + Added "Toshiba Satellite A40" to the compatibility list. + (From Frans Pop .) + +commit 6c00f1ea7a0e679cc17613434bbc92cfb85232a9 +Author: Peter Osterlund +Date: Sun Jun 13 18:47:12 2004 +0200 + + Changed version to 0.13.3. + +commit a27efd8f04113b01384a2b5ba725d621c0076701 +Author: Peter Osterlund +Date: Sun Jun 13 18:39:44 2004 +0200 + + Fixed Makefile dependency for change + deb6ed66a951fd0fe892a08cd4f3f802140229ce. + +commit deb6ed66a951fd0fe892a08cd4f3f802140229ce +Author: Peter Osterlund +Date: Sat Jun 12 22:29:39 2004 +0200 + + Added -V option to synclient to display the version number. + Suggested by Stefan Kombrink for use in the GUI + configuration tool. + +commit ea9e8df12aec74d3e523d869323bbc6a9e44f74d +Author: Peter Osterlund +Date: Sat Jun 12 22:14:32 2004 +0200 + + Updated the alps patch for kernel 2.6.7-rc3. + +commit 580c8483fe4b80f745ff0d1dc86c3371593d78c7 +Author: Peter Osterlund +Date: Sat Jun 12 22:05:05 2004 +0200 + + Added "COMPAQ EVO N180" to the compatibility list. + (From digitalFX .) + +commit f5d56ef99505c87b376659f32bc715540f628699 +Author: Peter Osterlund +Date: Tue Jun 8 23:04:59 2004 +0200 + + Consistency fix in change 6f22de441c419ad3f79268ab28d84a11b1b776d6. + +commit 6f22de441c419ad3f79268ab28d84a11b1b776d6 +Author: Peter Osterlund +Date: Tue Jun 8 23:04:25 2004 +0200 + + Added "Fujitsu-Siemens Amilo M-7400" to the compatibility + list. + (From Aktaion .) + +commit c22f085e815a0893ea09f12081eea9d47c68e701 +Author: Peter Osterlund +Date: Tue Jun 8 22:59:50 2004 +0200 + + Reformatting in the compatibility list. + +commit 1cb6c555d16e16eddc7f2b76b6883f513e6f43b6 +Author: Peter Osterlund +Date: Sun Jun 6 23:57:34 2004 +0200 + + 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. + +commit 2100a60c62306a831dcd24949c0f73503f664c19 +Author: Peter Osterlund +Date: Sun Jun 6 21:32:05 2004 +0200 + + Fixed spelling error in the spec file. + +commit 1c831251b1992c575ba5d7a5460d9785567650d9 +Author: Peter Osterlund +Date: Sun Jun 6 15:23:59 2004 +0200 + + Added a LIBDIR Makefile variable to make it easier to build + the driver on x86_64. + +commit 31bc44fda8663693b339ab6185cfc09bc3dcdd98 +Author: Peter Osterlund +Date: Sun Jun 6 09:32:02 2004 +0200 + + Fixed compiler warnings when using the xorg sdk include + files. + +commit 8cd0eb9154d97da68a36b7dae4e0695599477f58 +Author: Peter Osterlund +Date: Tue Jun 1 22:40:46 2004 +0200 + + Added "Fujitsu-Siemens AMILO M 6300" to the compatibility + list. + (From fred .) + +commit 40625eedd6116fb94b4ba07a25b8c09b9a74c64b +Author: Peter Osterlund +Date: Tue Jun 1 22:29:17 2004 +0200 + + Added "Gericom Webgine" to the compatibility list. + (From lale@leet.it.) + +commit 91c8c6ae41fd7c58d6dae85d80ca9976c94eb950 +Author: Peter Osterlund +Date: Wed May 26 19:53:48 2004 +0200 + + Added "HP Pavilion N3250" to the compatibility list. + (From dave forbis .) + +commit 572cc11e6bc345fd02a6343456e8c109e95666a4 +Author: Peter Osterlund +Date: Thu May 20 22:56:40 2004 +0200 + + Added "DELL Inspiron 300m" to the compatibility list. + (From Oren Laadan .) + +commit 4ed25ff55ccf308f8d22a0f035fb26ddfa6bdafe +Author: Peter Osterlund +Date: Thu May 20 22:53:47 2004 +0200 + + Added "MAXDATA Pro 5000X" to the compatibility list. + (From Andre Duffeck .) + +commit 2d1dab24d6d9a06eed65f691667e27eac4bcdb2e +Author: Peter Osterlund +Date: Thu May 20 22:49:17 2004 +0200 + + Added "HP Pavilion ZE5400" to the compatibility list. + (From David F. Rios .) + +commit 865c1162aed2eb2ba137972bb32d21ca395f0a22 +Author: Peter Osterlund +Date: Sun May 16 07:34:30 2004 +0200 + + Makefile optimization. Don't call check_gcc more than + necessary. + +commit 6ad7b8219959c84c77a24c733df8c0fbed7a4c94 +Author: Peter Osterlund +Date: Sun May 16 07:32:21 2004 +0200 + + 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 .) + +commit 057dd60bffc7c38cdc3c7f011cb666b34f91a3a7 +Author: Peter Osterlund +Date: Sat May 15 22:38:01 2004 +0200 + + Added "ASUS M6700N" to the compatibility list. + (From Cord Bielke .) + +commit ed3ea62a2ac4baedb742e331aab1dd158a77b1f6 +Author: Peter Osterlund +Date: Sat May 15 22:30:36 2004 +0200 + + Added "Acer TravelMate 290" to the compatibility list. + (From Julián Yuste .) + +commit 32d18d4e5b59f0c57ea81a467b2f00d838038678 +Author: Peter Osterlund +Date: Sat May 15 22:04:39 2004 +0200 + + Fixed handling of the repeater device. + (Reported by Ronen Abravanel .) + +commit d4eaf6d6d809fcb6a2048283f75b7536a5c3ba73 +Author: Peter Osterlund +Date: Mon May 10 22:58:15 2004 +0200 + + Fixed bug in change b8e955b4ce399ba44e60bd13f9838974eee88513. + +commit e8a16ce65e5207304dda46a852b5628baa06458a +Author: Peter Osterlund +Date: Sun May 9 19:23:08 2004 +0200 + + Added support for Synaptics cPad devices. (Also requires a + 2.6 kernel patch.) From Jan Steinhoff . + +commit 744372a41b9e64bafe8ee70748ec7495a89146d3 +Author: Peter Osterlund +Date: Sun May 9 16:28:26 2004 +0200 + + Mention XOrg in the web page, since the driver works fine + with XOrg too. + +commit e5ebe6ee4e4430426d4f0b3147ae705c9956cc4b +Author: Peter Osterlund +Date: Sun May 9 16:01:11 2004 +0200 + + Changed version to 0.13.2. + +commit 5d2b7423ed0717031129af579effd7eec4d99cef +Author: Peter Osterlund +Date: Sun May 9 12:09:27 2004 +0200 + + Small cleanup. + +commit 77c952aa279c6ae0897bba6322ad4de0ac5f7a1f +Author: Peter Osterlund +Date: Sun May 9 11:35:37 2004 +0200 + + Made double clicks faster, so that they work in xmms and the + gtk file selector. + Reported by Jean DIRAISON .) + +commit 481bb4f0afa482a32840082ef803058036196a31 +Author: Peter Osterlund +Date: Sat May 8 20:59:39 2004 +0200 + + Fixed bug in change dee1cca686b33a0c2a565d5ecee036abdac6b3a6 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. + +commit 9bf66c19709e75c0504a394d2ad862fb2289adf6 +Author: Peter Osterlund +Date: Sat May 8 17:38:29 2004 +0200 + + Added "Acer Ferrari 3000LMi" to the compatibility list. + (From Mark Eaton .) + +commit 5afb76ed431bc561c52c58094f86703ef01ecd67 +Author: Peter Osterlund +Date: Sat May 8 17:35:43 2004 +0200 + + Added "COMPAQ Presario 2500" to the compatibility list. + (From "Kneepkens, RFJM (Robert)" .) + +commit 7701671665b2f348ab841197c0e5c0dc3aeb70cb +Author: Peter Osterlund +Date: Wed May 5 21:21:09 2004 +0200 + + Added "COMPAQ Presario 915US" to the compatibility list. + (From Steve Rubart .) + +commit cd990619bb6d44f0364b6746ae4c0f66170956cd +Author: Peter Osterlund +Date: Wed May 5 21:08:50 2004 +0200 + + Added "SONY VAIO PCG-NV105" to the compatibility list. + (From Defiant .) + +commit 2c0f81a36e8560ed692358114b9345f195065ed1 +Author: Peter Osterlund +Date: Wed May 5 21:04:15 2004 +0200 + + Yet another consistency fix in the compatibility list. + +commit bf8b37d82f9c1e1ed4403b5f4c7ba32e79c5edb0 +Author: Peter Osterlund +Date: Wed May 5 21:03:19 2004 +0200 + + Consistency fix in the compatibility list. + +commit bcfff46041026359afdfda3704adf9fc6f8335f6 +Author: Peter Osterlund +Date: Wed May 5 21:00:07 2004 +0200 + + Updated the "Vobis Highscreen" entry in the compatibility + list. + (From Antonio Celentano .) + +commit a943bc0f5ed6b7156933d7eecc7fe792985e2d94 +Author: Peter Osterlund +Date: Wed May 5 20:48:09 2004 +0200 + + Added "DELL Inspiron 4000" and "Toshiba 1105" to the + compatibility list. + (From micky mouse .) + +commit c9c4d1f832c8cd599db427464663064c30c50d4b +Author: Peter Osterlund +Date: Mon May 3 21:23:53 2004 +0200 + + Changed version to 0.13.1. + +commit 214bbbd518d6cc0ed06f628dea3b7b2a8dee3129 +Author: Peter Osterlund +Date: Sun May 2 19:19:22 2004 +0200 + + Added a "GuestMouseOff" parameter to disable the pass + through device. (It's not entirely uncommon that the pointing stick is + broken and generates bogus pointer movements.) + From Moritz Maass . + +commit b6cc622350d89b12fbbab354cb245e583e06f306 +Author: Peter Osterlund +Date: Fri Apr 30 22:14:55 2004 +0200 + + Added "Fujitsu-Siemens LIFEBOOK S-4572" to the compatibility + list. + (From Olaf Glage .) + +commit 72ba1ae6183d14236b2e92e417f4a6be50d4dfc8 +Author: Peter Osterlund +Date: Tue Apr 27 21:19:40 2004 +0200 + + Added "Vobis Highscreen XI 14-C1200" to the compatibility + list. + (From Antonio Celentano .) + +commit d793d20748e38f83fddabcf077312dd7608b0be5 +Author: Peter Osterlund +Date: Tue Apr 27 21:15:55 2004 +0200 + + Fixed detection of ALPS touchpads when using a 2.6 linux + kernel. Reported by stage.nexvision . + +commit a2bf6b124bce0839dfb682161a0cb69f1cca6444 +Author: Peter Osterlund +Date: Tue Apr 27 19:59:31 2004 +0200 + + Added "DELL Inspiron 500m" to the compatibility list. + (From holger .) + +commit 4c4599a8acc2d1b1ab3eb8453cedf435e984aa13 +Author: Peter Osterlund +Date: Sat Apr 24 15:30:53 2004 +0200 + + Changed version to 0.13.0. + +commit 9d9b89db9154ae6cb97f7b32fcfe392fc6898931 +Author: Peter Osterlund +Date: Sat Apr 24 15:15:21 2004 +0200 + + Updated documentation to reflect the fact the ALPS support + no longer requires the 2.6 linux kernel. + +commit fffba79a285eead4f225cfd649d0e66089958243 +Author: Peter Osterlund +Date: Sat Apr 24 11:53:15 2004 +0200 + + Added "HP Pavilion ZE4610us" to the compatibility list. + (From Derrick .) + +commit caf8a07cb5ea4c823baa904e9836d0745e657c1b +Author: Peter Osterlund +Date: Sat Apr 24 11:45:04 2004 +0200 + + Always rebuild the tar.bz2 file. (Some dependencies were + missing and adding correct dependencies is not worth the trouble.) + +commit 8a9559c317c9c9cdb09c6f0e3e9ef206ce9acf67 +Author: Peter Osterlund +Date: Sat Apr 24 11:00:11 2004 +0200 + + Added "SONY VAIO Z1" to the compatibility list. + (From Markus Huschka .) + +commit 173c0698d8f32a8c6084e6de8f5b4aa362c00fce +Author: Peter Osterlund +Date: Sat Apr 24 09:21:26 2004 +0200 + + Explain what packages to install on debian systems. From + mair . + +commit f5179294a7ab7ae033493a4fd4292f6b37fec128 +Author: Peter Osterlund +Date: Sat Apr 24 09:18:40 2004 +0200 + + Added "Toshiba Portege A100" to the compatibility list. + (From mair .) + +commit e6b7b4f7042d6acc76ceb6eb78ba69eb6a89368c +Author: Peter Osterlund +Date: Thu Apr 22 23:36:48 2004 +0200 + + Removed obsolete comment from alps.patch and updated the + patch for kernel 2.6.5. + +commit a4ba6e264a52d475ccecf381e9b9acc63190d4f4 +Author: Peter Osterlund +Date: Thu Apr 22 23:32:25 2004 +0200 + + Added (untested) support for ALPS touchpads using the 2.4 + linux kernel. + +commit f1146f67f7e377d1f6f32a26bb833fc2b0ed2ed6 +Author: Peter Osterlund +Date: Thu Apr 22 01:07:49 2004 +0200 + + Fixed change 09085c9fb8f4e243e6bda78a019cd8a50c693dfc. If the device + nodes don't exist, don't + blame it on missing evdev support. + +commit 09085c9fb8f4e243e6bda78a019cd8a50c693dfc +Author: Peter Osterlund +Date: Thu Apr 22 00:37:02 2004 +0200 + + If the evdev kernel module seems to be missing, say so in + the log file. + +commit 3fa4224a123e60bb51f8144dc95d5034fd3152ba +Author: Peter Osterlund +Date: Tue Apr 20 20:17:51 2004 +0200 + + Properly implement EventQueryHardware(). + +commit 70d8648301d81c9035799818e4d4e616256df0d3 +Author: Peter Osterlund +Date: Sun Apr 18 20:55:15 2004 +0200 + + Removed repeater from the shared memory segment. It's not + possible to share pointers between different address spaces. + +commit ab2b8a2c4b5f23731c07648a866d8cc3799215ad +Author: Peter Osterlund +Date: Sun Apr 18 20:43:54 2004 +0200 + + Fixed inconsistent function name. + +commit 6df2b83affaa4f2a6756ab857e5d400ae30a87cb +Author: Peter Osterlund +Date: Sun Apr 18 20:43:13 2004 +0200 + + Don't call PS2QueryHardware() from PSMReadHwState(). + +commit 52376f3bd0d846de81063bd2b0d42f946177c614 +Author: Peter Osterlund +Date: Sun Apr 18 20:30:43 2004 +0200 + + Moved ps2_print_ident() forward declaration to ps2comm.h. + +commit 264bbfd70a6102dd2a9b8b347e6a31a633984bc0 +Author: Peter Osterlund +Date: Sun Apr 18 20:27:31 2004 +0200 + + Added (untested) support for the FreeBSD psm mouse driver. + +commit 8148d66fb55dc3307fb653242c5120c7192e9773 +Author: Peter Osterlund +Date: Sun Apr 18 19:47:17 2004 +0200 + + Reverted incorrect changes in change + f56d238d28567c0c23270a72ff656255f4fd8e0d. + +commit afab8e3ae05759d40b311532401eb1b5be018795 +Author: Peter Osterlund +Date: Sun Apr 18 11:40:55 2004 +0200 + + Renamed functions in ps2comm.c for better consistency. + +commit fe2a627601a091f097384d4fcc4763267cf6c48b +Author: Peter Osterlund +Date: Sun Apr 18 11:19:31 2004 +0200 + + Removed unnecessary #includes and made some code formatting + fixes. + +commit 2447cda31a15d0f928daafd52e8c6ac32baffe77 +Author: Peter Osterlund +Date: Sun Apr 18 10:24:14 2004 +0200 + + Renamed synapticshw to SynapticsHwInfo to avoid conflicts + with the FreeBSD psm driver. + +commit e1970297ec26f526f3ac543205bed14920ed0715 +Author: Peter Osterlund +Date: Sun Apr 18 02:02:33 2004 +0200 + + Updated Makefile dependencies. + +commit 3e37b4c7d263b033741bf1c8176c013e5e7ca739 +Author: Peter Osterlund +Date: Sun Apr 18 01:52:08 2004 +0200 + + Moved the CommData struct from synaptics.h to synproto.h so + that ps2comm.c and eventcomm.c don't have to define SYNAPTICS_PRIVATE. + +commit 647c5ae5f5658fabb46ce434be47e2892bed2111 +Author: Peter Osterlund +Date: Sun Apr 18 01:40:07 2004 +0200 + + Don't call ps2comm functions directly from synaptics.c. + +commit f574d42c776f0687cce5c15406ea870211058b39 +Author: Peter Osterlund +Date: Sun Apr 18 01:18:06 2004 +0200 + + Moved autodev handling to the protocol specific files. + +commit 7bd534c0e315a2b9bb3f549df0a30f113d21ee93 +Author: Peter Osterlund +Date: Sun Apr 18 00:57:25 2004 +0200 + + Removed unnecessary forward declaration. + +commit 486548b18107a1b7ddab836baffb87e268b20d6f +Author: Peter Osterlund +Date: Sat Apr 17 23:44:27 2004 +0200 + + Fixed incorrect sort order in the compatibility list. + +commit 03c247ccc95c464692bf2f65fc2ea5514a64fd40 +Author: Peter Osterlund +Date: Sat Apr 17 23:42:31 2004 +0200 + + Added "Medion MD9626" to the compatibility list. + (From Olive .) + +commit e7b5246874512dc6160f3f0792818d9ce4ae8d17 +Author: Peter Osterlund +Date: Sat Apr 17 23:40:34 2004 +0200 + + Reordered the requirements list in the INSTALL file so that + the most important items come first. + +commit 8ad3c7d36b5583dead89b64ee26795772417752a +Author: Peter Osterlund +Date: Sat Apr 17 23:36:52 2004 +0200 + + Updated INSTALL file. From Olive . + +commit b8e955b4ce399ba44e60bd13f9838974eee88513 +Author: Peter Osterlund +Date: Wed Apr 14 20:15:19 2004 +0200 + + Handle touchpads with a middle mouse button. Based on a 2.6 + kernel patch from Dmitry Torokhov. + +commit 599641dbbbd9cadf68ddf8cf8ffffbc1533d4012 +Author: Peter Osterlund +Date: Tue Apr 13 19:29:49 2004 +0200 + + Added "Packard Bell Easy Note E3259SE" to the compatibility + list. + (From Robert Emil Berge .) + +commit a180cc6cae34db09878b2810d64fedea61fe55ae +Author: Peter Osterlund +Date: Tue Apr 13 19:09:06 2004 +0200 + + Added "ASUS A2500" to the compatibility list. + (From Duncan Irving .) + +commit 514976ad0380044f34d5a4ebca3bb48450fa4296 +Author: Peter Osterlund +Date: Tue Apr 13 01:13:23 2004 +0200 + + Moved testprotokoll.c to the test directory. + +commit dee1cca686b33a0c2a565d5ecee036abdac6b3a6 +Author: Peter Osterlund +Date: Tue Apr 13 01:02:22 2004 +0200 + + Don't send the whole SynapticsPrivate struct to the + ReadHwState() functions. + +commit 641aef59c6b1aa2f81d4e1ac7017339ff3b5e072 +Author: Peter Osterlund +Date: Mon Apr 12 22:46:21 2004 +0200 + + Small #include fix. + +commit b76ecca961999a42a049023f3ba41d925a4d6718 +Author: Peter Osterlund +Date: Mon Apr 12 22:31:33 2004 +0200 + + Replaced Success with TRUE/FALSE in ps2comm.c. + +commit 324421dd8683b09546312a6c09338a41cc65b235 +Author: Peter Osterlund +Date: Mon Apr 12 21:48:48 2004 +0200 + + Moved reading of hardware state to the protocol specific + files. + +commit 05011c8079c3fe515da7963f99be0d1c6a043272 +Author: Peter Osterlund +Date: Mon Apr 12 13:54:25 2004 +0200 + + Replaced Success with TRUE/FALSE where possible. + +commit 306df7f1219a1d18f8cc56b3bccd3af8eca1fa20 +Author: Peter Osterlund +Date: Mon Apr 12 10:58:33 2004 +0200 + + Don't export private stuff from ps2comm.[ch]. + +commit 695a442786bd87997c64d344ac235ef70847f546 +Author: Peter Osterlund +Date: Mon Apr 12 10:45:05 2004 +0200 + + Moved the QueryHardware function to the protocol specific + files. + +commit c1efdf9b3b76e03b4cb0809fddd0160c0c3f4d59 +Author: Peter Osterlund +Date: Mon Apr 12 01:50:07 2004 +0200 + + The PrintIdent() function doesn't need access to the whole + SynapticsPrivate struct. + +commit 5a3e05478ae3e641791031c241dc00eb43598726 +Author: Peter Osterlund +Date: Mon Apr 12 01:27:55 2004 +0200 + + Some work on abstracting out the protocol differences from + synaptics.c to make supporting the FreeBSD psm driver possible. + +commit bda42daf592497ee210868660ce6be5a0f390e98 +Author: Peter Osterlund +Date: Mon Apr 12 00:21:45 2004 +0200 + + Renamed the DBG macro in ps2comm.c to PS2DBG to avoid + collision with the DBG macro from the XFree86 core. + +commit c091af0e838fdf5a338cd51387cc266563f40f89 +Author: Peter Osterlund +Date: Sun Apr 11 23:34:25 2004 +0200 + + Spelling fix. + +commit a4334dd02d70b0d7f2cbe1596ae9ce942e0cee3d +Author: Peter Osterlund +Date: Sun Apr 11 23:16:11 2004 +0200 + + Spelling fixes. + +commit c818be3c6f2c2efa1e93db463b146a76153a3153 +Author: Peter Osterlund +Date: Sun Apr 11 15:20:40 2004 +0200 + + Small simplification in HandleTapProcessing(). + +commit 1a4834ed33ce192f800e63e0726d9704269b47d6 +Author: Peter Osterlund +Date: Sun Apr 11 13:43:33 2004 +0200 + + Moved pointer delta computations to a separate function. + +commit f13fa56f1a5ac09319758e5c56f2e06dc38f4d06 +Author: Peter Osterlund +Date: Sun Apr 11 13:22:12 2004 +0200 + + Moved scroll processing to a separate function. + +commit 1645864d7b1ba6b8b9593409a914fbbe057e04a8 +Author: Peter Osterlund +Date: Sun Apr 11 00:04:18 2004 +0200 + + Added "ECS A-530 Transmeta 5600" to the compatibility list. + (From Bruno R .) + +commit 174d85a0f70316f4e2b244018a9864cd34fadd23 +Author: Peter Osterlund +Date: Sat Apr 10 23:46:42 2004 +0200 + + Implemented a proper state machine for tap and drag + processing. This fixes several problems: + * Double tap and drag now works. (Problem reported by Andrew Pimlott + .) + * Locked drags are handled correctly, even for button 2 and 3 + tap-and-drag operations. + * The [LR][TB]CornerButton and TapButton[123] parameters now work also + for button values > 3. + * The old code was too hard to understand. + +commit 9a41e6a364c308341772e403332ed3da5399a187 +Author: Peter Osterlund +Date: Fri Apr 9 22:02:57 2004 +0200 + + Fixed spelling error. + +commit 38bcad4cdfcddff171419dced82f04c54be8afee +Author: Peter Osterlund +Date: Thu Apr 8 22:46:23 2004 +0200 + + Added "DELL Latitude LS400" to the compatibility list. + (From Florian Schlichting .) + +commit 8f131cab8726ff5d5efc34f3e365cb419c736b3e +Author: Peter Osterlund +Date: Mon Apr 5 00:28:15 2004 +0200 + + Removed the unused reset retry loop. + +commit d1feeac0d2f614ad343f108046970556491397ef +Author: Peter Osterlund +Date: Mon Apr 5 00:08:07 2004 +0200 + + More preparations for FreeBSD support. + +commit 4feab2340f65c95abde3384f4fd53769cfd98116 +Author: Peter Osterlund +Date: Sun Apr 4 22:58:55 2004 +0200 + + Shortened the code in SynapticsPreInit() by introducing a + helper variable. + +commit fb4b8f3d822d697542e9f4f49e7e5ee2ff1bef43 +Author: Peter Osterlund +Date: Sun Apr 4 22:25:40 2004 +0200 + + Added "IBM ThinkPad R40" to the compatibility list. + (From Reinhard Tartler .) + +commit f56d238d28567c0c23270a72ff656255f4fd8e0d +Author: Peter Osterlund +Date: Sun Apr 4 22:23:08 2004 +0200 + + Some changes to make supporting FreeBSD easier. From Arne + Schwabe , with some editing by me. + +commit 30a409af6f888e47108bb8f1a57118217b8dd799 +Author: Peter Osterlund +Date: Thu Apr 1 21:21:25 2004 +0200 + + Cosmetic change in the INSTALL file. + +commit 6a3c37600df37e5ae5588f077441a54df4c7d12b +Author: Peter Osterlund +Date: Sun Mar 28 15:22:51 2004 +0200 + + Added "Acer Aspire 2000" to the compatibility list. + (From Daniel Gonsior .) + +commit 37aaf27e89ecd88f3409e79b77235b664a909de5 +Author: Peter Osterlund +Date: Sat Mar 27 22:25:56 2004 +0100 + + Added "COMPAQ EVO N1020v" to the compatibility list. + (From Jonatan Sandström .) + +commit 16051d17ecbb4549b8f11b219b73047604131fd0 +Author: Peter Osterlund +Date: Sat Mar 27 22:05:35 2004 +0100 + + Added "HP Omnibook 6000" to the compatibility list. + (From Peter Salisbury .) + +commit fae035534d89b1e39ed343fa1a8a08e526ff3e48 +Author: Peter Osterlund +Date: Wed Mar 24 21:14:51 2004 +0100 + + Added "Acer TravelMate 330T" to the compatibility list. + (From Gary Lawrence Murphy .) + +commit 7b2bbe12183a289a71a790c90b0aab214f055810 +Author: Peter Osterlund +Date: Mon Mar 22 21:19:07 2004 +0100 + + Added "Toshiba EX1/524CDET" to the compatibility list. + (From Johnny A .) + +commit 873aba342a64ec70a3c878307d4e647d4c1b8297 +Author: Peter Osterlund +Date: Mon Mar 22 21:10:59 2004 +0100 + + Added "SONY VAIO FX405" to the compatibility list. + (From Markus Gaugusch .) + +commit c07fe2e4191e8d49bf20e8083c9976ac13b5b9bc +Author: Peter Osterlund +Date: Mon Mar 22 21:08:48 2004 +0100 + + Added "COMPAQ Presario 700EA" to the compatibility list. + (From Harm de Vries .) + +commit 0a25629e30e7ece4f918481282f9bd4412603d89 +Author: Peter Osterlund +Date: Sat Mar 20 19:19:35 2004 +0100 + + Added "HP Pavilion ZE4420us" to the compatibility list. + (From Fab Perez .) + +commit e316364d718edfd83e62e8b615d814c1c159296b +Author: Peter Osterlund +Date: Thu Mar 18 21:31:40 2004 +0100 + + Updated the FAQ. + +commit 819c660d8b4399247fb1069016ae37d71545dd4d +Author: Peter Osterlund +Date: Mon Mar 15 22:39:48 2004 +0100 + + Added "Fujitsu-Siemens AMILO A 7600" to the compatibility + list. + (From Juho Virtanen .) + +commit 02c307e0b49a2bad564c39a754b009c532a1027a +Author: Peter Osterlund +Date: Sun Mar 14 15:05:27 2004 +0100 + + Added "COMPAQ Presario 1200" to the compatibility list. + (From M.I. Prins .) + +commit d347a231acc633ab515505690675346488ff4c35 +Author: Peter Osterlund +Date: Mon Mar 8 23:15:12 2004 +0100 + + Added back support for the TOP makefile variable. + +commit e4c5ade83339ecdec2113e6d59e2b4a7a2ea693c +Author: Peter Osterlund +Date: Mon Mar 8 22:31:31 2004 +0100 + + Added "COMPAQ Presario 2510EA" to the compatibility list. + (From Matteo Croce <3297627799@wind.it>.) + +commit b91a232e9476885719c4f5004720fc998397e39c +Author: Peter Osterlund +Date: Mon Mar 8 21:36:29 2004 +0100 + + Added "Acer Aspire 1353XC" to the compatibility list. + (From Edward Gray .) + +commit 4b1927bcffdf450a8e6991fa84fd51d1b4054b23 +Author: Peter Osterlund +Date: Sun Mar 7 09:55:37 2004 +0100 + + Added "Airis Diamond 630" to the compatibility list. + (From Tiago Miguel Cavaco Rodrigues .) + +commit 3dd1afc05099b69e761c76ef91af62c00f1fe4de +Author: Peter Osterlund +Date: Thu Mar 4 20:25:16 2004 +0100 + + Changed version to 0.12.5. + +commit a30d9b0eda80a401dc440346708d88b7d9b759d5 +Author: Peter Osterlund +Date: Thu Mar 4 20:16:09 2004 +0100 + + When no usable event device node was found, print out how + many nodes were checked. + +commit 3fc26494885f4ca0085c096d7937a42e2c45ac09 +Author: Peter Osterlund +Date: Wed Mar 3 07:14:59 2004 +0100 + + Clarified how to get the contents of the + /proc/bus/input/devices file. + +commit 8078d4c2b9622e78c30dd6cbf413711ccef7ee52 +Author: Peter Osterlund +Date: Sun Feb 29 23:12:08 2004 +0100 + + Mention that the X server log file is usually called + /var/log/XFree86.0.log. + +commit eeb40cac2b2dfa411618f2ecbffedc85166e675f +Author: Peter Osterlund +Date: Sun Feb 29 22:33:57 2004 +0100 + + Made it possible to have both circular scrolling and + vertical/horizontal scrolling enabled at the same time. From Matthias + Ihmig . + +commit 362c0722dd60376fb0197a899b3f44592bcff09c +Author: Peter Osterlund +Date: Sun Feb 29 21:23:46 2004 +0100 + + Made it possible to disable vertical and horizontal + scrolling by setting the corresponding parameter to zero. From Matthias + Ihmig . + +commit 2f36b06fdc2838440139684d17aea4dabe49c1b3 +Author: Peter Osterlund +Date: Sun Feb 29 21:02:58 2004 +0100 + + Made it possible to use "edge motion" also when not + dragging. From Matthias Ihmig . + +commit 661c08dca83b7413cab6f2ac3c3a3f097b975234 +Author: Peter Osterlund +Date: Sun Feb 29 20:46:37 2004 +0100 + + Added pressure dependent edge motion speed. From Matthias + Ihmig . + +commit bc76e183f5b7d9d3f01744c22232212558c4067c +Author: Peter Osterlund +Date: Sun Feb 29 20:21:42 2004 +0100 + + Fixed bug in change ec6c36c16d5f7093f194595607bc9d2e1d114f5f. + +commit 86017b6f84805e4853a76221d8dbcefe4069ae0c +Author: Peter Osterlund +Date: Sat Feb 28 21:21:20 2004 +0100 + + Added "Toshiba A20" to the compatibility list. + (From Gabriel Lavoie .) + +commit 633d63d6d39c11a6d217380c02674251d3b584fc +Author: Peter Osterlund +Date: Sat Feb 28 20:51:46 2004 +0100 + + Reverted change 90f04a3309544d56e0e1ea845276993599f63167 and added a + note explaining why in the + README.alps file. + +commit b51f390888ea8c277326f5dbfb89887b5a0d7673 +Author: Peter Osterlund +Date: Sat Feb 28 20:32:53 2004 +0100 + + Added "Compaq Presario 2155US" to the compatibility list. + (From Lars Bamberger .) + +commit ea379ff19c5c2cba9596a6825957076539c4120d +Author: Peter Osterlund +Date: Sat Feb 28 20:19:03 2004 +0100 + + Added "Desknote A928" to the compatibility list. + (From Olivier Esser .) + +commit 684a20f32f21ded5955ceede0183b69be7a12d4a +Author: Peter Osterlund +Date: Wed Feb 25 18:45:57 2004 +0100 + + The is_equal() function in synclient.c forgot to check + multibuttons. + +commit ee8c5d9849dbcddf682b2c73680614b558319e01 +Author: Peter Osterlund +Date: Wed Feb 25 18:41:16 2004 +0100 + + Added support for middle mouse button events on some ALPS + touchpad models. + +commit 8307eaaced6e8192f0119b27cf9db091e4941352 +Author: Peter Osterlund +Date: Wed Feb 25 18:31:07 2004 +0100 + + Added support for middle mouse buttons. (Some ALPS touchpads + have them.) + +commit ec6c36c16d5f7093f194595607bc9d2e1d114f5f +Author: Peter Osterlund +Date: Wed Feb 25 18:11:26 2004 +0100 + + Small preparation for pressure dependent edge motion speed. + +commit 7ab526547edfabed201adb2233af296772b72646 +Author: Peter Osterlund +Date: Sun Feb 22 23:03:09 2004 +0100 + + Added "ASUS Degatto D1" to the compatibility list. + (From Patrick Maupin .) + +commit 26b805e09ee02e0e954f2d3f465fc81fdcb441fc +Author: Peter Osterlund +Date: Thu Feb 19 19:27:54 2004 +0100 + + Added "Acer TravelMate 451Cli" to the compatibility list. + (From Sebastian Müller .) + +commit d6f72c8129abaad8f4d738bc58afeaa25dc76c98 +Author: Peter Osterlund +Date: Thu Feb 19 19:18:00 2004 +0100 + + Added "HP Pavilion N3350" to the compatibility list. + (From Sam Logen .) + +commit adc5124719defafe8a164cebf130ec79e06e3762 +Author: Peter Osterlund +Date: Thu Feb 19 19:10:07 2004 +0100 + + Added "Sharp Muramasa PC-MV1-5CA" to the compatibility + list. + (From Ka Yan Lee .) + +commit 215b300d14adc34ceb39e99f3edf2ab2b53e7b05 +Author: Peter Osterlund +Date: Thu Feb 19 18:55:40 2004 +0100 + + Added "Samsung Q10" to the compatibility list. + (From MIkE .) + +commit 6ad9291e75052a205e010737cabb301c95f0fef0 +Author: Peter Osterlund +Date: Thu Feb 19 17:47:11 2004 +0100 + + Added "MAXDATA Pro 8000X" to the compatibility list. + (From Thomas Spitz .) + +commit df9368ba91e836ae44bc1034b764a3c4b9e88df7 +Author: Peter Osterlund +Date: Tue Feb 10 22:46:16 2004 +0100 + + Changed version to 0.12.4. + +commit 77c0402d14d58dbe100d4a43da4af6b1c50f2c9d +Author: Peter Osterlund +Date: Tue Feb 10 00:15:11 2004 +0100 + + Fixed "make clean" to also remove the distribution file. + +commit 10d4b1d26c3ef5b64cc048731ef6f917557a95e4 +Author: Peter Osterlund +Date: Tue Feb 10 00:10:59 2004 +0100 + + Include also the German and French INSTALL files in the + RPM. + +commit 3f62d68c1503b838d5aaf1559776c48d9568a949 +Author: Peter Osterlund +Date: Mon Feb 9 23:58:38 2004 +0100 + + Fixed the .spec-file to make it actually work. You can now + build an rpm directly from the tarball using "rpmbuild -ta". + +commit c950f4cd6398e128e38348fe58eb8729ffca74d2 +Author: Peter Osterlund +Date: Mon Feb 9 23:40:41 2004 +0100 + + Added a "distribution" target to the Makefile. + +commit bf028192421e3ad99c218734f9c407078a7e93ca +Author: Peter Osterlund +Date: Mon Feb 9 23:04:57 2004 +0100 + + Removed unnecessary local X include files that are available + in the XFree86-devel package. Patch from Paul Bender + . + +commit f62c15b07dcceacd328cd1a2f4f966fad4122063 +Author: Peter Osterlund +Date: Mon Feb 9 22:54:39 2004 +0100 + + Automatically build using the 4.3 SDK if available. Patch + from Paul Bender . + +commit 6935b77b82842f377dfeb2d59b39e4345be846dd +Author: Peter Osterlund +Date: Mon Feb 9 22:01:10 2004 +0100 + + Added uninstall target to the Makefile. From Paul Bender + . + +commit 73931b6b719d94075a501c0d3eb22b06d36b8be6 +Author: Peter Osterlund +Date: Mon Feb 9 00:01:31 2004 +0100 + + Added "DELL Inspiron 2600" to the compatibility list. + (From Michael Nacey .) + +commit 5a5d5f2588af286aba38772e18fce0347aa7afec +Author: Peter Osterlund +Date: Sun Feb 8 22:29:49 2004 +0100 + + Fixed "make clean" to remove ~ files in the manpages + directory. + +commit c03394d78a954194b216fe9320c08674217999aa +Author: Peter Osterlund +Date: Sun Feb 8 22:21:19 2004 +0100 + + Removed unnecessary #include. From Paul Bender + . + +commit c42ffc66cc06451c5591704c047964eef117bf47 +Author: Peter Osterlund +Date: Sun Feb 8 22:17:01 2004 +0100 + + Added (untested) RPM .spec file. From giorgio bellussi + . + +commit a2621c563dc124a0a7365839d3a0d25ecbf75b07 +Author: Peter Osterlund +Date: Sun Feb 8 22:13:37 2004 +0100 + + Added DESTDIR support to the Makefile. From giorgio bellussi + and adapted to the current Makefile + version by me. + +commit 7d1935e9ed825c2f6069dbe7389a18649307e737 +Author: Peter Osterlund +Date: Sun Feb 8 22:05:50 2004 +0100 + + Added proper Makefile dependencies for synclient.1 and + syndaemon.1 so that they are re-installed if/when they are changed. + +commit 43026c6e63bae9fe3848be7ff55315cc99aade1a +Author: Peter Osterlund +Date: Sun Feb 8 22:01:26 2004 +0100 + + Makefile cleanup. Removed DRIVER variable. Removed reference + to undefined variable EXTRALIBRARYDEPS. + +commit 173ce7d90bafce6fec77dd66d3baa7f993226cc5 +Author: Peter Osterlund +Date: Sun Feb 8 21:49:41 2004 +0100 + + Added copyright headers to synclient.c and syndaemon.c. + +commit 354b45ae8123adb0d9805d8e7043d617ab72d6e4 +Author: Peter Osterlund +Date: Sun Feb 8 21:42:40 2004 +0100 + + Minor corrections to the man pages. + +commit 005a0943854fc72d54b4e50452e8bf6071671bbd +Author: Peter Osterlund +Date: Sun Feb 8 21:35:36 2004 +0100 + + Added manpages for synclient and syndaemon. Contributed by + Mattia Dongili . + +commit d5b4060aba07b87425ed798526b5f7342b3b8767 +Author: Peter Osterlund +Date: Sun Feb 8 21:07:04 2004 +0100 + + Added "DELL Latitude X300" to the compatibility list. + (From Simon Mika .) + +commit 00af6627079a528891fcd3910121a4e62a54bcfb +Author: Peter Osterlund +Date: Tue Feb 3 22:24:30 2004 +0100 + + Added "COMPAQ Presario 2100Z" to the compatibility list. + (From Andre Eisenbach .) + +commit 3d85e3821aac5b84bb9ef055613a8a0b882004f7 +Author: Peter Osterlund +Date: Tue Feb 3 21:59:58 2004 +0100 + + Added "Siemens Nixdorf Scenic Mobile 710" to the + compatibility list. + (From Thomas Orgis .) + +commit c139cf83fb603bc5a4ca04e0fd29601663fe09fe +Author: Peter Osterlund +Date: Tue Feb 3 21:50:01 2004 +0100 + + Added "Acer TravelMate 521TE" to the compatibility list. + (From Arthur Taylor .) + +commit db0d0e544a0c53780c47a38af6954496553420d5 +Author: Peter Osterlund +Date: Thu Jan 29 22:35:35 2004 +0100 + + Added "ASUS M2400A" to the compatibility list. + (From Jens Schittenhelm .) + +commit c98a4d7b1a0663602ccf6afdba57d799ab50fda6 +Author: Peter Osterlund +Date: Thu Jan 29 22:30:46 2004 +0100 + + Added "Fujitsu-Siemens AMILO D 7830" to the compatibility + list. + (From Manolo Padrón Martínez .) + +commit f894659659ff778167a47cd7fb0a72eff1dc43c3 +Author: Peter Osterlund +Date: Sun Jan 25 23:02:27 2004 +0100 + + Removed the saved_touchpad_off variable in syndaemon. It's + more robust to just not disable the touchpad if it already is + disabled. + +commit 995df72ef0e1db74c6ef432a633cdfdd3209839d +Author: Peter Osterlund +Date: Sun Jan 25 00:10:28 2004 +0100 + + Added support for circular scrolling. From Alexei Gilchrist + , with some cosmetic changes by me. + +commit 2fa26a2574fa3e8e79f1fbba5a9d47b866c414e7 +Author: Peter Osterlund +Date: Sat Jan 24 21:35:42 2004 +0100 + + Added "Fujitsu-Siemens AMILO M 6100" to the compatibility + list. + (From Martin Willemoes Hansen .) + +commit 4d60c730bd2bc27aadc5cd4761645aef07df1722 +Author: Peter Osterlund +Date: Thu Jan 22 21:59:37 2004 +0100 + + Added "ASUS S5200N" to the compatibility list. + (From Andreas Gruenbacher .) + +commit bb7f82142870ae826879b7276cc3c1d09b27cbff +Author: Peter Osterlund +Date: Thu Jan 22 18:11:53 2004 +0100 + + The INSTALL file now mentions that compiling for XFree86 4.0 + or 4.1 requires the XFree86 source code. + +commit a4b1ec2f99e89809f1a8e092d2ee07b71b935a52 +Author: Peter Osterlund +Date: Thu Jan 22 18:07:02 2004 +0100 + + Don't mention the no longer existing + CONFIG_MOUSE_PS2_SYNAPTICS config option in the INSTALL file. + +commit 1120ab22d0132eef34e88344a2ab2db9cf54cebc +Author: Peter Osterlund +Date: Thu Jan 22 18:02:24 2004 +0100 + + The CONFIG_MOUSE_PS2_SYNAPTICS config option doesn't exist + anymore. + +commit 4bb52073cf5e789298a3435cab87d33bb45f7f1a +Author: Peter Osterlund +Date: Thu Jan 22 14:47:53 2004 +0100 + + Added "Toshiba Satellite M30" to the compatibility list. + (From Tommy Ch. .) + +commit a69f1e0c968c6fe414583b34106593c79b941712 +Author: Peter Osterlund +Date: Thu Jan 22 14:43:56 2004 +0100 + + Added "DELL Inspiron 5000" to the compatibility list. + (From Axel Boldt .) + +commit 5a0f2344e3179c912448bfb5a410a55a4adf6c41 +Author: Peter Osterlund +Date: Mon Jan 19 23:38:11 2004 +0100 + + Added "Gericom X5" to the compatibility list. + (From Gerd Fleischer .) + +commit 817f3b102c97de12c80047d5604feb8ab7556bca +Author: Peter Osterlund +Date: Mon Jan 19 23:18:19 2004 +0100 + + Added "COMPAQ EVO N1015v" to the compatibility list. + (From Jonas Ådahl .) + +commit d8f0556b2fa9ee044ea9b92a93cc7dae58ddef20 +Author: Peter Osterlund +Date: Sun Jan 18 12:39:10 2004 +0100 + + Added "COMPAQ Presario 1723EA" to the compatibility list. + (From Rafet Eriskin .) + +commit 48ecda524bd99f2d46d3ef21c56444df253c5c84 +Author: Peter Osterlund +Date: Sun Jan 18 12:33:33 2004 +0100 + + Added "IBM ThinkPad R50" to the compatibility list. + (From Tim Wright .) + +commit 47612b922468cf5d807d1e7893e59e63a9977ca9 +Author: Peter Osterlund +Date: Fri Jan 16 07:55:55 2004 +0100 + + Fixed typo in the FAQ. (mkdev -> mknod). + +commit a210c3a5bf5fad3d0e159158742be4f9e7c692a9 +Author: Peter Osterlund +Date: Thu Jan 15 22:26:29 2004 +0100 + + Added "Sotec 3120X" to the compatibility list. + (From Nick Wilson .) + +commit dfaea11db7dac4970742e7b5b73325281d7a6b1f +Author: Peter Osterlund +Date: Tue Jan 13 19:45:15 2004 +0100 + + Added "Fujitsu-Siemens AMILO L 6810" to the compatibility + list. + (From Hauke Deppmeyer .) + +commit a593f31943b8837fbd0b2b1804bf5bfe45d15768 +Author: Peter Osterlund +Date: Tue Jan 13 00:38:25 2004 +0100 + + Handle touchpads with a scroll region on the right side + where very large X coordinates (typically 8176=0x1ff0) are reported. + +commit c86668de260c96ab38ee7c82aedcc3f3df23da56 +Author: Peter Osterlund +Date: Tue Jan 13 00:17:28 2004 +0100 + + Tiny cleanup. + +commit 04b62c8b1660f0daff0a8335c9a903115c739fb4 +Author: Peter Osterlund +Date: Mon Jan 12 22:00:38 2004 +0100 + + Include time in the "synclient -m" output. + +commit 1b77cfccaf6599f6bbece9dbeb2e4012babccfca +Author: Peter Osterlund +Date: Mon Jan 12 21:09:58 2004 +0100 + + Changed suggested default values in the INSTALL file, to get + more reasonable speed settings and edge parameters. + +commit 7a8a1ecc60201a685ddc2a6bec79c149fbb8c6fd +Author: Peter Osterlund +Date: Sun Jan 11 13:21:34 2004 +0100 + + Changed version to 0.12.3. + +commit 5222a887b607c313053cfd5f1176c943d827638b +Author: Peter Osterlund +Date: Sun Jan 11 12:09:20 2004 +0100 + + Added "Gateway 450XL" to the compatibility list. + (From Aidan Mirisola-Sullivan .) + +commit 6d4ba1df4bb44831cf5e24513b4f749a83350f36 +Author: Peter Osterlund +Date: Sat Jan 10 22:13:44 2004 +0100 + + Removed deprecated use of psmouse_noext in the alps patch. + This makes the patch work also for recent -mm kernels. + +commit 1879d055d658a6a52fd8f0ebeb38b8a702736892 +Author: Peter Osterlund +Date: Sat Jan 10 17:31:05 2004 +0100 + + Added "Samsung V20" to the compatibility list. + (From jm@gnux.info.) + +commit b7b18268d50e9add68f688fad758f39a6c076997 +Author: Peter Osterlund +Date: Sat Jan 10 16:43:07 2004 +0100 + + Added "Toshiba Satellite Pro 2100" to the compatibility + list. + (From Andrea Dieni .) + +commit b2248c26c505a9ae9f6c22c79e47bd479797297a +Author: Peter Osterlund +Date: Sat Jan 10 16:38:31 2004 +0100 + + Added "Acer TravelMate 350TE" to the compatibility list. + (From Beast .) + +commit e893ba89eff8b846efd0d2de080c8f0ddb30571b +Author: Peter Osterlund +Date: Sat Jan 10 16:35:06 2004 +0100 + + Added "COMPAQ EVO N600c" to the compatibility list. + (From Oliver Hanka .) + +commit 0d1a8e0b0f4126dd2245efe9a90ddc6cf1aaf1cd +Author: Peter Osterlund +Date: Thu Jan 8 23:37:34 2004 +0100 + + Added "Acer Aspire 1703SM" to the compatibility list. + (From Francesco Petrogalli .) + +commit 2b2e7c5dc03bb0c599cd3b0f3e705046989e9957 +Author: Peter Osterlund +Date: Sat Jan 3 14:00:41 2004 +0100 + + Mention that /dev/input/eventX device nodes are needed when + using the driver with a 2.6 kernel. + +commit e083c88b50e3a5bc1e00113fd59856cc4b927582 +Author: Peter Osterlund +Date: Wed Dec 31 22:37:44 2003 +0100 + + Updated INSTALL.FR. + From Rigot Michel . + +commit 089a7aa131d07b6567f3e19e5d4fa1cb253cf1b8 +Author: Peter Osterlund +Date: Tue Dec 30 15:54:16 2003 +0100 + + Added "HP N6395" to the compatibility list. + (From Jim Richardson .) + +commit f5ef65f1c1f8b2e454384c655dd5c75d64b9d85c +Author: Peter Osterlund +Date: Tue Dec 30 15:52:59 2003 +0100 + + Updated HP NX9010 entry in the compatibility list. + +commit b7a6acb4bdcb9ca9167ecb2b6272e1f1b32bc2e2 +Author: Peter Osterlund +Date: Tue Dec 30 15:50:12 2003 +0100 + + Added "DELL Inspiron 8600" to the compatibility list. + (From Alexandre Belloni .) + +commit 51d4cdccac3e2f872b0e5784df7c5edea49cbfd6 +Author: Peter Osterlund +Date: Tue Dec 30 15:47:39 2003 +0100 + + Added "Acer TravelMate 280" to the compatibility list. + (From Andrew Burgess .) + +commit b427b06ead1d88aa55103157840dda034b570bee +Author: Peter Osterlund +Date: Mon Dec 29 00:49:47 2003 +0100 + + The requirements in the INSTALL file are now a numbered list + instead of an unnumbered list. + +commit cb8801f3c2ea76b523a2e725e23010437c5bde30 +Author: Peter Osterlund +Date: Mon Dec 29 00:41:54 2003 +0100 + + Added French translation of the INSTALL file. Contributed by + Rigot Michel . + +commit 630971bcc865b3ac3ced615ed4ae48d760382c7a +Author: Peter Osterlund +Date: Sun Dec 28 03:24:35 2003 +0100 + + Explain that XFree86-devel is needed to compile the + syndaemon program. + +commit b82e8f4b118629597baf38d8f05178d789735dcd +Author: Peter Osterlund +Date: Sun Dec 28 00:11:10 2003 +0100 + + Added "HP Compaq NX7000" to the compatibility list. + (From Michael Jahn .) + +commit f5efdfd91960735b7c03b502a06bf08b955c4405 +Author: Peter Osterlund +Date: Sat Dec 27 17:00:11 2003 +0100 + + Added "Gericom Hummer 2430" to the compatibility list. + (From Sebastien B .) + +commit a6f1b57d64a526f4d400cf8b4e6c31ad6e91f06e +Author: Peter Osterlund +Date: Tue Dec 23 20:17:02 2003 +0100 + + Removed an already implemented item from the TODO list. + +commit 2c197363a8efa3c0c5c4d5d8a7dc80b6f2689485 +Author: Peter Osterlund +Date: Tue Dec 23 20:08:20 2003 +0100 + + Added "Toshiba 1410-303" to the compatibility list. + (From Margus Niitsoo .) + +commit a3b617555d7c285153934d2bfe0429d3d27eec48 +Author: Peter Osterlund +Date: Tue Dec 23 19:59:28 2003 +0100 + + Added "HP Compaq NX9000" to the compatibility list. + (From Tijmen Ruizendaal .) + +commit bb94164f3f9007eac1e9b3de2b6cdd0dc47f0ded +Author: Peter Osterlund +Date: Tue Dec 23 19:53:35 2003 +0100 + + Added "Dell Latitude D800" to the compatibility list. + (From Tom Sightler .) + +commit 7cd276294e58894d888d1a47177cb61d8937660e +Author: Peter Osterlund +Date: Tue Dec 23 18:19:28 2003 +0100 + + Added "DELL Inspiron 5100" to the compatibility list. + (From jm .) + +commit 5756bd418d2435a5d01d0f758079a1edbe4f25e1 +Author: Peter Osterlund +Date: Mon Dec 22 17:05:08 2003 +0100 + + Included information about the module path for Gentoo 1.4 in + the INSTALL file. + +commit 6ec5d2603feb6856269bc691e9e2bb91435fd057 +Author: Peter Osterlund +Date: Mon Dec 22 14:57:57 2003 +0100 + + Added "COMPAQ Armada M300" to the compatibility list. + (From Pintér Vince .) + +commit 5465f21b40289c7469824492054fd5cc7435b2b1 +Author: Peter Osterlund +Date: Fri Dec 19 21:46:50 2003 +0100 + + Added "DELL Inspiron 3500" to the compatibility list. + (From Paul Bolle .) + +commit ddb6714a6249f4643b85afb39d235fbdbcb91b99 +Author: Peter Osterlund +Date: Wed Dec 17 00:37:26 2003 +0100 + + Changed version to 0.12.2. + +commit 14ae2733772d87f6205d46e57672d6acd37666f0 +Author: Peter Osterlund +Date: Tue Dec 16 22:42:14 2003 +0100 + + Made tap processing configurable. Patch from Justin Quek + , cleaned up somewhat by me. + +commit 90f04a3309544d56e0e1ea845276993599f63167 +Author: Peter Osterlund +Date: Tue Dec 16 20:27:37 2003 +0100 + + Updated the alps.patch to handle the gesture bit correctly. + (From Tom Sightler .) + +commit 7319f511becc0c129f71548fe13c83da0009b5ad +Author: Peter Osterlund +Date: Tue Dec 16 19:53:23 2003 +0100 + + Added "IBM ThinkPad T40p" to the compatibility list. + (From Fred Hucht .) + +commit 8f9605830b9e5e60f68561ddb3747f250707f802 +Author: Peter Osterlund +Date: Tue Dec 16 19:48:52 2003 +0100 + + Guest packets require the newabs protocol. (From Fred Hucht + .) + +commit f928c154f544f22d3a51cd4972a1e1e36c973781 +Author: Peter Osterlund +Date: Tue Dec 16 00:07:48 2003 +0100 + + When calling HandleState() from timerFunc() make sure + guest_dx and guest_dy are zero, so that we don't account for the same + delta values more than once. + +commit 79d70cd3491ebed6ac02d3d4646874cc34611bfc +Author: Peter Osterlund +Date: Tue Dec 16 00:02:29 2003 +0100 + + Cosmetic changes. + +commit cdac4b8d80d60ec87bd18e874b26232e18177608 +Author: Peter Osterlund +Date: Mon Dec 15 23:59:49 2003 +0100 + + Cosmetic changes. + +commit 0024b7707a9445713babc76bb23f42b8417f1719 +Author: Peter Osterlund +Date: Mon Dec 15 23:52:35 2003 +0100 + + Fixed bug in change e6d92b0e4399ead8d24e043857d3120b87ecc1ef. Pass-through + packets were parsed as + both pass through packets and normal packets. + +commit 4ca397a160371aaf9119f26800ea81994bb46a45 +Author: Peter Osterlund +Date: Mon Dec 15 23:29:26 2003 +0100 + + Fixed bug in change 5b55777bf27124647422000f9d71f273f7864406. + +commit 5b55777bf27124647422000f9d71f273f7864406 +Author: Peter Osterlund +Date: Mon Dec 15 23:13:43 2003 +0100 + + Cleaned up the packet parsing code. + +commit e6d92b0e4399ead8d24e043857d3120b87ecc1ef +Author: Peter Osterlund +Date: Mon Dec 15 22:44:08 2003 +0100 + + Added pass through support. From David Kennedy and Fred + Hucht. + +commit 13e1f68ac2c43e448bd012139bba5278a29f874c +Author: Peter Osterlund +Date: Mon Dec 15 21:11:17 2003 +0100 + + Added "IBM ThinkPad T30" to the compatibility list. + (From Fred Hucht .) + +commit c4664996d7791dac5cf24966c05a042d20d3b757 +Author: Peter Osterlund +Date: Mon Dec 15 20:49:32 2003 +0100 + + Cosmetic changes in ps2comm.c. Mostly from Fred Hucht + and/or David Kennedy. + +commit 073e5439786b97793ab6dc5cb82cf1144a38405e +Author: Peter Osterlund +Date: Thu Dec 11 19:59:43 2003 +0100 + + Clarified that the EmulateMidButtonTime parameter affects + the physical mouse buttons, not tapping. + +commit cda45f6eb940a96c85e7bc4d6e2e2be610d36bef +Author: Peter Osterlund +Date: Thu Dec 11 18:18:37 2003 +0100 + + Clarified that the MinSpeed, MaxSpeed and AccelFactor + parameters don't have any effect on scrolling speed. + +commit 73eb7e265704590df4f57bd19e7cb0038c7db3f3 +Author: Peter Osterlund +Date: Thu Dec 11 17:39:26 2003 +0100 + + Added "Gericom A2" to the compatibility list. + (From Bastiaan Veelo .) + +commit 75299c611e36ab2f881d735dc6ac1e75e81cba21 +Author: Peter Osterlund +Date: Wed Dec 10 21:47:00 2003 +0100 + + Added "Acer TravelMate 244LM" to the compatibility list. + (From Malcolm Farmer .) + +commit b86f6c519a00d033cf0d862015186bb5b376b6ba +Author: Peter Osterlund +Date: Sun Dec 7 00:00:11 2003 +0100 + + Translated the TODO file to English. + +commit 80d38a1db80b467c5f15e4c6190dca691a228ed1 +Author: Peter Osterlund +Date: Sat Dec 6 10:56:37 2003 +0100 + + Updated INSTALL.DE. Translation contributed by + Markus B. . + +commit 46560d5fa1d9e601916efc442f4bd9599f23f731 +Author: Peter Osterlund +Date: Fri Dec 5 00:25:24 2003 +0100 + + Explained how to find the correct event device when using + the driver with an ALPS GlidePoint device. + +commit 111ff490a4887b24fd430a52b67a99932ea2248f +Author: Peter Osterlund +Date: Fri Dec 5 00:05:49 2003 +0100 + + Added "ASUS B1500" to the compatibility list. + (From Tomas Metz jr. .) + +commit 9bb7c8a065dcdc61a7c5e7a73be8c94bcb0a09aa +Author: Peter Osterlund +Date: Wed Dec 3 00:20:33 2003 +0100 + + Only use the -fno-merge-constants compiler flag if the + compiler understands it. + +commit 60407d1e3d7f27dbe1a63e42499b889d2997ec1f +Author: Peter Osterlund +Date: Tue Dec 2 22:35:22 2003 +0100 + + Added "COMPAQ Presario 1710T" to the compatibility list. + (From Justin Quek .) + +commit 51d47912b8ee64944fd58e13eeb5b54305fde75f +Author: Peter Osterlund +Date: Tue Dec 2 19:55:50 2003 +0100 + + Added "Acer Aspire 1601LC" to the compatibility list. + (From Jean Lepropre .) + +commit c3058fae0e4f67739a88a7ee2ea8c7faaf1ec97a +Author: Peter Osterlund +Date: Sun Nov 30 09:15:02 2003 +0100 + + Added an explanation how the FingerLow, FingerHigh, + MaxTapTime and MaxTapMove parameters affect tapping. + +commit f70be12f843bb31a93415829920c16165fbf3a2c +Author: Peter Osterlund +Date: Sat Nov 29 08:25:19 2003 +0100 + + Added "Sharp PC-FS2518" to the compatibility list. + (From Simon Bell .) + +commit 08deb1d3f1bd4691a37be689767788f053fed6b0 +Author: Peter Osterlund +Date: Fri Nov 28 21:27:05 2003 +0100 + + Added "Panasonic Toughbook W2" to the compatibility list. + (From Alexei Gilchrist .) + +commit 1e4d7b9b0da416dad8328c90e647f9f93d990d40 +Author: Peter Osterlund +Date: Fri Nov 28 20:19:12 2003 +0100 + + Added "DELL Inspiron 8100" to the compatibility list. + (From Dmitry Torokhov .) + +commit ea69c93f16cb271d9dc6d58a6c3b7f4e520d1c55 +Author: Peter Osterlund +Date: Thu Nov 27 00:18:48 2003 +0100 + + Added "HP Omnibook XE4400" to the compatibility list. + (From alnoah@moncantabrari.com.) + +commit 9e4c2ed27323f0b0412284eaa7ba3cfb5edd0dc7 +Author: Peter Osterlund +Date: Mon Nov 24 22:56:08 2003 +0100 + + Added "Acer Aspire 1353LC" to the compatibility list. + (From Andrea Stroppolo .) + +commit 5a821ab9b099b193aba603f5feea3ffb1c872c5b +Author: Peter Osterlund +Date: Mon Nov 24 22:53:02 2003 +0100 + + Added "Medion MD40100" to the compatibility list. + (From Richard Hoefter .) + +commit 2789ae53fd0c82d8a61c809be5b0e9d4d96c3285 +Author: Peter Osterlund +Date: Thu Nov 20 21:31:01 2003 +0100 + + Added "IBM ThinkPad T41" to the compatibility list. + (From Ari Pollak .) + +commit 569a0c1ab70184b1be93cb15795f2b7b9830505b +Author: Peter Osterlund +Date: Thu Nov 20 18:34:18 2003 +0100 + + In the syndaemon help message, print the default disable + time. (Suggestion from Frédéric Bothamy .) + +commit 069e4a26a67d11c1a0c2194f09ead2acad1a75ba +Author: Peter Osterlund +Date: Thu Nov 20 18:32:24 2003 +0100 + + Made syndaemon recognize the '?' option, causing the help + message to be printed. + +commit 793b86a23aee1b6d59cee377ff7f6cb6d48b5fe1 +Author: Peter Osterlund +Date: Thu Nov 20 18:30:18 2003 +0100 + + Added "COMPAQ Presario 711EA" to the compatibility list. + (From Frédéric Bothamy .) + +commit 00bd7e6acc8168998ea3365ef6ebb223adb0577a +Author: Peter Osterlund +Date: Tue Nov 18 22:53:11 2003 +0100 + + Added "Sony PCG-TR1A" to the compatibility list. + (From Gene Imes .) + +commit b90424a631341cb08eec23d96bcc401fde678828 +Author: Peter Osterlund +Date: Tue Nov 18 22:43:26 2003 +0100 + + Added parameter settings to the InputDevice example in + README.alps, so that the whole thing can be cut and pasted into the + XFree86 config file. (Suggestion from Gene Imes .) + +commit b843ea1eed178decbdd5828e42e8c50ca34047fb +Author: Peter Osterlund +Date: Tue Nov 18 22:28:22 2003 +0100 + + Added "HP Pavillion ZT3000" to the compatibility list. + (From Justin Jones .) + +commit f764fdbf20e25e5bbcbc6cc462cb06903bae2cff +Author: Peter Osterlund +Date: Mon Nov 17 16:42:57 2003 +0100 + + Added an fflush() call after the printf in the monitor loop + in synclient.c. This makes "synclient -m" behave better when the output + is piped to some other program. + (From Anders Kaseorg .) + +commit 49254fe2f08123d5fe21e9bfa6f3f26de3a4f2a0 +Author: Peter Osterlund +Date: Mon Nov 17 00:55:53 2003 +0100 + + Added "Airis Pragma 750" to the compatibility list. + (From José L. Fernández Jambrina .) + +commit b6109c357c46b676e82259f2bd2bb2d935f211c9 +Author: Peter Osterlund +Date: Sun Nov 16 12:19:46 2003 +0100 + + Added "DELL Inspiron 5150" to the compatibility list. + (From Steve Head .) + +commit 99566d5e09b49c57629d44f475b865c1e8dbe997 +Author: Peter Osterlund +Date: Sat Nov 15 13:40:29 2003 +0100 + + Added "DELL Inspiron 7000" to the compatibility list. + (From casey .) + +commit c0113a86d4aaf399c1fa4eec29553203eb76ea59 +Author: Peter Osterlund +Date: Fri Nov 14 21:17:16 2003 +0100 + + Changed version to 0.12.1. + +commit ed43dd7af5533432afc3d69fbec4a24b5512a1b2 +Author: Peter Osterlund +Date: Fri Nov 14 21:11:45 2003 +0100 + + No longer support installation from a precompiled binary. + It should be possible for everyone to compile from source. + +commit 2d84ff6e0b937459ced3208362c0fae7b48bab9c +Author: Peter Osterlund +Date: Fri Nov 14 20:56:59 2003 +0100 + + Added the FAQ section from the web page to the README file. + +commit c8955366a82e863c74e835f2861eb3aa68e464a1 +Author: Peter Osterlund +Date: Fri Nov 14 20:44:58 2003 +0100 + + Restructured and updated the documentation. Created README + file that replaces the FEATURES and PARAMETER files. + +commit 98295fd6ca1f747c2e390692c1bcfd59370b23a3 +Author: Peter Osterlund +Date: Wed Nov 12 21:29:02 2003 +0100 + + Improved a comment. + +commit e2f79457b8ddbf4bb99c01909d79a7f3966b664d +Author: Peter Osterlund +Date: Wed Nov 12 21:02:21 2003 +0100 + + Added "PowerPro C 3:16" to the compatibility list. + (From Anders Kaseorg .) (Requires change + c04c5744c3fdaff2037b7eb387640888c09d8b1a.) + +commit 0a3ab4831d47ccde9f1ccfefbac16a0de1bbcf99 +Author: Peter Osterlund +Date: Wed Nov 12 20:49:36 2003 +0100 + + Replaced the oneFinger, twoFingers and threeFingers + 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. + +commit 5181449a9ffb449ac55d943ab2b6905f97558d4f +Author: Peter Osterlund +Date: Wed Nov 12 20:02:01 2003 +0100 + + Removed compatibility code for old ( +Date: Wed Nov 12 16:52:01 2003 +0100 + + Rediffed the alps patch for kernel 2.6.0-test9-bk16. + +commit c04c5744c3fdaff2037b7eb387640888c09d8b1a +Author: Peter Osterlund +Date: Wed Nov 12 16:14:34 2003 +0100 + + Made the packet checking code less strict, so that the + driver works also for touchpads that don't strictly follow the + specified protocol. Problem reported by Anders Kaseorg + using a PowerPro C 3:16 laptop. + +commit 8424ef07deb673f2b506d4184d25d00b2e34c367 +Author: Peter Osterlund +Date: Tue Nov 11 20:14:16 2003 +0100 + + Removed unnecessary pointer typedefs. + +commit 2252815be5479c5665b7d0de9a55760432ac514e +Author: Peter Osterlund +Date: Tue Nov 11 16:29:09 2003 +0100 + + Do edge detection a little later in the HandleState() + function, so that it is not done at all when the touchpad is disabled. + +commit 984f218d03d2a98856bf318d6665fa69ed02905b +Author: Peter Osterlund +Date: Tue Nov 11 16:23:13 2003 +0100 + + Added "HP NX9010" to the compatibility list. + (From Roberto Selbach Teixeira .) + +commit 1c9a4cbd499f261047c63be7a413b2379123b06f +Author: Peter Osterlund +Date: Mon Nov 10 20:39:40 2003 +0100 + + Fixed spelling error. + +commit 5b959ee659590b48ceffc49c6176aa95e5bf760e +Author: Peter Osterlund +Date: Wed Nov 5 18:15:00 2003 +0100 + + Added "HP Pavillion ZE4125" to the compatibility list. + (From Kurt Bechstein .) + +commit 475b1c5a822f855eee09ff352588f88a2d8900cb +Author: Peter Osterlund +Date: Mon Nov 3 21:05:04 2003 +0100 + + Added "SONY VAIO GR7/K" to the compatibility list. + (From Mattia Dongili .) + +commit 3e4020797e608369cc15f14520ebc1317bee7965 +Author: Peter Osterlund +Date: Mon Nov 3 20:36:29 2003 +0100 + + Added "DELL Inspiron 1100" to the compatibility list. + (From Damien Solley .) + +commit 91fdf85fba2fd2a46db154c67c7b4e5bc2774629 +Author: Peter Osterlund +Date: Sun Nov 2 11:51:49 2003 +0100 + + Disable the whole touchpad, not just tapping, during + keyboard activity. + +commit 91c7a9f8004eeed3f3c86863ae4c3c8112045fc4 +Author: Peter Osterlund +Date: Sun Nov 2 11:30:46 2003 +0100 + + Added "syndaemon", a program that monitors keyboard activity + and disables touchpad tapping when the keyboard is being used. + +commit 282572e2ffd9ce3119dc750591b5633d854f1d67 +Author: Peter Osterlund +Date: Thu Oct 30 19:39:05 2003 +0100 + + Added "COMPAQ Presario 700US" to the compatibility list. + (From Jeremie Wattellier .) + +commit 6f4b0b58f7ccd96e8238dca79916f458a9e9fd2e +Author: Peter Osterlund +Date: Thu Oct 30 19:35:28 2003 +0100 + + Added "Panasonic CF-R1" to the compatibility list. + (From matthew@mulrooney.ca.) + +commit fa786c17e73cc29a01653665b598025853225699 +Author: Peter Osterlund +Date: Mon Oct 27 19:20:09 2003 +0100 + + Added a note explaining that you can not have more than one + core pointer. + +commit 366457bafa1df82eb363c68fa3cf5be2caaf3a5a +Author: Peter Osterlund +Date: Mon Oct 27 19:08:04 2003 +0100 + + Added "INote 88EPS" to the compatibility list. + (From Yves Caniou .) + +commit 8e470c9d5851611bb95a78760dbf7bf5c7f8ca14 +Author: Peter Osterlund +Date: Sun Oct 26 10:30:38 2003 +0100 + + Changed version to 0.12.0. + +commit d184b86a023afc88a94341e58c6c81e3bc5985c7 +Author: Peter Osterlund +Date: Sun Oct 26 10:19:51 2003 +0100 + + Updated documentation regarding 2.6.x, alps and security + considerations for the SHMConfig driver option. + +commit b1009fe08bab96d1dab6ac48c5382861019a7c10 +Author: Peter Osterlund +Date: Sun Oct 26 09:05:04 2003 +0100 + + Added the alps kernel patch for 2.6.0-test9. + +commit 30d59997968289a8491e0b4f26d1ba6f160cd729 +Author: Peter Osterlund +Date: Sun Oct 26 08:58:41 2003 +0100 + + Print the driver version string before other driver + messages. + +commit 7f348b659c49d56da3872efcb8ce27038d176458 +Author: Peter Osterlund +Date: Fri Oct 24 17:08:06 2003 +0200 + + Added "ASUS M3000N" to the compatibility list. + (From Luca Capello .) + +commit 820748ba2a3c9c9a76d886b39238c46283d94855 +Author: Peter Osterlund +Date: Fri Oct 24 16:52:43 2003 +0200 + + Added "Compaq Evo N800v" to the compatibility list. + (From Vladimir Wiedermann .) + +commit dba1d2aef96116d95bffb08214bc8f9bf108063c +Author: Peter Osterlund +Date: Sun Oct 19 17:46:16 2003 +0200 + + Added "HP Omnibook XT1000 (F3433)" to the compatibility + list. (From Philip Rieger .) + +commit 4093aab2f0660dbcd30f9f13e9757fdf8c88f488 +Author: Peter Osterlund +Date: Fri Oct 17 16:32:27 2003 +0200 + + Added "COMPAQ Presario 2825EA" and "DELL Latitude C610" to + the compatibility list. + (From Dr. Jörg-Volker Peetz .) + +commit 698ae2fa0e167d3954692da978ba7023ae5ed674 +Author: Peter Osterlund +Date: Thu Oct 16 07:47:30 2003 +0200 + + In the bug reporting paragraph, ask for dmesg and + /proc/bus/input/devices for 2.6.x kernels. + +commit a415c1c4b356440d8587cbc705e05ee84b3d0fb0 +Author: Peter Osterlund +Date: Mon Oct 13 23:39:27 2003 +0200 + + Fixed some language issues. + +commit 64cb1f3f141c17340d38550a2ac251f6a9e30f77 +Author: Peter Osterlund +Date: Mon Oct 13 23:33:25 2003 +0200 + + Report all eight multi buttons in the synclient program. + +commit d2aa3f955bba0159b2190c1012365699f0b8ecba +Author: Peter Osterlund +Date: Mon Oct 13 23:06:52 2003 +0200 + + Cosmetic cleanup in ps2comm.h. + +commit 909bb54fdb1f9fee3aa004df112c02d754ef53d0 +Author: Peter Osterlund +Date: Mon Oct 13 22:02:10 2003 +0200 + + Fixed spelling error. + +commit ad34245639263fc815f0a99871b15a1762272858 +Author: Peter Osterlund +Date: Sun Oct 12 16:49:09 2003 +0200 + + Use case insensitive matching when setting parameters. + +commit 215c8256a5ddfc48c7b8bf850eff3c5951b9d673 +Author: Peter Osterlund +Date: Sun Oct 12 16:45:02 2003 +0200 + + Implemented "locked drags", after a suggestion from + "Karl Kashofer" . + +commit 0160f6e854a0f384df280b299c8d504b815a47f8 +Author: Peter Osterlund +Date: Sat Oct 11 14:51:51 2003 +0200 + + Made code formatting more consistent. + +commit b3fb393f842ec4691dfe4f354e02b4a2ff84185f +Author: Peter Osterlund +Date: Sat Oct 11 14:31:17 2003 +0200 + + Added file README.alps that explains how to use the driver + with an ALPS Glidepoint device. + +commit 70922137ac2b5ad69bda742892291671c2ffdaed +Author: Peter Osterlund +Date: Sat Oct 11 12:04:18 2003 +0200 + + Added "ECS Desknote i-Buddie A900" to the compatibility + list. (From Sergio Queiroz .) + +commit 4e4f3e83856fed8d0f16fff0bc885152273d7e85 +Author: Peter Osterlund +Date: Wed Oct 8 19:44:20 2003 +0200 + + Changed version to 0.11.8. + +commit bd6eff99abb3217cb4db0b6d8dff3e551582c8fc +Author: Peter Osterlund +Date: Tue Oct 7 00:28:56 2003 +0200 + + Fixed INSTALL files. There are no compound words in the + English language. + +commit fd9ffb281c8a33d1bdbcd4f29e0e9814b6ba4b85 +Author: Peter Osterlund +Date: Sun Oct 5 08:42:12 2003 +0200 + + Minor documentation fixes. + +commit 2cdd459c1d78fff499ad1122cb8848c45db1b969 +Author: Peter Osterlund +Date: Sat Oct 4 19:11:04 2003 +0200 + + Updated the documentation. + +commit d7d9674548b25d716418d04906f526665eae2539 +Author: Peter Osterlund +Date: Sat Oct 4 18:38:52 2003 +0200 + + Added X include files so that the driver can be compiled + without an external XFree86 source tree. + +commit 18d9a2d1f81a1cc460fa6d64505d4706df3ab918 +Author: Peter Osterlund +Date: Wed Oct 1 07:26:14 2003 +0200 + + Added "Sharp Actius MM10" to the compatibility list. + (From David Masover .) + +commit a83a851935e5e15048cb1b8b458946604410ec7b +Author: Peter Osterlund +Date: Sun Sep 28 20:28:18 2003 +0200 + + Initialize the id variable in QueryIsSynaptics(), so that we + don't print out garbage if the identification fails. + +commit 387932425d6fe3967233d5e0c0d61fcc086287e1 +Author: Peter Osterlund +Date: Sun Sep 28 15:27:16 2003 +0200 + + Changed version to 0.11.7. + +commit 8c8177561c7baa0f2d0b3b974f67aa85b4f73c09 +Author: Peter Osterlund +Date: Sun Sep 28 15:23:54 2003 +0200 + + When using the Linux 2.6 event device, try to get exclusive + access to the device, so that touchpad data doesn't leak to + /dev/input/mice. + +commit e3413da67be91dd32e01e6eb8918101eb4f25361 +Author: Peter Osterlund +Date: Sat Sep 27 17:30:52 2003 +0200 + + Added "Gateway 600S" to the compatibility list. + (From Bradley Chapman .) + +commit 5a7315d09f7831d24a5d8f21bd5c3fef0bfd968e +Author: Peter Osterlund +Date: Sat Sep 27 08:25:03 2003 +0200 + + Added "Acer TravelMate 234LC" to the compatibility list. + (From Andras Huszar .) + +commit 08dbc35d45bedb73570bec917138622aeb646b0a +Author: Peter Osterlund +Date: Fri Sep 26 08:02:51 2003 +0200 + + Changed version to 0.11.6. + +commit 0b82ac7de42319c42fcb910cc4ae8757e2d35e5c +Author: Peter Osterlund +Date: Fri Sep 26 08:00:59 2003 +0200 + + Warn about (and fix) mis-configured TopEdge/BottomEdge + parameters. + +commit e507f26e140a8b400e3376dfa1f8dce92dedaee0 +Author: Peter Osterlund +Date: Fri Sep 26 07:54:48 2003 +0200 + + Forgot to change the default values for TopEdge and + BottomEdge in change a37a1239a79d0147dbd76e7346108d4b7a836864. + +commit 3b6deacd0bab0f10f4c5147548d156bddb56b855 +Author: Peter Osterlund +Date: Fri Sep 26 07:53:21 2003 +0200 + + Updated the config section in INSTALL.DE. Added warning + explaining that the file is not up to date. + +commit 86adad50ea56005cc3d6f536b5ea2856c7d1ed57 +Author: Peter Osterlund +Date: Thu Sep 25 01:40:16 2003 +0200 + + Changed version to 0.11.5. + +commit a37a1239a79d0147dbd76e7346108d4b7a836864 +Author: Peter Osterlund +Date: Thu Sep 25 01:37:13 2003 +0200 + + Added support for the new 2.6 kernel events ABS_TOOL_WIDTH, + BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP and BTN_TOOL_TRIPLETAP. Note that + this swaps the direction of the Y axis internally to match X and the + linux input subsystem. Because of this, the TopEdge and BottomEdge + parameters must be modified in the config file. There is some backwards + compatibility code for old 2.5/2.6 kernels that will probably be + deleted later. + +commit fe3d1e6d2bae13264eb85d2466d1e8c78686d993 +Author: Peter Osterlund +Date: Wed Sep 24 23:03:43 2003 +0200 + + Use the EVIOCGID ioctl for synaptics event device auto + detection. This is much simpler than parsing /proc/bus/input/devices + and more robust too. + +commit 95256de7cafa261258f02152a89e6f272c0e498c +Author: Peter Osterlund +Date: Mon Sep 22 23:05:41 2003 +0200 + + Fixed error in change 9e0c2685435a3403468a9247e17125c7a1d568ac. + +commit 9e0c2685435a3403468a9247e17125c7a1d568ac +Author: Peter Osterlund +Date: Mon Sep 22 23:05:00 2003 +0200 + + Changed version to 0.11.4. + +commit 052060027b393d3bcece28ede5f67610f0b79efe +Author: Peter Osterlund +Date: Mon Sep 22 23:04:19 2003 +0200 + + Reverted change bbb485a01aa2b24638875c97f80121ddd027b6f2. It's better + to build the binary for + 4.2.0 because this will work for both 4.2 and 4.3. + +commit c078adee827fbd456b5058b071a50081dd22e70f +Author: Peter Osterlund +Date: Sun Sep 21 18:58:11 2003 +0200 + + Changed the identifier for the synaptics protocol to match + kernel 2.6.0-test5-bk8. + +commit 56a7a48bfa067e9eb29616a245539cd95e65569a +Author: Peter Osterlund +Date: Wed Sep 17 16:43:42 2003 +0200 + + Added "DELL Latitude CPi" to the compatibility list. + (From Bruno Pelaia .) + +commit 1e01005291b312b9cc229701832991b77dbc7f79 +Author: Peter Osterlund +Date: Mon Sep 15 21:26:08 2003 +0200 + + Forgot to run emacs indent before last check in. + +commit 738003e9f6154b7b1bde845b030916c03080d56e +Author: Peter Osterlund +Date: Mon Sep 15 21:22:55 2003 +0200 + + More consistent code formatting. + +commit 618537a53c9be4d8555327294d311c3a8db5b88f +Author: Peter Osterlund +Date: Sun Sep 14 22:18:17 2003 +0200 + + Clarified description of FingerLow/FingerHigh parameters. + +commit 0f0cee77f6cde2df549461c8fa7de6b30359cf74 +Author: Peter Osterlund +Date: Sun Sep 14 21:46:28 2003 +0200 + + Made it possible to disable the touchpad at runtime. (Patch + from "Jörg Bösner" .) + +commit d1643a7d781216dd92cf4dc4d2a0da7a40d57258 +Author: Peter Osterlund +Date: Sat Sep 6 16:02:46 2003 +0200 + + Added "Acer 661 LCi" to the compatibility list. + (From Matthias D. Eisner .) + +commit a01bb3f3b188c45ed74b47d574a3e54c76212c8f +Author: Peter Osterlund +Date: Sat Aug 23 20:36:55 2003 +0200 + + Added some old news to the NEWS file. + +commit 2dcc2389135f05d0d9168b709710e96074f754c8 +Author: Peter Osterlund +Date: Sat Aug 23 19:19:26 2003 +0200 + + Fixed spelling errors. + +commit 141cfb86965f930d14b7a3c27d92a42998491b83 +Author: Peter Osterlund +Date: Sat Aug 23 19:12:58 2003 +0200 + + Created a helper macro to get rid of all the ugly "#ifdef + DEBUG" in ps2comm.c. + +commit 1b72cfdff78003cd8fece51a5931770c7d9aa799 +Author: Peter Osterlund +Date: Sat Aug 23 18:57:27 2003 +0200 + + Made "make tags" work for emacs. + +commit 156c4330531c037eb7bb45a38b84bacb5010e290 +Author: Peter Osterlund +Date: Sat Aug 23 18:50:40 2003 +0200 + + Comment fixes. + +commit 5ab0290008b2c6d69d3b7ed0b0375652cf4ae40c +Author: Peter Osterlund +Date: Sat Aug 23 18:43:08 2003 +0200 + + Changed tab size from 4 to the standard value 8. Reindented + code so that it still looks sane. + +commit bbb485a01aa2b24638875c97f80121ddd027b6f2 +Author: Peter Osterlund +Date: Sat Aug 23 18:22:09 2003 +0200 + + Changed Makefile to build for XFree86 version 4.3.0 by + default. + +commit 7626b4ea8781347fad37e57e3591c10dfb7c434a +Author: Peter Osterlund +Date: Sat Aug 23 18:21:32 2003 +0200 + + Removed trailing whitespace. + +commit 4b975c2b5080a8686d57413825c8bf1e0288c17e +Author: Peter Osterlund +Date: Sat Aug 2 13:07:33 2003 +0200 + + Reset the touchpad if it has been out of sync for too long. + (By Hartwig Felger, cleaned up somewhat by me.) The synaptics manual + explains that the touchpad can revert to relative mode after a power + glitch or electrostatic discharge. + +commit 106ccc8b509d94f9ea2f0dfd41bde0766694536f +Author: Peter Osterlund +Date: Thu Jul 31 12:11:00 2003 +0200 + + Changed version to 0.11.3p11. + +commit 4a9aa22cf8929d451d85ccd3ce96ebf59d61b24c +Author: Peter Osterlund +Date: Thu Jul 31 11:59:34 2003 +0200 + + Updated COMPATIBILITY file. + +commit 67ae294551dcb8ac9d9bc4b4cb914c0e008c3db8 +Author: Peter Osterlund +Date: Thu Jul 31 02:16:20 2003 +0200 + + Disable stream mode before trying to identify/initialize the + touchpad. Otherwise the touchpad can report motion data in the middle + of the initialization sequence, which will confuse the driver and make + the initialization fail. + +commit 1d47626058ac32d07d08a73bdf1f6d3d19bf71c3 +Author: Peter Osterlund +Date: Thu Jul 31 00:58:57 2003 +0200 + + Removed a few forgotten hardcoded values. + +commit f9f2cb51f552d7a1e75b4a3ad2968cb66129a005 +Author: Peter Osterlund +Date: Wed Jul 30 20:41:42 2003 +0200 + + When setting the mode byte, don't set bits that the touchpad + doesn't understand. (Those bits are reserved and setting them can lead + to weird problems, like the left button not working, as reported by + Miles Lane.) + +commit dd31479ebea723ad6024935e28b790000c9c8543 +Author: Peter Osterlund +Date: Wed Jul 30 01:47:14 2003 +0200 + + Fixed spelling error in NEWS file. + +commit 95d116296d757aca38a41c90ee52955876900471 +Author: Peter Osterlund +Date: Wed Jul 30 01:30:42 2003 +0200 + + Changed version to 0.11.3p10. + +commit 32408625df8b41757515459b52e97c3e2eaa1937 +Author: Peter Osterlund +Date: Wed Jul 30 01:09:57 2003 +0200 + + More robust resynchronization code, after an idea from + Hartwig Felger. When we realize we are out of sync, only throw away + one byte, not all bytes already read from the touchpad. + +commit 5f5730c7fc15114bde3cdf1e2caf034c967282fa +Author: Peter Osterlund +Date: Tue Jul 29 21:03:55 2003 +0200 + + Moved finger detection to a separate function. + +commit 8a422fa3bf5e1f8327ed0df6fcacd7d04337c3af +Author: Peter Osterlund +Date: Tue Jul 29 20:53:43 2003 +0200 + + Moved middle mouse button emulation to a separate function. + +commit 6b51cab4632f4fdc0ec9638fdc5c861edc7f94c7 +Author: Peter Osterlund +Date: Tue Jul 29 19:15:25 2003 +0200 + + Use the SYN_MODEL_NEWABS() macro to decide which protocol + (new or old) to use. + +commit d7d35a4aabe6a9102a4365747871e5f4ac0258c6 +Author: Peter Osterlund +Date: Tue Jul 29 11:05:25 2003 +0200 + + Fixed incorrect "lost sync" message in change + eef92f7889619ab2730f7f930528398d7708ff0c. + +commit 2a757b75d43bcc7276fefef7ab76227ae94ba64c +Author: Peter Osterlund +Date: Tue Jul 29 02:42:26 2003 +0200 + + Fixed typo in change 34b03a2f9f06979c15244ae53374568bb6c181f8. + +commit 34b03a2f9f06979c15244ae53374568bb6c181f8 +Author: Peter Osterlund +Date: Tue Jul 29 02:39:24 2003 +0200 + + Forgot to update NEWS file in change + a591e7de10922c5f50c4cc2240997bcd92aaae28. + +commit a591e7de10922c5f50c4cc2240997bcd92aaae28 +Author: Peter Osterlund +Date: Tue Jul 29 02:35:02 2003 +0200 + + Changed version to 0.11.3p9. + +commit eef92f7889619ab2730f7f930528398d7708ff0c +Author: Peter Osterlund +Date: Tue Jul 29 02:30:19 2003 +0200 + + Added support for the old synaptics protocol. By Hartwig + Felger. + +commit fb54b61a1a4beede088e57b92c9277c23cfde350 +Author: Peter Osterlund +Date: Tue Jul 29 02:11:22 2003 +0200 + + Minor cleanup. + +commit d5785a9652c6d832f97b1b054f4e436f9b61c0eb +Author: Peter Osterlund +Date: Sun Jul 20 12:46:35 2003 +0200 + + Changed version to 0.11.3p8. + +commit 80bda91ccd1e08636d4588023e9fe6a1ffbfa037 +Author: Peter Osterlund +Date: Sun Jul 20 12:42:22 2003 +0200 + + Fixed change b5ae101d5d94d964c680e15c289220f208393df2 so that the + autodetection works also when + X>=10 in eventX. (Pointed out by Hartwig Felger.) + +commit b5ae101d5d94d964c680e15c289220f208393df2 +Author: Peter Osterlund +Date: Sun Jul 20 12:23:16 2003 +0200 + + Update from Hartwig Felger. + * Added "multi-buttons" to the FEATURES list. + * Updated NEWS file with data from the web page. + * More robust parsing of the Handlers= line when doing auto detection + for 2.6 kernels. ("Handlers=event2 js0" should now work.) + * Updated synclient program to explain that it can't query hardware + details when using a 2.6 kernel. + +commit ff759b3dbb0481c5a869c4cac7ef2a1704f96cf4 +Author: Peter Osterlund +Date: Thu Jul 17 03:16:51 2003 +0200 + + Changed version to 0.11.3p7. + +commit c534fb9a4492952e93691bc76f5de591bcde90de +Author: Peter Osterlund +Date: Thu Jul 17 03:16:01 2003 +0200 + + Updated documentation for new "auto-dev" option. + +commit 2971238f36a95dd08f8a0e8a922f8a3560bedf9b +Author: Peter Osterlund +Date: Thu Jul 17 03:08:19 2003 +0200 + + Implemented protocol "auto-dev" that automatically tries to + find the proper device node and protocol for the touchpad. This makes + it possible to have the same XF86Config file for 2.4 and 2.5 kernels. + From Hartwig Felger with some fixes by me. + +commit 05e4da98ca98e8ee05ed47e1d3d8cf9f5d635a33 +Author: Peter Osterlund +Date: Thu Jul 17 01:01:47 2003 +0200 + + White space fixes in ps2comm.[ch]. + +commit b88eeb58ee99167c94b7aa99c3957b478f3f5943 +Author: Peter Osterlund +Date: Wed Jul 16 23:03:18 2003 +0200 + + Removed obsolete comment about SHMConfig option. + +commit d453ae378bd17fe65478bfe0d032167f48191e42 +Author: Peter Osterlund +Date: Wed Jul 16 22:56:01 2003 +0200 + + Added proper support for "multi buttons". The old code + referred to this as six_button mode, but this mode was activated based + on firmware version, which was not correct. From Hartwig Felger. + +commit d37453a3368e051580bb73ecccdbe4fc5f6cf6c0 +Author: Peter Osterlund +Date: Wed Jul 16 22:34:33 2003 +0200 + + Updated COMPATIBILITY file. + +commit 84a6f5951035bb6bd031e64801e07cba959acc12 +Author: Peter Osterlund +Date: Wed Jul 16 14:58:20 2003 +0200 + + Mention the synclient program in the INSTALL file. + +commit 607ef2ce4d448a88381a14b3bec1a807e3bfc30a +Author: Peter Osterlund +Date: Tue Jul 15 12:21:09 2003 +0200 + + Added #define's for the constants used by the linux event + interface. + +commit 2c8d34d0cce5178500b3da34c4857426f1f7e221 +Author: Peter Osterlund +Date: Tue Jul 15 11:42:36 2003 +0200 + + Use BTN_0 ... BTN_3 for reporting multi button events. From + Hartwig Felger. + +commit 7e22ec4addf8787c4f05b55bb02b3abcc3dded58 +Author: Peter Osterlund +Date: Sun Jul 13 22:43:21 2003 +0200 + + Changed version number. + +commit d9c4ba6cfc3d435b839bec73dc60615b2f57811d +Author: Peter Osterlund +Date: Sun Jul 13 22:39:48 2003 +0200 + + Fixed spelling errors. + +commit 3132dd9c4082f7869844eec0695d99d9a5279f38 +Author: Peter Osterlund +Date: Sun Jul 13 22:38:37 2003 +0200 + + Implemented "make install". + +commit 610374e9ff5297956b9ab870096b07817fd41e69 +Author: Peter Osterlund +Date: Sun Jul 13 22:30:49 2003 +0200 + + Reset the touchpad to relative mode when the X server terminates. + +commit 689f4024671595c9cabb13d287719c3bea8da1b1 +Author: Peter Osterlund +Date: Sun Jul 13 21:18:44 2003 +0200 + + Removed trailing whitespace. + +commit 4864a703b01effb0d9c38da66939e3f5df302a0b +Author: Peter Osterlund +Date: Sun Jul 13 20:56:12 2003 +0200 + + Improved driver initialisation and finalization. From + Hartwig Felger. + +commit ffc6e06ee1a09c19b77551d7afa99236fe00a548 +Author: Peter Osterlund +Date: Sun Jul 13 20:42:19 2003 +0200 + + Made horizontal wheel replacement buttons work. (From + Hartwig Felger.) For 2.5.x, a kernel patch is also needed. + +commit 183d5e9a379ed43a3322c539393a6cd22b6d9f63 +Author: Peter Osterlund +Date: Sun Jul 13 20:12:13 2003 +0200 + + Added log level to some messages. (From Hartwig Felger.) + +commit 6984f1f4025617e8ff293d61e004cd05dd6d6e91 +Author: Peter Osterlund +Date: Sun Jul 13 00:19:10 2003 +0200 + + Longer timeout in the reset sequence. Experience from the + 2.5 kernel driver has shown that 4 seconds is needed for some + touchpads. + +commit c3a894be676154c2eeaea5d64b979b43b5a18939 +Author: Peter Osterlund +Date: Tue Jul 8 20:38:52 2003 +0200 + + Added include path needed in gentoo linux. Reported by + Christian Storm . + +commit 99846a3bee4f4a0e9ce4db2c66b9fbada66fe213 +Author: Peter Osterlund +Date: Tue Jul 8 00:38:28 2003 +0200 + + Fixed race condition caused by asynchronous IO (SIGIO). This + change hopefully fixes the X server hangs. + +commit cde4d060e04a1684df99d81136c7107ee2050bc4 +Author: Peter Osterlund +Date: Fri Jul 4 20:50:19 2003 +0200 + + Use packet counting instead of time to decide when to start + generating pointer movement events. This fixes the bug that incorrectly + moved the cursor to the upper right corner when quickly putting the + finger on the touchpad. + +commit 85b9edee3325772b10824ecd58042165a4240a7e +Author: Peter Osterlund +Date: Thu Jul 3 23:49:01 2003 +0200 + + Fixed spelling error. + +commit 816506d8adb1193ddfafe3717993b57d420489d0 +Author: Peter Osterlund +Date: Thu Jul 3 22:49:59 2003 +0200 + + Workaround for X server bug in the TimerSet() function. + +commit f6498a659fbf4be5aee1b65f37f5b6d01bd45bfd +Author: Peter Osterlund +Date: Wed Jul 2 16:15:44 2003 +0200 + + Changed default values to match change + 799ea3f9ccb2bbad7e60fd1bc2fae6b218fddbb5. + +commit 04e1fa81cf7238f028b3acb90be7fd5272624521 +Author: Peter Osterlund +Date: Thu Jun 19 16:36:41 2003 +0200 + + Fixed documentation error. + +commit aba50d5ca946e3aeab4cc36d11ef785c22a74211 +Author: Peter Osterlund +Date: Thu Jun 19 01:20:10 2003 +0200 + + Changed version number. + +commit 799ea3f9ccb2bbad7e60fd1bc2fae6b218fddbb5 +Author: Peter Osterlund +Date: Thu Jun 19 01:19:38 2003 +0200 + + Rewrote timer handling so that the driver no longer depends + on packets arriving 1s after the last state change. (The kernel driver + only reports to user space when something changes.) Use wall clock time + instead of packet counting for time computations. This change also + means that configurable times are now specified in milliseconds instead + of units of 1/80s. + +commit dfb3d4236e706a4b00298f0cacca99365a906c57 +Author: Peter Osterlund +Date: Sun Jun 15 19:51:32 2003 +0200 + + When parsing kernel event data, make sure we see a + SYN_REPORT event and not some other SYN_ event. + +commit 2b7b0567533698dbd86fb3bd745ad5b395c1d85d +Author: Peter Osterlund +Date: Sun Jun 15 12:39:30 2003 +0200 + + Changed suggested MaxTapTime value from 20 to 15, to avoid + gnome scrollbars to start auto repeat when tapping is used. + +commit 6838991b9defc1fa46c494b79a2a3531e07ff1e6 +Author: Peter Osterlund +Date: Sun Jun 15 12:30:15 2003 +0200 + + Added "Protocol" option to activate the kernel input event + interface. + +commit 3a97613b2a86bda9969eee0772a236a4c6ac53c1 +Author: Peter Osterlund +Date: Sun Jun 15 11:36:28 2003 +0200 + + Added support for kernel input event interface. Not + activated yet though. + +commit 9392fa28f15b755661fb7298e4db0c286b77d19c +Author: Peter Osterlund +Date: Sun Jun 15 10:11:56 2003 +0200 + + Moved capability bit handling to the SynapticsGetHwState() + function, so that it can be bypassed in kernel input event mode. + +commit 78cfc7ab6eef9ae6ae4082ff96715775871f8f1c +Author: Peter Osterlund +Date: Sun Jun 15 09:14:23 2003 +0200 + + Fixed initialization failure path so that it doesn't crash + the X server. + +commit 151cf49264fb4094f5715fd1730e0d0005fc84b8 +Author: Peter Osterlund +Date: Sun Jun 15 01:28:31 2003 +0200 + + Abstracted out the code to determine the hardware state + from the ReadInput() function. This will make it possible to support + the event based absolute packet format generated by the 2.5 kernel. + +commit 5fd0211e2da85896db3eedfc99e435378dbc08be +Author: Peter Osterlund +Date: Mon Jun 9 01:35:13 2003 +0200 + + Fixed spelling error. + +commit 269f5da5315026cd97c98da088d948d022e41fed +Author: Peter Osterlund +Date: Thu May 15 23:41:38 2003 +0200 + + Update from the p4 computer. + +commit 6a3a735f4aeeb3ff72e3e8d32705fe37e7d0486f +Author: Peter Osterlund +Date: Sun May 4 15:58:58 2003 +0200 + + Fixed spelling errors. + +commit e4996f5648898a49a564e383a0575d00cd172ee3 +Author: Peter Osterlund +Date: Sat May 3 15:14:19 2003 +0200 + + Removed unnecessary include file. + +commit df584e849c8813d97f1a766376e2263dcfcb0ab8 +Author: Peter Osterlund +Date: Sat May 3 15:06:04 2003 +0200 + + Merged some #ifdef stuff from 0.11.3. (Not sure what it is + good for, but it doesn't hurt anything.) + +commit 7d6b34aaf566a51cbcf101b82c7ac6ccdeb80208 +Author: Peter Osterlund +Date: Sat May 3 14:41:31 2003 +0200 + + Updated the FEATURES file regarding online configuration + using shared memory. + +commit c2a2cd369203191cb8da5c74339e09a9becbc635 +Author: Peter Osterlund +Date: Sat May 3 10:22:15 2003 +0200 + + Made the params[] array in synclient.c static. + +commit 280b22f3f87740e3a9df2cc6478dfbcff5bdd695 +Author: Peter Osterlund +Date: Fri May 2 19:17:22 2003 +0200 + + Removed an implemented feature from the TODO file. + +commit 436ecd0605c223155d54236daf196873defaa154 +Author: Peter Osterlund +Date: Fri May 2 19:09:14 2003 +0200 + + Fixed incorrect usage text in synclient. + +commit 7ac888545b789e4aaf0bcb376e7f47077740d5c6 +Author: Peter Osterlund +Date: Fri May 2 18:58:46 2003 +0200 + + Updated the synclient program to make it possible to read + and write the variables in the shared memory area. + +commit 0f55d3537612d8ec93b87da4f87095a33304dd4d +Author: Peter Osterlund +Date: Fri May 2 17:46:58 2003 +0200 + + Documented parameter HorizScrollDelta. + +commit 2b3800f8574ac73d7695a093434ac71210084b0e +Author: Peter Osterlund +Date: Fri May 2 16:55:59 2003 +0200 + + Fill in the probed hardware properties in the shared memory + area. + +commit f6dd0f86917b017e2ad3e85a90c84b6f41cafa27 +Author: Peter Osterlund +Date: Fri May 2 13:38:29 2003 +0200 + + Removed some already implemented features from the TODO + file. + +commit cd1921948629a75b5c88528fd6a8413b0e856190 +Author: Peter Osterlund +Date: Fri May 2 13:16:55 2003 +0200 + + Fix use of uninitialized memory in synclient.c. + +commit 92b799709aa862d06f7b6c9ad9e3a36f88943078 +Author: Peter Osterlund +Date: Fri May 2 13:07:46 2003 +0200 + + Remove shared memory segment when the X server terminates. + Made synclient behave better when the memory segment is not accessible + or has the wrong size. + +commit 87f83e25a119c53dd702a636a62a1e771d09766b +Author: Peter Osterlund +Date: Fri May 2 12:56:27 2003 +0200 + + Forgot comment in change 3db42d5b33662dbda6f0dde6cdb34748a254884f. + +commit 309e30a8f86e6778e0ba8633699d753da8d1732d +Author: Peter Osterlund +Date: Fri May 2 12:29:12 2003 +0200 + + Fixed brace placement at beginning of functions. + +commit 3db42d5b33662dbda6f0dde6cdb34748a254884f +Author: Peter Osterlund +Date: Fri May 2 12:20:47 2003 +0200 + + Merged 6 button support from 0.11.3, but only activate it + for firmware version 5.8 and later. (Everything from 0.11.3 is now + merged.) + +commit 6c239a6988d0742f71aa5dd2205659f48196facc +Author: Peter Osterlund +Date: Fri May 2 11:52:07 2003 +0200 + + Made the done variable in change b41f7dda288bb959891d8684c36c56037fbef7ba + a Bool. + +commit b41f7dda288bb959891d8684c36c56037fbef7ba +Author: Peter Osterlund +Date: Fri May 2 03:12:39 2003 +0200 + + Better state machine for handling middle mouse button + emulation. + * Clicks shorter than EmulateMidButtonTime are no longer lost. + * The middle button event is generated as soon as both the left and the + right buttons are pressed. The old code waited until the timeout had + passed before even checking if both buttons were pressed. + +commit efe5015664abf88ab780aa47dad1a8c528d87329 +Author: Peter Osterlund +Date: Fri May 2 01:53:37 2003 +0200 + + Fixed removal of old shared memory segment before trying to + create the new segment. This made X server startup fail if the memory + segment size had been changed. (The first argument to xf86shmget is an + shmid, not a key.) + +commit 826b2136b226d29017271b7c098179f04c6c51b3 +Author: Peter Osterlund +Date: Fri May 2 01:12:03 2003 +0200 + + Build improvements. + * Build synclient by default. + * Made it possible to build synclient even if an X source tree is not + available. + * Added Makefile dependencies so that things get recompiled when a + header file is changed. + * synclient.c now includes synaptics.h instead of duplicating the + shared memory segment definitions. + +commit 5b1ecfe525fca8deea1b5d742a929d7f900b60cc +Author: Peter Osterlund +Date: Fri May 2 00:32:15 2003 +0200 + + Made the timeout for middle button emulation configurable. + +commit 10c55ff9de415404201eb5ea37c10acfaca6f824 +Author: Peter Osterlund +Date: Thu May 1 19:19:06 2003 +0200 + + Make double click processing from change + 4cc36ca33128f17be57e3a58a44374d9558fbfe9 more reliable. + In the old code, a very short click could generate a single click + instead of a double click. + +commit 4cc36ca33128f17be57e3a58a44374d9558fbfe9 +Author: Peter Osterlund +Date: Thu May 1 18:01:51 2003 +0200 + + Merged handling of UpDownScrolling option from 0.11.3. + +commit 1565900086b9267768e80b0c2026b659aa52d7c5 +Author: Peter Osterlund +Date: Thu May 1 17:28:30 2003 +0200 + + More merges from 0.11.3. + +commit a449e187847d4fa7bc6120d2215c74248c5f9b24 +Author: Peter Osterlund +Date: Thu May 1 16:53:07 2003 +0200 + + Changed a local variable name to match 0.11.3. + +commit 3686d0fa73ec40629bf83b1eb1813b92c939aa15 +Author: Peter Osterlund +Date: Thu May 1 16:41:42 2003 +0200 + + Merged some stuff from version 0.11.3. + +commit 1f4f3db66d995f9d5f24f5df14001773684f87ec +Author: Peter Osterlund +Date: Thu Jan 2 00:35:15 2003 +0100 + + Lots of whitespace changes to reduce the diff compared to + official version 0.11.3. + +commit 5ec7c7c229ad54f8884877c22d414165acfda415 +Author: Peter Osterlund +Date: Sun Jul 7 00:02:32 2002 +0200 + + Implemented horizontal scrolling (button 6 & 7 events) when + moving the finger along the bottom edge of the touch pad. + +commit 8e13d425613a3c24a026759d6761dbc2d499f353 +Author: Peter Osterlund +Date: Sat Jul 6 23:02:34 2002 +0200 + + Improved edge motion to avoid the short burst of high speed + when the finger reaches an edge. + +commit 0b78e3b313b2ea2712ab82c62367f05a5787adc2 +Author: Peter Osterlund +Date: Sat Jul 6 02:57:59 2002 +0200 + + Implemented edge motion. + +commit e9febd174f0ee3cbdf71cf8cc860afd3ad4e40a5 +Author: Peter Osterlund +Date: Sat Jul 6 01:46:05 2002 +0200 + + Added heuristics for palm detection. There are some + hardcoded values that should probably be converted to parameters. + +commit ae9d614d34d2ee43e7457ef25b868ae546374d0a +Author: Peter Osterlund +Date: Fri Jul 5 00:49:15 2002 +0200 + + Don't disable the button 4 & 5 repeat timer when scrolling + with the touchpad is activated. + +commit 8b77d9f3f6e3399f7dd9b5148b6bef62071c4ba8 +Author: Peter Osterlund +Date: Fri Jul 5 00:24:55 2002 +0200 + + Implemented fast scrolling, ie generate extra button 4 & 5 + up/down events when scrolling if necessary. + +commit c964df31913e65cbcd6c39fc4bb60883bc62fed1 +Author: Peter Osterlund +Date: Thu Jul 4 21:10:55 2002 +0200 + + When doing tap, drag and double tap processing, the buttons + not involved in the tapping was considered released, even if the + corresponding physical button was pressed. This generated a bogus + button release event when the tap processing started and a bogus button + press event when the tap processing ended. + +commit e2eddc53ce18c1c891a2174003b74324897d6f05 +Author: Peter Osterlund +Date: Thu Jul 4 02:03:40 2002 +0200 + + Fixed compiler warning in synclient.c. + +commit 7e8769c8b867412a543a6a1e7c83ba6615e029c8 +Author: Peter Osterlund +Date: Thu Jul 4 01:07:21 2002 +0200 + + Fixed bug causing the up/down buttons to be incorrectly + reported on pads with "capFourButtons" capability when the left or + right button was simultaneously pressed. See page 43 in the Synaptics + TouchPad Interfacing Guide. + +commit 5a5fd8052a1e9b55b87dd22bd25c3478701a76f3 +Author: Peter Osterlund +Date: Thu Jul 4 01:00:27 2002 +0200 + + * Added z, w, left, right, up and down information to the shared memory + area. Updated synclient to report the new information. + * Improved synclient to only report when something changes. + +commit a37bd61dc480c033e1baf0e393e643e5496b9337 +Author: Peter Osterlund +Date: Thu Jul 4 00:52:20 2002 +0200 + + Fixed a spelling error. + +commit c825e72a0147fb29c5b7bd16112e2b68d4bd8059 +Author: Peter Osterlund +Date: Thu Jul 4 00:51:14 2002 +0200 + + Changed version to 0.10p1. + +commit 8098d88080cde4bb74060ff482f085508045051f +Author: Peter Osterlund +Date: Thu Jul 4 00:49:41 2002 +0200 + + Added comments to let emacs know about the non-standard tab + width. + +commit 6a78abbeefc058857c4a503a47ca68ebcc51bbf7 +Author: Peter Osterlund +Date: Thu Jul 4 00:45:56 2002 +0200 + + Modifications to make builds on rh73 work. Note that an X + source tree is required in /usr/src/redhat/BUILD/XFree86-4.2.0/xc. + +commit 0d8042d8b68e259457de14a0c4365459b1de7d30 +Author: Peter Osterlund +Date: Thu Jul 4 00:40:37 2002 +0200 + + Added source code for the synaptics touchpad XFree86 + driver. --- xserver-xorg-input-synaptics-1.2.2.orig/configure.ac +++ xserver-xorg-input-synaptics-1.2.2/configure.ac @@ -127,6 +127,14 @@ AM_CONDITIONAL(BUILD_TOOLS, [ test "$BUILD_TOOLS" = "yes" ]) AC_SUBST(BUILD_TOOLS) +AC_ARG_WITH(xorg-conf-dir, + AC_HELP_STRING([--with-xorg-conf-dir=DIR], + [Default xorg.conf.d directory [[default=from $PKG_CONFIG xorg-server]]]), + [XORG_CONF_DIR="$withval"], + [XORG_CONF_DIR="`$PKG_CONFIG --variable=sysconfigdir xorg-server`"]) +AC_SUBST(XORG_CONF_DIR) +AM_CONDITIONAL(HAS_XORG_CONF_DIR, [test "x$XORG_CONF_DIR" != "x" && test "x$XORG_CONF_DIR" != "xno"]) + # Checks for header files. AC_HEADER_STDC @@ -137,6 +145,6 @@ src/Makefile man/Makefile tools/Makefile - fdi/Makefile + conf/Makefile include/Makefile xorg-synaptics.pc]) --- xserver-xorg-input-synaptics-1.2.2.orig/autogen.sh +++ xserver-xorg-input-synaptics-1.2.2/autogen.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +$srcdir/configure --enable-maintainer-mode "$@" --- xserver-xorg-input-synaptics-1.2.2.orig/docs/trouble-shooting.txt +++ xserver-xorg-input-synaptics-1.2.2/docs/trouble-shooting.txt @@ -0,0 +1,152 @@ +Trouble-shooting guide +---------------------- + +Contents +-------- + +1. Check that the touchpad is correctly detected by the kernel +2. Check that an external PS/2 mouse isn't causing problems +3. Check if some other program is using the /dev/psaux device +4. Check that the evdev kernel driver is available +5. Check that the synaptics driver is properly loaded by the X server +6. Check that the touchpad is enabled in the BIOS/hardware + + +1. Check that the touchpad is correctly detected by the kernel +-------------------------------------------------------------- + +If you are using a 2.6 linux kernel, check the /proc/bus/input/devices +file. The touchpad must be identified a "SynPS/2 Synaptics TouchPad" +or an "AlpsPS/2 ALPS TouchPad". If it is identified as a "PS/2 Generic +Mouse" or "PS/2 Synaptics TouchPad", something is wrong. + +Possible fixes: + +1. Check your BIOS settings. Some BIOSes can do USB -> PS/2 mouse + emulation which can interfere with the touchpad. There may be a way + to disable the legacy mouse emulation from the BIOS setup program. + +2. Arrange so that the kernel initializes the USB subsystem before the + PS/2 touchpad. Initializing the USB mouse sometimes disables the + BIOS emulation. Compiling psmouse as a module and loading it in + /etc/rc.d/rc.local usually assures the USB is initialized first. + +3. Disconnect the USB mouse and restart the computer. (Not really a fix, + but can help when trying to figure out what's wrong.) + +4. Make sure your boot loader doesn't pass any parameter to the kernel + that disables mouse extensions. ("psmouse_proto=bare" for example). + Alternatively, if psmouse is compiled as a module, make sure that + modprobe doesn't pass such parameters. Check /etc/modprobe.conf and + "rmmod psmouse; modprobe -v psmouse". + +If you run a 2.4 kernel or an non-linux kernel, the +/proc/bus/input/devices file is not available, but the BIOS setting +could be relevant anyway. + + +2. Check that an external PS/2 mouse isn't causing problems +----------------------------------------------------------- + +If you want to use an external PS/2 mouse at the same time as the +synaptics touchpad driver, you must use a 2.6 linux kernel and your +hardware (keyboard controller) must support active multiplexing. You +should see something like this when the computer boots: + + mice: PS/2 mouse device common for all mice + i8042.c: Detected active multiplexing controller, rev 1.1. + serio: i8042 AUX0 port at 0x60,0x64 irq 12 + serio: i8042 AUX1 port at 0x60,0x64 irq 12 + serio: i8042 AUX2 port at 0x60,0x64 irq 12 + serio: i8042 AUX3 port at 0x60,0x64 irq 12 + +If you don't use a 2.6 kernel or your hardware doesn't support active +multiplexing, you can't use an external PS/2 mouse together with the +touchpad driver. + + +3. Check if some other program is using the /dev/psaux device +------------------------------------------------------------- + +If you use a 2.4 linux kernel, only one program at a time can reliably +read from /dev/psaux. This means that if you for example have GPM +running, it will probably prevent the synaptics driver from working +correctly. It also means that if you have a second InputDevice in your +X configuration file, it must not read from /dev/psaux. You probably +want it to read from /dev/input/mice instead, which will handle USB +mice in both 2.4 and 2.6 linux kernels, and both USB and external PS/2 +mice if you use a 2.6 kernel. + +The 2.6 linux kernel fixes the /dev/psaux shortcoming, so that you can +safely run GPM and the synaptics driver at the same time. + + +4. Check that the evdev kernel driver is available +-------------------------------------------------- + +If you are using a 2.6 linux kernel, the evdev kernel driver is needed +for the X driver to be able to communicate with the kernel driver. +Check the /proc/bus/input/devices file. The Handlers= line should +contain an event device name, like this: + + H: Handlers=mouse0 event0 + +If there is no event handler, you either have to load the evdev kernel +module or recompile the kernel and build it into the kernel. If you +don't want to recompile the kernel, adding "/sbin/modprobe evdev" to +/etc/rc.d/rc.sysinit usually works. + + +5. Check that the synaptics driver is properly loaded by the X server +--------------------------------------------------------------------- + +The X log file is usually called /var/log/XFree86.0.log or +/var/log/Xorg.0.log. It should contain something like this: + + (II) LoadModule: "synaptics" + (II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.o + (II) Module synaptics: vendor="X.Org Foundation" + compiled for 4.3.99.902, module version = 1.0.0 + Module class: X.Org XInput Driver + ABI class: X.Org XInput driver, version 0.4 + +If the LoadModule line is missing, you probably forgot to add + + Load "synaptics" + +to the "Module" section in the X config file, or you modified the +wrong config file. Some systems that have been upgraded from XFree86 +to Xorg or from XFree86 3.x to XFree86 4.x can have multiple config +files in the /etc/X11/ directory, but only one is used. + +Next, check that the log file also contains a line like this: + + (II) Synaptics touchpad driver version 0.13.4 + +If there is no such line, there is probably a binary compatibility +problem between the synaptics driver and the X server. + +Possible fixes: + +1. Try upgrading to the latest synaptics driver. + +2. Try installing the X SDK package if it is available for your + version of X. (In Fedora Core 2, that package is called + xorg-x11-sdk-6.7.0-2.i386.rpm.) Then re-compile the synaptics + driver and try again. + +3. Make sure the driver is compiled with the same compiler version as + the X server. + + +6. Check that the touchpad is enabled in the BIOS/hardware +---------------------------------------------------------- + +On some computers, it is possible to disable the touchpad either with +a special key combination, from the BIOS, or with a special touchpad +on/off button. On some machines, cycling the power doesn't +automatically reenable the touchpad. + +If the touchpad appears to be dead, try to enable it from the BIOS or +using a key combination. One user also reported that he had to remove +the computer battery to make his touchpad operational again. --- xserver-xorg-input-synaptics-1.2.2.orig/docs/tapndrag.dia +++ xserver-xorg-input-synaptics-1.2.2/docs/tapndrag.dia @@ -0,0 +1,1827 @@ + + + + + + + + + + + + + #A4# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #Start# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #1# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #2b# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #3# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #Move# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #Drag# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #T : Touch +R : Release +TO : Tap Timeout +TO2: Mouse click timeout +TO3: Double tap timeout +TO4: Single tap timeout +TO5: Locked drag timeout +M : Finger movement +[U]: Generate button up event +[D]: Generate button down event +L : Locked drags enabled +F : Fast taps enabled +TDG: Tap-and-drag gesture enabled# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #T# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #T +[D]# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #R# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #R +[D] if F# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #R +[U]# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #TO or M# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #(TO or M) +and TDG# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #TO3 +[D,U]# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #R & !L +[U]# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #4# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #5# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #R & L# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #T# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #TO +or +M# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #R +[U]# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #2a# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #Single +Tap# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #TO4 +[U] if F +[D] if !F# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #T +[D] if TDG# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #TO2 +[U]# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #T +[U]# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #TO5# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #(TO or M) +and !TDG# + + + + + + + + + + + + + + + + + + + + + + + + --- xserver-xorg-input-synaptics-1.2.2.orig/docs/README.alps +++ xserver-xorg-input-synaptics-1.2.2/docs/README.alps @@ -0,0 +1,77 @@ +It is possible to use this driver with an ALPS Glidepoint device. If +you use an older 2.6 linux kernel which has no ALPS input driver, you +need to apply the ALPS kernel patch in the alps.patch file. See +http://www.kernelnewbies.org/faq/ for information about how to apply +kernel patches and compile kernels. + +Note! If you use kernel 2.6.11 or later, the alps patch is already +included, so you don't have to patch your kernel. + +Since ALPS touchpads don't have the same resolution as Synaptics +touchpads, you probably have to change some parameter values. Here is +an example InputDevice section for the X configuration file. + +Section "InputDevice" + Driver "synaptics" + Identifier "Mouse[1]" + Option "Device" "/dev/psaux" + Option "Protocol" "auto-dev" +# enable SHMConfig if you want to enable synclient +# NB: enabling SHMConfig is insecure, since any user can invoke it +# Option "SHMConfig" "on" + Option "LeftEdge" "120" + Option "RightEdge" "830" + Option "TopEdge" "120" + Option "BottomEdge" "650" + Option "FingerLow" "14" + Option "FingerHigh" "15" + Option "MaxTapTime" "180" + Option "MaxTapMove" "110" + Option "EmulateMidButtonTime" "75" + Option "VertScrollDelta" "20" + Option "HorizScrollDelta" "20" + Option "CornerCoasting" "1" + Option "CoastingSpeed" "3" + Option "MinSpeed" "0.3" + Option "MaxSpeed" "0.75" + Option "AccelFactor" "0.015" + Option "EdgeMotionMinSpeed" "200" + Option "EdgeMotionMaxSpeed" "200" + Option "UpDownScrolling" "1" + Option "CircularScrolling" "1" + Option "CircScrollDelta" "0.1" + Option "CircScrollTrigger" "2" +EndSection + +If you use a 2.4 linux kernel, you don't need to patch the kernel, but +you should instead set "Protocol" like this: + + Option "Protocol" "alps" + + +On some (all?) ALPS hardware, it is not possible to disable tapping +unless you apply the patch below. However, some users have reported +that this patch breaks tap-and-drag operations, which is why the patch +is not included in the main alps.patch file. + +--- linux/drivers/input/mouse/alps.c~alps-test3 2004-02-28 20:46:34.000000000 +0100 ++++ linux-petero/drivers/input/mouse/alps.c 2004-02-28 20:49:12.000000000 +0100 +@@ -87,6 +87,10 @@ static void ALPS_process_packet(struct p + y = (packet[4] & 0x7f) | ((packet[3] & 0x70)<<(7-4)); + z = packet[5]; + ++ if (packet[2] & 1) { ++ z = 35; ++ } ++ + if (z > 0) { + input_report_abs(dev, ABS_X, x); + input_report_abs(dev, ABS_Y, y); +@@ -97,7 +101,6 @@ static void ALPS_process_packet(struct p + if (z > 30) input_report_key(dev, BTN_TOUCH, 1); + if (z < 25) input_report_key(dev, BTN_TOUCH, 0); + +- left |= (packet[2] ) & 1; + left |= (packet[3] ) & 1; + right |= (packet[3] >> 1) & 1; + if (packet[0] == 0xff) { --- xserver-xorg-input-synaptics-1.2.2.orig/conf/Makefile.am +++ xserver-xorg-input-synaptics-1.2.2/conf/Makefile.am @@ -0,0 +1,29 @@ +# Copyright 2005 Adam Jackson. +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# on the rights to use, copy, modify, merge, publish, distribute, sub +# license, and/or sell copies of the Software, and to permit persons to whom +# the Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice (including the next +# paragraph) shall be included in all copies or substantial portions of the +# Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL +# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +if HAS_XORG_CONF_DIR +confdir = $(XORG_CONF_DIR) +dist_conf_DATA = 50-synaptics.conf +else + +EXTRA_DIST = 11-x11-synaptics.fdi + +endif --- xserver-xorg-input-synaptics-1.2.2.orig/conf/50-synaptics.conf +++ xserver-xorg-input-synaptics-1.2.2/conf/50-synaptics.conf @@ -0,0 +1,5 @@ +Section "InputClass" + Identifier "touchpad catchall" + Driver "synaptics" + MatchIsTouchpad "on" +EndSection --- xserver-xorg-input-synaptics-1.2.2.orig/conf/11-x11-synaptics.fdi +++ xserver-xorg-input-synaptics-1.2.2/conf/11-x11-synaptics.fdi @@ -0,0 +1,31 @@ + + + + + synaptics + + + + + --- xserver-xorg-input-synaptics-1.2.2.orig/debian/xserver-xorg-input-synaptics.docs +++ xserver-xorg-input-synaptics-1.2.2/debian/xserver-xorg-input-synaptics.docs @@ -0,0 +1,4 @@ +README +docs/README.alps +TODO +docs/trouble-shooting.txt --- xserver-xorg-input-synaptics-1.2.2.orig/debian/xserver-xorg-input-synaptics.postinst.in +++ xserver-xorg-input-synaptics-1.2.2/debian/xserver-xorg-input-synaptics.postinst.in @@ -0,0 +1,23 @@ +#!/bin/sh + +set -e + +THIS_PACKAGE=xserver-xorg-input-synaptics +THIS_SCRIPT=postinst + +#INCLUDE_SHELL_LIB# + +case "$1" in + configure) + if dpkg --compare-versions "$2" lt 1.2.0-4; then + if [ `uname -s` = "Linux" ]; then + udevadm trigger --subsystem-match=input --action=change + fi + fi +esac + +#DEBHELPER# + +exit 0 + +# vim:set ai et sw=2 ts=2 tw=80: --- xserver-xorg-input-synaptics-1.2.2.orig/debian/watch +++ xserver-xorg-input-synaptics-1.2.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://xorg.freedesktop.org/releases/individual/driver/ xf86-input-synaptics-(.*)\.tar\.gz --- xserver-xorg-input-synaptics-1.2.2.orig/debian/README.source +++ xserver-xorg-input-synaptics-1.2.2/debian/README.source @@ -0,0 +1,73 @@ +------------------------------------------------------ +Quick Guide To Patching This Package For The Impatient +------------------------------------------------------ + +1. Make sure you have quilt installed +2. Unpack the package as usual with "dpkg-source -x" +3. Run the "patch" target in debian/rules +4. Create a new patch with "quilt new" (see quilt(1)) +5. Edit all the files you want to include in the patch with "quilt edit" + (see quilt(1)). +6. Write the patch with "quilt refresh" (see quilt(1)) +7. Run the "clean" target in debian/rules + +Alternatively, instead of using quilt directly, you can drop the patch in to +debian/patches and add the name of the patch to debian/patches/series. + +------------------------------------ +Guide To The X Strike Force Packages +------------------------------------ + +The X Strike Force team maintains X packages in git repositories on +git.debian.org in the pkg-xorg subdirectory. Most upstream packages +are actually maintained in git repositories as well, so they often +just need to be pulled into git.debian.org in a "upstream-*" branch. +Otherwise, the upstream sources are manually installed in the Debian +git repository. + +The .orig.tar.gz upstream source file could be generated using this +"upstream-*" branch in the Debian git repository but it is actually +copied from upstream tarballs directly. + +Due to X.org being highly modular, packaging all X.org applications +as their own independent packages would have created too many Debian +packages. For this reason, some X.org applications have been grouped +into larger packages: xutils, xutils-dev, x11-apps, x11-session-utils, +x11-utils, x11-xfs-utils, x11-xkb-utils, x11-xserver-utils. +Most packages, including the X.org server itself and all libraries +and drivers are, however maintained independently. + +The Debian packaging is added by creating the "debian-*" git branch +which contains the aforementioned "upstream-*" branch plus the debian/ +repository files. +When a patch has to be applied to the Debian package, two solutions +are involved: +* If the patch is available in one of the upstream branches, it + may be git'cherry-picked into the Debian repository. In this + case, it appears directly in the .diff.gz. +* Otherwise, the patch is added to debian/patches/ which is managed + with quilt as documented in /usr/share/doc/quilt/README.source. + +quilt is actually invoked by the Debian X packaging through a larger +set of scripts called XSFBS. XSFBS brings some other X specific +features such as managing dependencies and conflicts due to the video +and input driver ABIs. +XSFBS itself is maintained in a separate repository at + git://git.debian.org/pkg-xorg/xsfbs.git +and it is pulled inside the other Debian X repositories when needed. + +The XSFBS patching system requires a build dependency on quilt. Also +a dependency on $(STAMP_DIR)/patch has to be added to debian/rules +so that the XSFBS patching occurs before the actual build. So the +very first target of the build (likely the one running autoreconf) +should depend on $(STAMP_DIR)/patch. It should also not depend on +anything so that parallel builds are correctly supported (nothing +should probably run while patching is being done). And finally, the +clean target should depend on the xsfclean target so that patches +are unapplied on clean. + +When the upstream sources contain some DFSG-nonfree files, they are +listed in text files in debian/prune/ in the "debian-*" branch of +the Debian repository. XSFBS' scripts then take care of removing +these listed files during the build so as to generate a modified +DFSG-free .orig.tar.gz tarball. --- xserver-xorg-input-synaptics-1.2.2.orig/debian/rules +++ xserver-xorg-input-synaptics-1.2.2/debian/rules @@ -0,0 +1,126 @@ +#!/usr/bin/make -f +# debian/rules for the Debian xserver-xorg-input-synaptics package. +# Copyright © 2008 Mattia Dongili +# +# Based on debian/rules for the Debian xserver-xorg-input-evdev package. +# Copyright © 2004 Scott James Remnant +# Copyright © 2005 Daniel Stone +# Copyright © 2005 David Nusinow + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PACKAGE=xserver-xorg-input-synaptics + +include debian/xsfbs/xsfbs.mk + +CFLAGS = -Wall -g +ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) + NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) + MAKEFLAGS += -j$(NUMJOBS) +endif + +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) + confflags += --build=$(DEB_HOST_GNU_TYPE) +else + confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) +endif + +#confflags += --disable-static + +configure: $(STAMP_DIR)/patch + autoreconf -vfi + +build/config.status: configure + mkdir -p build + cd build && \ + ../configure --prefix=/usr --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info $(confflags) \ + CFLAGS="$(CFLAGS)" + + +build: build-stamp +build-stamp: build/config.status + dh_testdir + cd build && $(MAKE) + >$@ + +clean: xsfclean + dh_testdir + dh_testroot + rm -f build-stamp + + rm -f config.cache config.log config.status + rm -f */config.cache */config.log */config.status + rm -f conftest* */conftest* + rm -rf autom4te.cache */autom4te.cache + rm -rf build + rm -f $$(find -name Makefile.in) + rm -f compile config.guess config.sub configure depcomp install-sh + rm -f ltmain.sh missing aclocal.m4 config.h.in + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + cd build && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + +# Build architecture-dependent files here. +binary-arch: DH_OPTIONS=-s +binary-arch: build install serverabi + dh_testdir + dh_testroot + + dh_installdocs + dh_installchangelogs ChangeLog + dh_install --sourcedir=debian/tmp --list-missing --exclude=synaptics_drv.la +ifeq ($(DEB_HOST_ARCH_OS), linux) + install -d debian/xserver-xorg-input-synaptics/lib/udev/rules.d + install -m 644 debian/local/66-xorg-synaptics.rules debian/xserver-xorg-input-synaptics/lib/udev/rules.d + install -d debian/xserver-xorg-input-synaptics/usr/share/X11/xorg.conf.d + install -m 644 debian/local/51-synaptics-quirks.conf debian/xserver-xorg-input-synaptics/usr/share/X11/xorg.conf.d +endif + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps -- --warnings=6 + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-independent files here. +binary-indep: DH_OPTIONS=-i +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_install --sourcedir=debian/tmp + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- xserver-xorg-input-synaptics-1.2.2.orig/debian/NEWS +++ xserver-xorg-input-synaptics-1.2.2/debian/NEWS @@ -0,0 +1,29 @@ +xserver-xorg-input-synaptics (1.2.0-1) unstable; urgency=low + + * All the shared memory code has been removed from synclient and syndaemon. + The SHMConfig option is still available but the only use is for monitoring + the hardware state data. + If you have any script that changes the synaptics driver configuration + make sure that you don't use the -s option to synclient. + + -- Mattia Dongili Fri, 20 Nov 2009 00:32:58 +0900 + +xserver-xorg-input-synaptics (1.1.1~git20090510-1) unstable; urgency=low + + * Tapping has been disabled by default on many touchpads by upstream, see + the "NOTES" section in the synaptics(4) manpage for a short overview + about how defaults are calculated. + If you want to re-enable it, you can do so from within the X + environment by running the following commands in a terminal: + + $ synclient TapButton1=1 + $ synclient TapButton2=2 + $ synclient TapButton3=3 + + Note that the configuration will not be permanently modified, to do + so assign the above option values in your xorg.conf (see the synaptics(4) + manpage or the documents in /usr/share/doc/xserver-xorg-input-synaptics + for additional details). Another alternative is to use desktop + environment specific tools like gpointing-device-settings or touchfreeze. + + -- David Nusinow Sat, 11 Apr 2009 16:23:11 -0400 --- xserver-xorg-input-synaptics-1.2.2.orig/debian/xserver-xorg-input-synaptics.links +++ xserver-xorg-input-synaptics-1.2.2/debian/xserver-xorg-input-synaptics.links @@ -0,0 +1 @@ +usr/share/bug/xserver-xorg-core/script usr/share/bug/xserver-xorg-input-synaptics/script --- xserver-xorg-input-synaptics-1.2.2.orig/debian/xserver-xorg-input-synaptics.install +++ xserver-xorg-input-synaptics-1.2.2/debian/xserver-xorg-input-synaptics.install @@ -0,0 +1,4 @@ +usr/lib/xorg/modules/input/*.so +usr/bin/* +usr/share/man +usr/share/X11 --- xserver-xorg-input-synaptics-1.2.2.orig/debian/compat +++ xserver-xorg-input-synaptics-1.2.2/debian/compat @@ -0,0 +1 @@ +5 --- xserver-xorg-input-synaptics-1.2.2.orig/debian/xserver-xorg-input-synaptics.README.Debian +++ xserver-xorg-input-synaptics-1.2.2/debian/xserver-xorg-input-synaptics.README.Debian @@ -0,0 +1,98 @@ +xserver-xorg-input-synaptics for Debian +--------------------------------------- + +This package contains the Synaptics TouchPad driver for X.Org X server. +See also the README file for details on configuration options. + + +Runtime configuration +--------------------- + +The synclient and xinput tools allow configuring various aspects of the +driver's behaviour. See the synaptics(4) man page for details of the +configurable options. + + +Manual configuration +-------------------- + +1. Load the driver by changing the X.Org configuration file +(/etc/X11/xorg.conf) through adding the line 'Load +"synaptics"' in the module section. + +2. Add/Replace in the InputDevice section for the touchpad the +following lines: + +Section "InputDevice" + Driver "synaptics" + Identifier "touchpad" + Option "Device" "/dev/psaux" + Option "Protocol" "auto-dev" +# +# Following lines are optional thus commented in this example. +# Please read the synaptics(4) manpage for a detailed explanation +# of the various options' meaning as well as a full list of options +# +# Option "LeftEdge" "1700" +# Option "RightEdge" "5300" +# Option "TopEdge" "1700" +# Option "BottomEdge" "4200" +# Option "FingerLow" "25" +# Option "FingerHigh" "30" +# Option "MaxTapTime" "180" +# Option "MaxTapMove" "220" +# Option "VertScrollDelta" "100" +# Option "MinSpeed" "0.06" +# Option "MaxSpeed" "0.12" +# Option "AccelFactor" "0.0010" +# Option "Repeater" "/dev/ps2mouse" +EndSection + +Change the Identifier to the same name as in the ServerLayout section. +The Option "Repeater" is at the moment for testing. + +3. Add the "CorePointer" option to the InputDevice line at the ServerLayout section: + +Section "ServerLayout" +... + InputDevice "touchpad" "CorePointer" + InputDevice "USB Mouse" "SendCoreEvents" +... + + Note! You can not have more than one core pointer, so if you want + to use an external mouse too, you have to set all mouse input + devices except one to "AlwaysCore" instead of "CorePointer". + +4. Start/Restart the X Server. If the touchpad doesn't work: + a) Check the X.Org Logfiles + b) Try to start the XServer with 'startx -- -logverbose 8' for more + Output + +Other relevant information to use this driver +--------------------------------------------- + +1. For use with kernel 2.6.x you need to enable synaptics touchpad + support when configuring the kernel (CONFIG_MOUSE_PS2). You also + need support for the evdev interface (CONFIG_INPUT_EVDEV). If you + compile evdev as a module, make sure it is loaded before starting + the X server, as it will not be auto-loaded. + +2. For use with an ALPS touchpad, you need to use a 2.6.x kernel and + apply the alps patch. See the README.alps file for more details. + Note! If you use kernel 2.6.11 or later, the alps patch is already + included, so you don't have to patch your kernel. + +3. Using with kernel 2.4.x for x < 10 needs a kernel patch + (pc_keyb.c.diff.2.4.3). + +Running 'syndaemon' automatically +--------------------------------- +The easiest way to run the syndaemon binary each time you startup X you can +simply add the following line to your ~/.xinitrc file: + +/usr/bin/syndaemon -i 1 -d + +Customize the daemon options to fit your needs, the only mandatory option is +'-d' to run syndaemon in the background. See 'man 1 syndaemon' for more. + + -- Mattia Dongili , Mon, 11 May 2009 23:04:40 +0900 --- xserver-xorg-input-synaptics-1.2.2.orig/debian/gbp.conf +++ xserver-xorg-input-synaptics-1.2.2/debian/gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +debian-branch=ubuntu + --- xserver-xorg-input-synaptics-1.2.2.orig/debian/xserver-xorg-input-synaptics-dev.install +++ xserver-xorg-input-synaptics-1.2.2/debian/xserver-xorg-input-synaptics-dev.install @@ -0,0 +1,2 @@ +usr/include/xorg/* +usr/lib/pkgconfig/xorg-synaptics.pc --- xserver-xorg-input-synaptics-1.2.2.orig/debian/control +++ xserver-xorg-input-synaptics-1.2.2/debian/control @@ -0,0 +1,69 @@ +Source: xserver-xorg-input-synaptics +Section: x11 +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Debian X Strike Force +Uploaders: Mattia Dongili , Cyril Brulebois +Build-Depends: + debhelper (>= 5.0.0), + libx11-dev, + libxext-dev, + libxi-dev (>= 2:1.2.0), + x11proto-core-dev, + xserver-xorg-dev (>= 2:1.7.6.901), + pkg-config, + quilt, + automake, + libtool, + xutils-dev, +Standards-Version: 3.8.4 +Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-synaptics +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-synaptics.git + +Package: xserver-xorg-input-synaptics +Architecture: alpha amd64 arm armeb armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k mips mipsel powerpc sh4 sparc +Depends: + udev [linux-any], + ${shlibs:Depends}, + ${xinpdriver:Depends}, + ${misc:Depends} +Conflicts: xfree86-driver-synaptics (<< 0.14.4-2), xorg-driver-synaptics +Replaces: xfree86-driver-synaptics (<< 0.14.4-2), xorg-driver-synaptics +Provides: ${xinpdriver:Provides}, xfree86-driver-synaptics, xorg-driver-synaptics +Suggests: gpointing-device-settings, touchfreeze +Description: Synaptics TouchPad driver for X.Org server + This package provides an input driver for the X.Org X server to enable + advanced features of the Synaptics Touchpad including: + . + * Movement with adjustable, non-linear acceleration and speed + * Button events through short touching of the touchpad + * Double-Button events through double short touching of the touchpad + * Dragging through short touching and holding down the finger on the touchpad + * Middle and right button events on the upper and lower corner of the touchpad + * Vertical scrolling (button four and five events) through moving the finger + on the right side of the touchpad + * The up/down button sends button four/five events + * Horizontal scrolling (button six and seven events) through moving the finger + on the lower side of the touchpad + * The multi-buttons send button four/five events, and six/seven events for + horizontal scrolling + * Adjustable finger detection + * Multifinger taps: two finger for middle button and three finger for right + button events. (Needs hardware support. Not all models implement this + feature.) + * Run-time configuration using shared memory. This means you can change + parameter settings without restarting the X server (see synclient(1)). + * It also provides a daemon to disable touchpad while typing at the keyboard + and thus avoid unwanted mouse movements (see syndaemon(1)). + . + +Package: xserver-xorg-input-synaptics-dev +Section: libdevel +Architecture: all +Depends: + x11proto-core-dev, + ${misc:Depends}, +Description: Synaptics TouchPad driver for X.Org server (development headers) + This package contains the development headers for the Synaptics input + driver found in xserver-xorg-input-synaptics. Non-developers likely have + little use for this package. --- xserver-xorg-input-synaptics-1.2.2.orig/debian/copyright +++ xserver-xorg-input-synaptics-1.2.2/debian/copyright @@ -0,0 +1,67 @@ +This package was debianized by Mattia Dongili on +Tue, 2 Mar 2004 11:42:05 +0100. + +It was downloaded from +git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics. +Release tarballs are available at +http://xorg.freedesktop.org/releases/individual/driver/ + +Copyright (c) 1997 C. Scott Ananian +Copyright (c) 1998-2000 Bruce Kalk +Copyright (c) 1999 Henry Davies +Copyright (c) 2001 Stefan Gmeiner +Copyright (c) 2002 Linuxcare Inc. David Kennedy +Copyright (c) 2003 Fred Hucht +Copyright (c) 2003 Neil Brown +Copyright (c) 2003 Jörg Bösner +Copyright (c) 2003 Hartwig Felger +Copyright (c) 2002-2007 Peter Osterlund +Copyright (c) 2004 Arne Schwabe +Copyright (c) 2004 Matthias Ihmig +Copyright (c) 2004 Alexei Gilchrist +Copyright (c) 2006-2007 Christian Thaeter +Copyright (c) 2006 Stefan Bethge +Copyright (c) 2007 Joseph P. Skudlarek +Copyright (c) 2007 Florian Loitsch + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +Some patches included in the Debian package are licensed differently: + debian/patches/01-synaptics-dont-grab-if-not-on-current-VT.patch + debian/patches/02-autodetect-resolution.patch + +Copyright (c) Matthew Garrett + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + --- xserver-xorg-input-synaptics-1.2.2.orig/debian/changelog +++ xserver-xorg-input-synaptics-1.2.2/debian/changelog @@ -0,0 +1,953 @@ +xserver-xorg-input-synaptics (1.2.2-2ubuntu2) maverick; urgency=low + + * 51-synaptics-quirks.conf, 66-xorg-synaptics.rules: + - Put back quirk for Inspiron 1120 which was probably lost in a merge. + + -- Alberto Milone Fri, 06 Aug 2010 12:26:59 +0200 + +xserver-xorg-input-synaptics (1.2.2-2ubuntu1) maverick; urgency=low + + [ Robert Hooker ] + * Merge from debian unstable, remaining changes: + - Split out our synaptics quirks into 51-synaptics-quirks.conf + - Add the udev rule back for tagging specific machines to be quirked + - 103_enable_cornertapping.patch: Enable right/middle clicks by + tapping in the bottom- and top-right corners. + - 104_always_enable_tapping.patch: Enable tapping regardless of the + presence of physical buttons. + - 106_always_enable_vert_edge_scroll.patch: Enable vertical edge + tapping by default even if we enable two-finger scrolling as well. + - 114_jumpy_cursor_first_part.patch: Adds a property to enable filtering + jumpy cursor problems on some machines. + * Add a dependency on udev. + + [ Christopher James Halse Rogers ] + * debian/gbp.conf: + - Make git-buildpackage less annoying by specifying “ubuntu†as our debian + branch. + + -- Robert Hooker Mon, 07 Jun 2010 19:07:59 -0400 + +xserver-xorg-input-synaptics (1.2.2-2) unstable; urgency=low + + * Cherry-pick patch from upstream git to add the xorg.conf.d snippet. + * Replace our local copy with that one. + * Build-Depend on new xserver-xorg-dev, which lets us install the snippet to + /usr/share/X11/xorg.conf.d. + * Drop postinst, we don't need to trigger udev anymore. + * Sanitize installation of manpage into the package. + * Update to new xsfbs, use ${xinpdriver:Depends} in debian/control. + * Drop dependency on udev, since we have no udev rules or trigger. + + [ Cyril Brulebois ] + * Add myself to Uploaders. + * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). + + -- Cyril Brulebois Sat, 17 Apr 2010 17:48:26 +0200 + +xserver-xorg-input-synaptics (1.2.2-1ubuntu2) lucid; urgency=low + + * 10-synaptics.conf: Use 'MatchDevicePath "/dev/input/event*"'. + + -- Timo Aaltonen Thu, 01 Apr 2010 14:34:20 +0300 + +xserver-xorg-input-synaptics (1.2.2-1ubuntu1) lucid; urgency=low + + * Merge from Debian unstable. (LP: #546933) + * Rewrite old quirks to use ID_INPUT.tags. + + -- Timo Aaltonen Wed, 31 Mar 2010 00:27:07 +0300 + +xserver-xorg-input-synaptics (1.2.2-1) unstable; urgency=low + + [ Timo Aaltonen ] + * New upstream release. + * Add xserver-xorg-input-synaptics-dev for the header and .pc files. + (LP: #340340) + * Run udevadm trigger on postinst, and depend on udev [linux-any]. + * Add 10-synaptics.conf. + * Drop Ubuntu specific quirks from the udev rules, add a placeholder. + + [ Julien Cristau ] + * Add hurd-i386 to the Architecture field. Requested by Samuel Thibault. + * Drop references to hal from debian/NEWS, README.Debian and synaptics(4) + (closes: #564549). + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + + [ Brice Goglin ] + * Fix reference to the synaptics manpage in README.Debian, + closes: #568628. + + -- Timo Aaltonen Tue, 30 Mar 2010 21:51:15 +0300 + +xserver-xorg-input-synaptics (1.2.1-1) unstable; urgency=low + + [ Timo Aaltonen ] + * New upstream release. + + [ Cyril Brulebois ] + * Add ${misc:Depends} to Depends. + * Remove hardcoded libxi6 from Depends, and wrap them. + * Upload to unstable. + + -- Cyril Brulebois Fri, 08 Jan 2010 00:55:04 +0100 + +xserver-xorg-input-synaptics (1.2.0-3ubuntu1) lucid; urgency=low + + * Merge from Debian experimental, remaining changes: + - 103_enable_cornertapping.patch: Enable right/middle clicks by + tapping in the bottom- and top-right corners. + - 104_always_enable_tapping.patch: Enable tapping regardless of the + presence of physical buttons. + - 106_always_enable_vert_edge_scroll.patch: Enable vertical edge + tapping by default even if we enable two-finger scrolling as well. + * Disabled until fixed to apply and work: + - 114_jumpy_cursor_first_part.patch + * Dropped, using udev now: + - 115_jumpy_cursor_second_part.patch + + -- Timo Aaltonen Mon, 07 Dec 2009 22:58:38 +0200 + +xserver-xorg-input-synaptics (1.2.0-3) experimental; urgency=low + + [ Julien Cristau ] + * Install an udev rule instead of an fdi file on linux. + * Build against xserver 1.7 (closes: #549109). + * Add sh4 and kfreebsd-{amd64,i386} to the arch list (closes: #557881, + #559401). + + [ Cyril Brulebois ] + * Upload to experimental. + + -- Cyril Brulebois Sat, 05 Dec 2009 21:27:48 +0100 + +xserver-xorg-input-synaptics (1.2.0-2) unstable; urgency=low + + [ Mattia Dongili ] + * Negate the match on keyboard capabilities in the default fdi file + (closes: #557252). + + -- Mattia Dongili Sat, 21 Nov 2009 13:00:37 +0900 + +xserver-xorg-input-synaptics (1.2.0-1) unstable; urgency=low + + [ Mattia Dongili ] + * Finally package the new upstream release. + * Remove 02-mention-tapping-in-manpage-notes.patch now included upstream. + * All the SHM code has been removed from synclient and syndaemon + (closes: 523652 and closes: 534333 and also closes: #548357). Also add a + note in the NEWS file. + * Do not use the synaptics driver for devices advertising keyboard + capabilities (closes: 524130). + * Refresh patch 01-synaptics-dont-grab-if-not-on-current-VT.patch. + * Add versioned Build-Depends on libxi-dev (closes: #538299). + * The driver now handles duplicate configuration in both an fdi file and + xorg.conf, see http://bugs.freedesktop.org/show_bug.cgi?id=24814 + (closes: #532995). + * Make lintian happier: update Standard-Version and debhelper dependency. + + -- Mattia Dongili Thu, 19 Nov 2009 21:24:49 +0900 + +xserver-xorg-input-synaptics (1.1.2-1ubuntu7) karmic; urgency=low + + * debian/patches: + - 115_jumpy_cursor_second_part.patch: Set AreaBottomEdge to + 4100 for Inspiron 1011 and Inspiron 1012. + + -- Alberto Milone Wed, 14 Oct 2009 16:55:16 +0200 + +xserver-xorg-input-synaptics (1.1.2-1ubuntu6) karmic; urgency=low + + * debian/patches: + - Split 114_jumpy_cursor_threshold.patch into + 114_jumpy_cursor_first_part.patch and + 115_jumpy_cursor_second_part.patch so as to keep options + which belong in the fdi file separate from the code. + - 115_jumpy_cursor_second_part.patch: + + Add quirk for Inspiron 1012. + - Remove 114_jumpy_cursor_threshold.patch_old. + + -- Alberto Milone Mon, 05 Oct 2009 12:09:14 +0200 + +xserver-xorg-input-synaptics (1.1.2-1ubuntu5) karmic; urgency=low + + * Add lpia to the list of Architectures. LP: #413579. + + -- Steve Langasek Mon, 07 Sep 2009 10:44:54 -0700 + +xserver-xorg-input-synaptics (1.1.2-1ubuntu4) karmic; urgency=low + + * debian/patches: + - 112_jumpy_cursor_quirks.patch: + + Drop patch. + - 114_jumpy_cursor_threshold.patch: + + Replace 112_jumpy_cursor_quirks.patch. + + Make the threshold an XInput property. + + Add quirk for Dell Mini10v and for HP Mini 1000 in the + fdi file. + + -- Alberto Milone Wed, 02 Sep 2009 10:44:28 +0200 + +xserver-xorg-input-synaptics (1.1.2-1ubuntu3) karmic; urgency=low + + * debian/patches: + - 112_jumpy_cursor_quirks.patch: Make sure that the quirk + affects only the Dell Mini 10v (LP: #405943). + - 103_enable_cornertapping.patch: Don't trigger middle click + when tapping on the top right corner button (LP: #386017). + + -- Alberto Milone Mon, 17 Aug 2009 10:31:14 +0200 + +xserver-xorg-input-synaptics (1.1.2-1ubuntu2) karmic; urgency=low + + * debian/patches: + - 105_correct_multifinger_click.patch: Drop patch as it breaks + the expected behavior for multitouch clicking (LP: #320585). + - 111_add_active_area.patch: Backport "Synaptics Area" property + from upstream (LP: #402863). + - 112_jumpy_cursor_quirks.patch: Add Quirk for Dell Mini 10v + touchpad (LP: #402863). + - 113_add_capabilities.patch: Backport read-only "Synaptics + Capabilities" property from upstream. + + -- Alberto Milone Wed, 22 Jul 2009 10:42:11 +0200 + +xserver-xorg-input-synaptics (1.1.2-1ubuntu1) karmic; urgency=low + + * Merge from Debian unstable, Remaining changes: + - Restore the Ubuntu patch series. (LP: #378391) + - 103_enable_cornertapping.patch: Enable right/middle clicks by + tapping in the bottom- and top-right corners. + - 104_always_enable_tapping.patch: Enable tapping regardless of the + presence of physical buttons. + - 105_correct_multifinger_click.patch: Swap the right/middle clicks + generated by multi-finger tapping. + - 106_always_enable_vert_edge_scroll.patch: Enable vertical edge + tapping by default even if we enable two-finger scrolling as well. + - 110_remove_bound_auto_adjust.patch: Don't auto-adjust to bounds of + the hardware scroll area. + + -- Robert Hooker (Sarvatt) Sun, 28 Jun 2009 18:13:52 -0400 + +xserver-xorg-input-synaptics (1.1.2-1) unstable; urgency=low + + [ Mattia Dongili ] + * New upstream release. + * Replace 02-mention-tapping-in-manpage-notes.patch with the patch accepted + upstream (1f499d). + * Refresh patch 01-synaptics-dont-grab-if-not-on-current-VT.patch. + * Update README.Debian's date signature with the last modification time + (closes: #531999). + + -- Mattia Dongili Sat, 06 Jun 2009 13:32:59 +0900 + +xserver-xorg-input-synaptics (1.1.1~git20090510-1) unstable; urgency=low + + [ David Nusinow ] + * Add NEWS.Debian entry about enabling tapping again (closes: #497523) + + [ Mattia Dongili ] + * Link to xserver-xorg reportbug script + * Merge current upstream fixes: + - Edge calculation fixes bring back vertical scrolling (closes: #523946) + - Fix float properties handling on 64bit arches (closes: #525473) + * Remove Suggests for [kq]synaptics which are not in the repository anymore + (closes: #498299) and suggest gpointing-device-settings (replacement of + gsynaptics) and touchfreeze instead + * Remove the upstream NEWS file which doesn't exist anymore + * Updates to the README.Debian to make sure we mention how to customize the + fdi configuration + + -- Mattia Dongili Mon, 11 May 2009 23:08:15 +0900 + +xserver-xorg-input-synaptics (1.1.0-1) unstable; urgency=low + + * New upstream release. + * Upload to unstable. + + -- Julien Cristau Thu, 09 Apr 2009 01:34:19 +0100 + +xserver-xorg-input-synaptics (0.99.3-3) experimental; urgency=low + + [ Julien Cristau ] + * Get rid of the xfree86-driver-synaptics transitional package. It was + already a transitional package in etch. + + [ Timo Aaltonen ] + * Rename the source package to xserver-xorg-input-synaptics, since + it's hosted on freedesktop now and to be consistent with the rest + of the input drivers. + + -- Julien Cristau Mon, 26 Jan 2009 09:08:10 +0100 + +xfree86-driver-synaptics (0.99.3-2ubuntu4) jaunty; urgency=low + + * debian/patches/110_remove_bound_auto_adjust.patch: + - Small change to make sure that the driver does not + auto-adjust to the bounds of the hardware scroll area + as this causes problem to the touchpads of Acer Aspire + One units (LP: #320632). + + -- Alberto Milone Thu, 26 Mar 2009 17:00:52 +0100 + +xfree86-driver-synaptics (0.99.3-2ubuntu3) jaunty; urgency=low + + * debian/patches/109_override_alps_settings.patch: + - Add customised settings for ALPS touchpad (LP: #320632): + o Enable vertTwoFingerScroll by default. + o Set RightEdge to 900. + o Set ClickTime to 0. + o Set SingleTapTimeout to 0. + o Set MinSpeed to 0.45. + o Set MaxSpeed to 0.75. + * debian/patches/107_reduce_cursor_speed.patch: + - drop and merge with 109_override_alps_settings.patch. + + -- Alberto Milone (tseliot) Sat, 28 Feb 2009 10:20:08 +0100 + +xfree86-driver-synaptics (0.99.3-2ubuntu2) jaunty; urgency=low + + [Alberto Milone] + * debian/patches/105_always_enable_multifinger_click.patch: + - Drop patch + * debian/patches/105_correct_multifinger_click.patch: + - Fix inverted buttons + - Restore ability to drag and drop with physical buttons + (LP: #320632) + + -- Alberto Milone (tseliot) Sat, 31 Jan 2009 18:48:37 +0100 + +xfree86-driver-synaptics (0.99.3-2ubuntu1) jaunty; urgency=low + + * Merge from Debian experimental. + * Revive syndaemon_xinput_props.patch, now refreshed as 108. + Thanks to John S. Gruber for noticing it was dropped in haste. + (LP: #321355) + + -- Timo Aaltonen Mon, 26 Jan 2009 09:57:07 +0200 + +xfree86-driver-synaptics (0.99.3-2) experimental; urgency=low + + * Update our copy of xsfbs to get a fixed serverabi rule and generate + Provides/Depends correctly. + * Refresh patch 01-synaptics-dont-grab-if-not-on-current-VT.patch. + + -- Julien Cristau Mon, 26 Jan 2009 04:43:08 +0100 + +xfree86-driver-synaptics (0.99.3-1ubuntu2) jaunty; urgency=low + + [ Alberto Milone (tseliot) ] + * 103_enable_cornertapping.patch: + - Update patch for the new upstream release. (LP: #320632) + * 104_always_enable_tapping.patch: + - Enable tapping even when a physical left button is available. (LP: #320585) + * 105_always_enable_multifinger_click.patch: + - Enable multifinger click (where available) even when physical right/middle + buttons are available. (LP: #320585) + * 106_always_enable_vert_edge_scroll.patch: + - Enable scrolling even when doubletap is available. (LP: #320632) + * 107_reduce_cursor_speed.patch: + - Reduce the cursor speed. (LP: #320639) + + -- Timo Aaltonen Sat, 24 Jan 2009 20:29:04 +0200 + +xfree86-driver-synaptics (0.99.3-1ubuntu1) jaunty; urgency=low + + * Merge from Debian experimental. + * Drop obsolete patches: + -101_no_horizscroll.patch + -102_dont_check_abi.diff + -104_syndaemon_xinput_props.patch + -105_no_bcm5974_shmconfig.patch + * Update 103_enable_cornertapping.patch to apply. + + -- Timo Aaltonen Fri, 23 Jan 2009 14:30:34 +0200 + +xfree86-driver-synaptics (0.99.3-1) experimental; urgency=low + + [ Timo Aaltonen ] + * Run autoreconf at build time; build-depend on automake, libtool and + xutils-dev. + + [ Julien Cristau ] + * Add watch file. + * New upstream release. + * Build against xserver 1.6 rc1. + * Handle parallel builds. + + -- Julien Cristau Wed, 21 Jan 2009 22:27:10 +0100 + +xfree86-driver-synaptics (0.15.2-0ubuntu5) intrepid; urgency=low + + * Cherry-picked commit db6e63, "Return correctly on successful property + setting" + * debian/patches/104_syndaemon_xinput_props.patch: Add support for XInput + device properties to syndaemon. + * debian/patches/105_no_bcm5974_shmconfig.patch: Remove the SHMConfig + enabling line from the bcm5974 section of the fdi file. (LP: #282004) + + -- William Grant Mon, 13 Oct 2008 21:48:05 +1100 + +xfree86-driver-synaptics (0.15.2-0ubuntu4) intrepid; urgency=low + + * Cherry-picked commit 355e845, "Adjust to new property API". + (LP: #274728) + * Refresh patches 101 & 102. + * Bump the build-dep on libxi-dev and xserver-xorg-dev. + + -- Timo Aaltonen Mon, 29 Sep 2008 10:23:16 +0300 + +xfree86-driver-synaptics (0.15.2-0ubuntu3) intrepid; urgency=low + + * Also build for lpia; LP: #275158. + + -- Loic Minier Sat, 27 Sep 2008 16:11:42 +0200 + +xfree86-driver-synaptics (0.15.2-0ubuntu2) intrepid; urgency=low + + [ Alberto Milone ] + * 103_enable_cornertapping.patch: + - Revert some defaults back to previous values, to fix corner tapping + and MaxTapMove. (LP: #271823) + + -- Timo Aaltonen Tue, 23 Sep 2008 10:46:44 +0300 + +xfree86-driver-synaptics (0.15.2-0ubuntu1) intrepid; urgency=low + + * New upstream release. (LP: #262276, #268071, #247433, #262305) + * Drop 101_ubuntu.diff, superseded by input properties. + * Drop 103_fix_off_by_one.diff, applied upstream. + * 101_no_horizscroll.patch: + - Disable horizontal scrolling by defaulting to FALSE instead of changing + the fdi file. + * 102_dont_check_abi.diff: + - Remove one more check from src/synaptics.c, which was added recently. + + -- Timo Aaltonen Fri, 12 Sep 2008 01:32:57 +0300 + +xfree86-driver-synaptics (0.15.0+git20080820-1ubuntu5) intrepid; urgency=low + + * Rebuild to fix dependency against xserver-xorg-core. + + -- Timo Aaltonen Wed, 03 Sep 2008 17:45:20 +0300 + +xfree86-driver-synaptics (0.15.0+git20080820-1ubuntu4) intrepid; urgency=low + + * Run autoreconf at build time; build-depend on automake, libtool and + xutils-dev. + * Enable 102 again, since the problem with it was that Makefile.in was + not regenerated. + * Add 103_fix_off_by_one.diff to fix the number of arguments for + properties. Thanks William Grant! + * Pull 3d39926875446e from upstream/master: + - Re-enable TapButtons and CornerButtons to work by default. + (LP: #262292) + + -- Timo Aaltonen Sat, 30 Aug 2008 18:20:14 +0300 + +xfree86-driver-synaptics (0.15.0+git20080820-1ubuntu3) intrepid; urgency=low + + * Disable 102 for now, since the property stuff doesn't seem to be + working right. (LP: #262986) + + -- Timo Aaltonen Sat, 30 Aug 2008 16:52:51 +0300 + +xfree86-driver-synaptics (0.15.0+git20080820-1ubuntu2) intrepid; urgency=low + + * 102_dont_check_abi.diff: + - Don't check ABI_MAJOR, since we have all that's needed for + properties. + + -- Timo Aaltonen Sat, 30 Aug 2008 13:27:54 +0300 + +xfree86-driver-synaptics (0.15.0+git20080820-1ubuntu1) intrepid; urgency=low + + * Merge from Debian experimental, remaining changes: + - debian/control: + + Drop the dummy package + + Change the maintainer address + - debian/patches: + 101_ubuntu.diff + + Various fixes, split this. + - fdi/11-x11-synaptics.fdi + + Modify to disable horizontal scrolling like our dexconf used to do. + * Pull in support for input properties. + * Drop 102_polling.diff, since it's upstream. + + -- Timo Aaltonen Thu, 28 Aug 2008 02:09:47 +0300 + +xfree86-driver-synaptics (0.15.0+git20080820-1) experimental; urgency=low + + * Update to latest upstream git + * Remove patches merged upstream: + - 02-scandir-dev-input.patch + - 03-escape-dashes-in-manpages.patch + - 04-delibcwrap.patch + * Update debian/rules (taken from the evdev driver) for the autotoolized build + * Refresh 01-synaptics-dont-grab-if-not-on-current-VT.patch + * Cherry pick appletouch support from upstream + + -- Mattia Dongili Sun, 24 Aug 2008 17:44:12 +0900 + +xfree86-driver-synaptics (0.14.7~git20070706-2.2) experimental; urgency=low + + * Build against xserver 1.5 rc5. + + -- Julien Cristau Mon, 14 Jul 2008 16:14:31 +0200 + +xfree86-driver-synaptics (0.14.7~git20070706-3) unstable; urgency=low + + * Add appletouch support in the fdi file (Closes: #495799). + * Install the fdi file with 0644 permissions. + * Updated xserver-xorg-input-synaptics.README.Debian to mention automatic + configuration and show a clearer example for the Server (manual) + configuration (Closes: #443995 and also Closes: #492120). + + -- Mattia Dongili Wed, 27 Aug 2008 23:05:42 +0900 + +xfree86-driver-synaptics (0.14.7~git20070706-2.1.lenny1) unstable; urgency=low + + * Add 10-synaptics.fdi, installed in /usr/share/hal/fdi/policy/20thirdparty, + to get the driver loaded automatically if a touchpad is detected + (closes: #464662). + * Add patch from xorg git to fix usage of the EVIOCGBIT ioctl() + (closes: #493101). + + -- Julien Cristau Mon, 18 Aug 2008 01:41:39 +0200 + +xfree86-driver-synaptics (0.14.7~git20070706-2.1ubuntu4) intrepid; urgency=low + + * Fix the fdi file to disable horizontal scrolling like dexconf used + to do. + + -- Timo Aaltonen Mon, 18 Aug 2008 16:27:30 +0300 + +xfree86-driver-synaptics (0.14.7~git20070706-2.1ubuntu3) intrepid; urgency=low + + * Enable input-hotplug: install 10-synaptics.fdi in + /usr/share/hal/fdi/policy/20thirdparty. + + -- Timo Aaltonen Fri, 01 Aug 2008 09:58:32 +0300 + +xfree86-driver-synaptics (0.14.7~git20070706-2.1ubuntu2) intrepid; urgency=low + + * Rebuild against the new xserver-xorg-dev. + + -- Timo Aaltonen Mon, 07 Jul 2008 17:45:08 +0300 + +xfree86-driver-synaptics (0.14.7~git20070706-2.1ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - Rename the source + - debian/control: + + Drop the dummy package + + Change the maintainer address. + + Add quilt to build-deps. + - Makefile: Add -fno-stack-protector. + - debian/patches: + 100_fix_vt_handling.diff + + Something is opening the device even after we've switched away + from the VT. The easiest way to handle this is to refuse to open + unless we're on the current VT. + 101_ubuntu.diff + + Various fixes, split this. + 102_polling.diff + + Added a patch which increases the polling timeout to save some + battery life + + -- Bryce Harrington Mon, 09 Jun 2008 22:27:20 -0700 + +xfree86-driver-synaptics (0.14.7~git20070706-2.1) unstable; urgency=low + + * Non-maintainer upload, with Mattia's agreement. + * Add patch to fix the build with xserver 1.5, which removed the libc + wrapper (closes: #471494). + * Add armel and armeb to the Architecture field (closes: #461551). + + -- Julien Cristau Mon, 02 Jun 2008 12:21:39 +0200 + +xfree86-driver-synaptics (0.14.7~git20070706-2) unstable; urgency=low + + * 01-synaptics-dont-grab-if-not-on-current-VT.patch from Matthew Garrett in + Ubuntu's 0.14.6-0ubuntu10 (Closes: #437273) + * 02-scandir-dev-input.patch to scan all the event devices in /dev/input + (Closes: #455994) + * update xsfbs + + -- Mattia Dongili Tue, 01 Jan 2008 12:38:13 +0900 + +xfree86-driver-synaptics (0.14.7~git20070706-1ubuntu4) hardy; urgency=low + + * 102_polling.diff: + - Added a patch which increases the polling timeout to save some + battery life (LP: #184398). + + -- Timo Aaltonen Wed, 27 Feb 2008 11:58:01 +0200 + +xfree86-driver-synaptics (0.14.7~git20070706-1ubuntu3) hardy; urgency=low + + * debian/patches/101_ubuntu.diff: + - extend to support disabling the touchpad + - remove unused bits of the patch + + -- Scott James Remnant Tue, 22 Jan 2008 13:40:07 +0000 + +xfree86-driver-synaptics (0.14.7~git20070706-1ubuntu2) hardy; urgency=low + + * Change the source name to match Debian. + + -- Timo Aaltonen Fri, 11 Jan 2008 11:59:09 +0200 + +xserver-xorg-input-synaptics (0.14.7~git20070706-1ubuntu1) hardy; urgency=low + + * Merge with Debian unstable, remaining changes: + - Rename the source + - debian/control: + + Drop the dummy package + + Change the maintainer address. + + Add quilt to build-deps. + - Makefile: Add -fno-stack-protector. + - debian/patches: + 100_fix_vt_handling.diff + + Something is opening the device even after we've switched away + from the VT. The easiest way to handle this is to refuse to open + unless we're on the current VT. + 101_ubuntu.diff + + Various fixes, split this. + + -- Timo Aaltonen Fri, 09 Nov 2007 02:23:16 +0200 + +xfree86-driver-synaptics (0.14.7~git20070706-1) unstable; urgency=low + + * build with xserver-xorg-core 1.4 (Closes: #442314) + * update to current git + * update xsfbs + + -- Mattia Dongili Mon, 17 Sep 2007 15:25:56 +0900 + +xfree86-driver-synaptics (0.14.7~git20070517-2) unstable; urgency=low + + * use xsfbs to build the driver and automagically get xserver-xorg deps + (Closes: #425818) + + -- Mattia Dongili Thu, 31 May 2007 14:17:31 +0900 + +xfree86-driver-synaptics (0.14.7~git20070517-1) unstable; urgency=low + + * git snapshot of the driver: + - from commit e6595886d7ae3a1730cd0d9f86fd0f305c0743c2 + "[...] synaptics, alps and appletouch pads all work approximately + identically without requiring model-specific configuration" + (Closes: #351621) (Closes: #406499) + - from commit 88211ca60be7cc74015ad4158722e5950884bd78 + "Don't match wacom tablets in the event device probing." + (Closes: #383711) + - from commit 473912f50ffd2b26bd2f638f9d87f86cf60e2dd6 + "Add a config option to prevent the driver from grabbing the event + device for exclusive use" (Closes: #380705) + - from commit 2d06ab1d2b3170b6fa44b945376b2ad4cd682af9 + "Allow to easily switch between move and scroll" + (Closes: #411266) + * set Maintaner to the XSF and me as Uploader + + -- Mattia Dongili Thu, 17 May 2007 19:34:22 +0900 + +xfree86-driver-synaptics (0.14.6-2) unstable; urgency=low + + * Build using Debian's xserver-xorg-dev instead of the package's + provided subtree (which is taken from XFree86-4.3.0). + + -- Mattia Dongili Wed, 03 Jan 2007 18:38:40 +0100 + +xserver-xorg-input-synaptics (0.14.6-0ubuntu10) gutsy; urgency=low + + * Bodge around LP: #68370. Something is opening the device even after + we've switched away from the VT. The easiest way to handle this is + to refuse to open unless we're on the current VT. + + -- Matthew Garrett Tue, 09 Oct 2007 21:08:23 +0100 + +xserver-xorg-input-synaptics (0.14.6-0ubuntu9) gutsy; urgency=low + + * Actually include the parameter setting code + + -- Matthew Garrett Mon, 17 Sep 2007 17:56:53 +0100 + +xserver-xorg-input-synaptics (0.14.6-0ubuntu8) gutsy; urgency=low + + * Fix the build system so it works properly on 64-bit platforms + * Add initial support for setting some paramaters via X + + -- Matthew Garrett Sun, 16 Sep 2007 18:18:17 +0100 + +xserver-xorg-input-synaptics (0.14.6-0ubuntu7) feisty; urgency=low + + * X and Y size calculations were inverted for edge scrolling + * Additionally, the values were scaled incorrectly (LP: #95858) + + -- Matthew Garrett Sun, 25 Mar 2007 16:13:42 +0100 + +xserver-xorg-input-synaptics (0.14.6-0ubuntu6) feisty; urgency=low + + * Set defaults based on values the kernel gives us, rather than making stuff + up in an utterly miserable manner. This upload brought to you by Milton + Nero, a deeply flavoured oat stout. + + -- Matthew Garrett Sat, 24 Mar 2007 15:08:26 +0000 + +xserver-xorg-input-synaptics (0.14.6-0ubuntu5) feisty; urgency=low + + * Attempt to set more reasonable defaults for appletouch devices. Better + now, but still not perfect. + + -- Matthew Garrett Sat, 24 Mar 2007 02:44:11 +0000 + +xserver-xorg-input-synaptics (0.14.6-0ubuntu4) feisty; urgency=low + + * debian/control: Update maintainer fields according to debian- + maintainer-field spec. + + -- Martin Pitt Mon, 12 Mar 2007 14:58:39 +0000 + +xserver-xorg-input-synaptics (0.14.6-0ubuntu3) edgy; urgency=low + + * Add the ugly ALPS hack back + + -- Matthew Garrett Mon, 7 Aug 2006 22:55:42 +0100 + +xserver-xorg-input-synaptics (0.14.6-0ubuntu2) edgy; urgency=low + + * Disable Stack Protection for this package for now (module loading fails + due to missing symbols) + + -- Rodrigo Parra Novo Mon, 31 Jul 2006 09:39:16 -0300 + +xserver-xorg-input-synaptics (0.14.6-0ubuntu1) edgy; urgency=low + + * New Upstream release + * New versioned Build-Depends on xserver-xorg-dev (>= 1.1.1) + * New versioned Build-Depends on xserver-xorg-core (>= 1.1.1) + * Fixed debian/rules to match current Makefile rules (based on Debian + xfree86-driver-synaptics package) + * Fixed Makefile and manual page, also based on Debian xfree86-driver-synaptics + * Dropped Alps patches - unfortunately they don't apply anymore + + -- Rodrigo Parra Novo Thu, 27 Jul 2006 12:18:18 -0300 + +xfree86-driver-synaptics (0.14.5-1) unstable; urgency=low + + * New upstream release. + * Motion with pressure sensitivity merged upstream. (Closes: #337350) + + -- Mattia Dongili Sun, 04 Jun 2006 19:45:35 +0200 + +xfree86-driver-synaptics (0.14.4-5) unstable; urgency=low + + * Added m68k to the Achitecture: field. + + -- Mattia Dongili Sun, 30 Apr 2006 20:17:23 +0200 + +xfree86-driver-synaptics (0.14.4-4) unstable; urgency=low + + * Upload to unstable (Closes: #362108) + * Added xorg-driver-synaptics to the Provides, Conflicts, + Replaces list to ease Ubuntu mixed migrations (et al.) + + -- Mattia Dongili Mon, 27 Mar 2006 18:16:48 +0200 + +xfree86-driver-synaptics (0.14.4-3) experimental; urgency=low + + * building the driver as a shared object, this fixes a lintian warning + and better fits in the modular xorg structure. + + -- Mattia Dongili Wed, 22 Mar 2006 22:33:39 +0100 + +xfree86-driver-synaptics (0.14.4-2) experimental; urgency=low + + * New binary package name to follow modular xorg naming. + * Now suggesting the driver's graphical configuration tools. + * README.Debian: removed note about the 2.6.8 patch I removed recently. + + -- Mattia Dongili Sun, 19 Mar 2006 17:01:09 +0100 + +xfree86-driver-synaptics (0.14.4-1) unstable; urgency=low + + * New upstream version. + * Upstream added an -K command line option to syndaemon to ignore + Modifier+AnyKey combos (closes: #335888). + * Removed the rediffed patch against Debian's 2.6.8 kernel. + + -- Mattia Dongili Mon, 07 Nov 2005 22:54:40 +0100 + +xserver-xorg-input-synaptics (0.14.3+seriouslythistime-0ubuntu4) dapper; urgency=low + + * New versioned Build-Depends on xserver-xorg-dev (>= 1.1.1) + * New versioned Build-Depends on xserver-xorg-core (>= 1.1.1) + + -- Rodrigo Parra Novo Thu, 27 Jul 2006 11:59:57 -0300 + +xserver-xorg-input-synaptics (0.14.3+seriouslythistime-0ubuntu3) dapper; urgency=low + + * Horrible workaround to avoid massive ALPS-related suckage + + -- Matthew Garrett Wed, 22 Mar 2006 21:02:26 +0000 + +xserver-xorg-input-synaptics (0.14.3+seriouslythistime-0ubuntu2) dapper; urgency=low + + * Build with -fPIC to fix FTBFS + + -- Tollef Fog Heen Wed, 11 Jan 2006 16:20:57 +0100 + +xserver-xorg-input-synaptics (0.14.3+seriouslythistime-0ubuntu1) dapper; urgency=low + + * Bounce straight back to 0.14.3. + + -- Daniel Stone Tue, 25 Oct 2005 19:12:28 +1000 + +xorg-driver-synaptics (0.14.3+revertedto+0.13.6-0ubuntu3) breezy; urgency=low + + * Change dependency on xserver-xorg to -core (closes: Ubuntu#15902). + + -- Daniel Stone Fri, 16 Sep 2005 17:42:34 +1000 + +xorg-driver-synaptics (0.14.3+revertedto+0.13.6-0ubuntu2) breezy; urgency=low + + * Build client utilities without includes from Xincludes. + + -- Daniel Stone Wed, 7 Sep 2005 16:31:51 +1000 + +xorg-driver-synaptics (0.14.3+revertedto+0.13.6-0ubuntu1) breezy; urgency=low + + * Revert to old upstream version for preview at least, as the new was quite + catastrophically broken with ALPS. Fixed some, broke a lot (closes: + Ubuntu#14480). + * Backport the confused-finger-count patch. + * Hillariously, dpkg-source ignores deleted files, which means that + Xincludes stuff keeps getting resurrected. Change $(X_INCLUDES_ROOT) to + /usr in include paths (except for the server DDK) to ensure that we get + the installed headers, not the braindead included ones. + + -- Daniel Stone Wed, 7 Sep 2005 11:07:06 +1000 + +xorg-driver-synaptics (0.14.3-1ubuntu2) breezy; urgency=low + + * Move to /usr/lib/xorg for the modular server, and build-depend on + xserver-xorg-dev. + * Switch dependency to xserver-xorg-core, version it. + * Start building synaptics_drv.so instead of .o. + + -- Daniel Stone Fri, 2 Sep 2005 12:08:27 +1000 + +xorg-driver-synaptics (0.14.3-1ubuntu1) breezy; urgency=low + + * Merge with Debian. + * New upstream release: + + Fixes confused finger count with low pressure on some HPs (closes: + Ubuntu#14155). + * Remove unnecessary files in Xincludes from x11proto-core-dev and + x11proto-input-dev. + + -- Daniel Stone Thu, 1 Sep 2005 16:24:27 +1000 + +xfree86-driver-synaptics (0.14.3-1) unstable; urgency=low + + * New upstream version. + * Updated README.Debian to reflect newer X.Org dependencies. + + -- Mattia Dongili Fri, 22 Jul 2005 21:17:37 +0200 + +xfree86-driver-synaptics (0.14.2-2) unstable; urgency=low + + * Can now install together with xorg (closes: #318118). + + -- Mattia Dongili Wed, 29 Jun 2005 12:00:00 +0200 + +xfree86-driver-synaptics (0.14.2-1) unstable; urgency=low + + * New upstream release. + * Added notes to README.Debian to run syndaemon from .xinitrc + (closes: #296485) + + -- Mattia Dongili Wed, 18 May 2005 00:24:14 +0200 + +xfree86-driver-synaptics (0.14.1-1) unstable; urgency=low + + * New upstream release. + + -- Mattia Dongili Tue, 15 Mar 2005 22:33:25 +0100 + +xfree86-driver-synaptics (0.14.0-1) unstable; urgency=low + + * New upstream release: + - now correcly removes the shared memory segment when exiting X + (closes: #263382). + + -- Mattia Dongili (ma.d.) Mon, 10 Jan 2005 21:14:44 +0100 + +xfree86-driver-synaptics (0.13.6-2) unstable; urgency=low + + * Install in /usr/X11R6/lib as all the xfree drivers on 64 bit archs. (closes: #280658) + * Provided an alternative patch for debian-kernel users. (closes: #282359) + + -- Mattia Dongili (ma.d.) Sat, 18 Dec 2004 20:07:15 +0100 + +xfree86-driver-synaptics (0.13.6-1) unstable; urgency=low + + * New upstream. + + -- Mattia Dongili (ma.d.) Sun, 24 Oct 2004 22:14:32 +0200 + +xfree86-driver-synaptics (0.13.5-2) unstable; urgency=low + + * Re-fixed synaptics_drv.o mode to 0644 (why did it reappear?). + + -- Mattia Dongili (ma.d.) Thu, 19 Aug 2004 16:09:56 +0200 + +xfree86-driver-synaptics (0.13.5-1) unstable; urgency=low + + * New upstream. + + -- Mattia Dongili (ma.d.) Sun, 08 Aug 2004 12:41:38 +0200 + +xfree86-driver-synaptics (0.13.4-1) unstable; urgency=low + + * New upstream. + + -- Mattia Dongili (ma.d.) Tue, 27 Jul 2004 22:44:16 +0200 + +xfree86-driver-synaptics (0.13.3-1) unstable; urgency=low + + * New upstream. + * Fixed synaptics_drv.o mode to 0644. + + -- Mattia Dongili (ma.d.) Thu, 20 Jun 2004 15:59:25 +0200 + +xfree86-driver-synaptics (0.13.2-1) unstable; urgency=low + + * New upstream. + * Fixed middle mouse button emulation. (closes: #247219) + * Fixed detection of ALPS touchpads when using a 2.6 linux kernel. (closes: #245682) + * Made double clicks faster. (closes: #248826) + * Uploaded with the correct upstream changelog. (closes: #248811) + + -- Mattia Dongili (ma.d.) Tue, 11 May 2004 09:59:15 +0200 + +xfree86-driver-synaptics (0.13.0-1) unstable; urgency=low + + * New upstream. + + -- Mattia Dongili (ma.d.) Tue, 27 Apr 2004 17:07:26 +0200 + +xfree86-driver-synaptics (0.12.5-1) unstable; urgency=low + + * New upstream. (closes: #239329) + + -- Mattia Dongili (ma.d.) Sat, 20 Mar 2004 12:58:37 +0100 + +xfree86-driver-synaptics (0.12.4-1) unstable; urgency=low + + * Initial Release. (closes: #219163, #231763) + + -- Mattia Dongili (ma.d.) Tue, 2 Mar 2004 11:42:05 +0100 + --- xserver-xorg-input-synaptics-1.2.2.orig/debian/xsfbs/repack.sh +++ xserver-xorg-input-synaptics-1.2.2/debian/xsfbs/repack.sh @@ -0,0 +1,32 @@ +#!/bin/sh + +set -e + +if ! [ -d debian/prune ]; then + exit 0 +fi + +if [ "x$1" != x--upstream-version ]; then + exit 1 +fi + +version="$2" +filename="$3" + +if [ -z "$version" ] || ! [ -f "$filename" ]; then + exit 1 +fi + +dir="$(pwd)" +tempdir="$(mktemp -d)" + +cd "$tempdir" +tar xf "$dir/$filename" +cat "$dir"/debian/prune/* | while read file; do rm -f */$file; done + +tar czf "$dir/$filename" * +cd "$dir" +rm -rf "$tempdir" +echo "Done pruning upstream tarball" + +exit 0 --- xserver-xorg-input-synaptics-1.2.2.orig/debian/xsfbs/xsfbs.mk +++ xserver-xorg-input-synaptics-1.2.2/debian/xsfbs/xsfbs.mk @@ -0,0 +1,285 @@ +#!/usr/bin/make -f + +# Debian X Strike Force Build System (XSFBS): Make portion + +# Copyright 1996 Stephen Early +# Copyright 1997 Mark Eichin +# Copyright 1998-2005, 2007 Branden Robinson +# Copyright 2005 David Nusinow +# +# Licensed under the GNU General Public License, version 2. See the file +# /usr/share/common-licenses/GPL or . + +# Originally by Stephen Early +# Modified by Mark W. Eichin +# Modified by Adam Heath +# Modified by Branden Robinson +# Modified by Fabio Massimo Di Nitto +# Modified by David Nusinow +# Acknowledgements to Manoj Srivastava. + +# Pass $(DH_OPTIONS) into the environment for debhelper's benefit. +export DH_OPTIONS + +# force quilt to not use ~/.quiltrc and to use debian/patches +QUILT = QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null + +# Set up parameters for the upstream build environment. + +# Determine (source) package name from Debian changelog. +SOURCE_NAME:=$(shell dpkg-parsechangelog -ldebian/changelog \ + | grep '^Source:' | awk '{print $$2}') + +# Determine package version from Debian changelog. +SOURCE_VERSION:=$(shell dpkg-parsechangelog -ldebian/changelog \ + | grep '^Version:' | awk '{print $$2}') + +# Determine upstream version number. +UPSTREAM_VERSION:=$(shell echo $(SOURCE_VERSION) | sed 's/-.*//') + +# Determine the source version without the epoch for make-orig-tar-gz +NO_EPOCH_VER:=$(shell echo $(UPSTREAM_VERSION) | sed 's/^.://') + +# Figure out who's building this package. +BUILDER:=$(shell echo $${DEBEMAIL:-$${EMAIL:-$$(echo $$LOGNAME@$$(cat /etc/mailname 2>/dev/null))}}) + +# Find out if this is an official build; an official build has nothing but +# digits, dots, and/or the codename of a release in the Debian part of the +# version number. Anything else indicates an unofficial build. +OFFICIAL_BUILD:=$(shell VERSION=$(SOURCE_VERSION); if ! expr "$$(echo $${VERSION\#\#*-} | sed 's/\(woody\|sarge\|etch\|lenny\)//g')" : ".*[^0-9.].*" >/dev/null 2>&1; then echo yes; fi) + +# Set up parameters for the Debian build environment. + +# Determine our architecture. +BUILD_ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) +# Work around some old-time dpkg braindamage. +BUILD_ARCH:=$(subst i486,i386,$(BUILD_ARCH)) +# The DEB_HOST_ARCH variable may be set per the Debian cross-compilation policy. +ifdef DEB_HOST_ARCH + ARCH:=$(DEB_HOST_ARCH) +else + # dpkg-cross sets the ARCH environment variable; if set, use it. + ifdef ARCH + ARCH:=$(ARCH) + else + ARCH:=$(BUILD_ARCH) + endif +endif + +# $(STAMP_DIR) houses stamp files for complex targets. +STAMP_DIR:=stampdir + +# $(DEBTREEDIR) is where all install rules are told (via $(DESTDIR)) to place +# their files. +DEBTREEDIR:=$(CURDIR)/debian/tmp + +# All "important" targets have four lines: +# 1) A target name that is invoked by a package-building tool or the user. +# This consists of a dependency on a "$(STAMP_DIR)/"-prefixed counterpart. +# 2) A line delcaring 1) as a phony target (".PHONY:"). +# 3) A "$(STAMP_DIR)/"-prefixed target which does the actual work, and may +# depend on other targets. +# 4) A line declaring 3) as a member of the $(stampdir_targets) variable; the +# "$(STAMP_DIR)/" prefix is omitted. +# +# This indirection is needed so that the "stamp" files that signify when a rule +# is done can be located in a separate "stampdir". Recall that make has no way +# to know when a goal has been met for a phony target (like "build" or +# "install"). +# +# At the end of each "$(STAMP_DIR)/" target, be sure to run the command ">$@" +# so that the target will not be run again. Removing the file will make Make +# run the target over. + +# All phony targets should be declared as dependencies of .PHONY, even if they +# do not have "($STAMP_DIR)/"-prefixed counterparts. + +# Define a harmless default rule to keep things from going nuts by accident. +.PHONY: default +default: + +# Set up the $(STAMP_DIR) directory. +.PHONY: stampdir +stampdir_targets+=stampdir +stampdir: $(STAMP_DIR)/stampdir +$(STAMP_DIR)/stampdir: + mkdir $(STAMP_DIR) + >$@ + +# Set up the package build directory as quilt expects to find it. +.PHONY: prepare +stampdir_targets+=prepare +prepare: $(STAMP_DIR)/prepare +$(STAMP_DIR)/prepare: $(STAMP_DIR)/logdir $(STAMP_DIR)/genscripts + >$@ + +.PHONY: logdir +stampdir_targets+=logdir +logdir: $(STAMP_DIR)/logdir +$(STAMP_DIR)/logdir: $(STAMP_DIR)/stampdir + mkdir -p $(STAMP_DIR)/log + >$@ + +# Apply all patches to the upstream source. +.PHONY: patch +stampdir_targets+=patch +patch: $(STAMP_DIR)/patch +$(STAMP_DIR)/patch: $(STAMP_DIR)/prepare + if ! [ `which quilt` ]; then \ + echo "Couldn't find quilt. Please install it or add it to the build-depends for this package."; \ + exit 1; \ + fi; \ + if $(QUILT) next >/dev/null 2>&1; then \ + echo -n "Applying patches..."; \ + if $(QUILT) push -a -v >$(STAMP_DIR)/log/patch 2>&1; then \ + cat $(STAMP_DIR)/log/patch; \ + echo "successful."; \ + else \ + cat $(STAMP_DIR)/log/patch; \ + echo "failed! (check $(STAMP_DIR)/log/patch for details)"; \ + exit 1; \ + fi; \ + else \ + echo "No patches to apply"; \ + fi; \ + >$@ + +# Revert all patches to the upstream source. +.PHONY: unpatch +unpatch: $(STAMP_DIR)/logdir + rm -f $(STAMP_DIR)/patch + @echo -n "Unapplying patches..."; \ + if $(QUILT) applied >/dev/null 2>/dev/null; then \ + if $(QUILT) pop -a -v >$(STAMP_DIR)/log/unpatch 2>&1; then \ + cat $(STAMP_DIR)/log/unpatch; \ + echo "successful."; \ + else \ + cat $(STAMP_DIR)/log/unpatch; \ + echo "failed! (check $(STAMP_DIR)/log/unpatch for details)"; \ + exit 1; \ + fi; \ + else \ + echo "nothing to do."; \ + fi + +# Clean the generated maintainer scripts. +.PHONY: cleanscripts +cleanscripts: + rm -f $(STAMP_DIR)/genscripts + rm -f debian/*.config \ + debian/*.postinst \ + debian/*.postrm \ + debian/*.preinst \ + debian/*.prerm + +# Clean the package build tree. +.PHONY: xsfclean +xsfclean: cleanscripts unpatch + dh_testdir + rm -rf .pc + rm -rf $(STAMP_DIR) + dh_clean + +# Remove files from the upstream source tree that we don't need, or which have +# licensing problems. It must be run before creating the .orig.tar.gz. +# +# Note: This rule is for Debian package maintainers' convenience, and is not +# needed for conventional build scenarios. +.PHONY: prune-upstream-tree +prune-upstream-tree: + # Ensure we're in the correct directory. + dh_testdir + grep -rvh '^#' debian/prune/ | xargs --no-run-if-empty rm -rf + +# Verify that there are no offsets or fuzz in the patches we apply. +# +# Note: This rule is for Debian package maintainers' convenience, and is not +# needed for conventional build scenarios. +.PHONY: patch-audit +patch-audit: prepare unpatch + @echo -n "Auditing patches..."; \ + >$(STAMP_DIR)/log/patch; \ + FUZZY=; \ + while [ -n "$$($(QUILT) next)" ]; do \ + RESULT=$$($(QUILT) push -v | tee -a $(STAMP_DIR)/log/patch | grep ^Hunk | sed 's/^Hunk.*\(succeeded\|FAILED\).*/\1/');\ + case "$$RESULT" in \ + succeeded) \ + echo "fuzzy patch: $$($(QUILT) top)" \ + | tee -a $(STAMP_DIR)/log/$$($(QUILT) top); \ + FUZZY=yes; \ + ;; \ + FAILED) \ + echo "broken patch: $$($(QUILT) next)" \ + | tee -a $(STAMP_DIR)/log/$$($(QUILT) next); \ + exit 1; \ + ;; \ + esac; \ + done; \ + if [ -n "$$FUZZY" ]; then \ + echo "there were fuzzy patches; please fix."; \ + exit 1; \ + else \ + echo "done."; \ + fi + +# Generate the maintainer scripts. +.PHONY: genscripts +stampdir_targets+=genscripts +genscripts: $(STAMP_DIR)/genscripts +$(STAMP_DIR)/genscripts: $(STAMP_DIR)/stampdir + for FILE in debian/*.config.in \ + debian/*.postinst.in \ + debian/*.postrm.in \ + debian/*.preinst.in \ + debian/*.prerm.in; do \ + if [ -e "$$FILE" ]; then \ + MAINTSCRIPT=$$(echo $$FILE | sed 's/.in$$//'); \ + sed -n '1,/^#INCLUDE_SHELL_LIB#$$/p' <$$FILE \ + | sed -e '/^#INCLUDE_SHELL_LIB#$$/d' >$$MAINTSCRIPT.tmp; \ + cat debian/xsfbs/xsfbs.sh >>$$MAINTSCRIPT.tmp; \ + sed -n '/^#INCLUDE_SHELL_LIB#$$/,$$p' <$$FILE \ + | sed -e '/^#INCLUDE_SHELL_LIB#$$/d' >>$$MAINTSCRIPT.tmp; \ + sed -e 's/@SOURCE_VERSION@/$(SOURCE_VERSION)/' \ + -e 's/@OFFICIAL_BUILD@/$(OFFICIAL_BUILD)/' \ + <$$MAINTSCRIPT.tmp >$$MAINTSCRIPT; \ + rm $$MAINTSCRIPT.tmp; \ + fi; \ + done + # Validate syntax of generated shell scripts. + #sh debian/scripts/validate-posix-sh debian/*.config \ + # debian/*.postinst \ + # debian/*.postrm \ + # debian/*.preinst \ + # debian/*.prerm + >$@ + +# Compute dependencies for drivers +# +VIDEODEP = $(shell cat /usr/share/xserver-xorg/videodrvdep 2>/dev/null) +INPUTDEP = $(shell cat /usr/share/xserver-xorg/xinputdep 2>/dev/null) + +# these two can be removed post-squeeze +VIDEOABI = $(shell cat /usr/share/xserver-xorg/videoabiver 2>/dev/null) +INPUTABI = $(shell cat /usr/share/xserver-xorg/inputabiver 2>/dev/null) +VIDDRIVER_PROVIDES = xserver-xorg-video-$(VIDEOABI) +INPDRIVER_PROVIDES = xserver-xorg-input-$(INPUTABI) + +ifeq ($(PACKAGE),) +PACKAGE=$(shell awk '/^Package:/ { print $$2; exit }' < debian/control) +endif + +.PHONY: serverabi +serverabi: install +ifeq ($(VIDEODEP),) + @echo 'error: xserver-xorg-dev >= 1.7.6.901 needs to be installed' + @exit 1 +else + echo "xviddriver:Depends=$(VIDEODEP)" >> debian/$(PACKAGE).substvars + echo "xinpdriver:Depends=$(INPUTDEP)" >> debian/$(PACKAGE).substvars + # the following is there for compatibility... + echo "xviddriver:Provides=$(VIDDRIVER_PROVIDES)" >> debian/$(PACKAGE).substvars + echo "xinpdriver:Provides=$(INPDRIVER_PROVIDES)" >> debian/$(PACKAGE).substvars + echo "xserver:Depends=$(VIDEODEP), $(INPUTDEP)" >> debian/$(PACKAGE).substvars +endif + +# vim:set noet ai sts=8 sw=8 tw=0: --- xserver-xorg-input-synaptics-1.2.2.orig/debian/xsfbs/xsfbs.sh +++ xserver-xorg-input-synaptics-1.2.2/debian/xsfbs/xsfbs.sh @@ -0,0 +1,622 @@ +# This is the X Strike Force shell library for X Window System package +# maintainer scripts. It serves to define shell functions commonly used by +# such packages, and performs some error checking necessary for proper operation +# of those functions. By itself, it does not "do" much; the maintainer scripts +# invoke the functions defined here to accomplish package installation and +# removal tasks. + +# If you are reading this within a Debian package maintainer script (e.g., +# /var/lib/dpkg/info/PACKAGE.{config,preinst,postinst,prerm,postrm}), you can +# skip past this library by scanning forward in this file to the string +# "GOBSTOPPER". + +SOURCE_VERSION=@SOURCE_VERSION@ +OFFICIAL_BUILD=@OFFICIAL_BUILD@ + +# Use special abnormal exit codes so that problems with this library are more +# easily tracked down. +SHELL_LIB_INTERNAL_ERROR=86 +SHELL_LIB_THROWN_ERROR=74 +SHELL_LIB_USAGE_ERROR=99 + +# old -> new variable names +if [ -z "$DEBUG_XORG_PACKAGE" ] && [ -n "$DEBUG_XFREE86_PACKAGE" ]; then + DEBUG_XORG_PACKAGE="$DEBUG_XFREE86_PACKAGE" +fi +if [ -z "$DEBUG_XORG_DEBCONF" ] && [ -n "$DEBUG_XFREE86_DEBCONF" ]; then + DEBUG_XORG_DEBCONF="$DEBUG_XFREE86_DEBCONF" +fi + +# initial sanity checks +if [ -z "$THIS_PACKAGE" ]; then + cat >&2 < on the World Wide Web for +instructions, read the file /usr/share/doc/debian/bug-reporting.txt from the +"doc-debian" package, or install the "reportbug" package and use the command of +the same name to file a report against version $SOURCE_VERSION of this package. +EOF + exit $SHELL_LIB_USAGE_ERROR +fi + +if [ -z "$THIS_SCRIPT" ]; then + cat >&2 < on the World Wide Web for +instructions, read the file /usr/share/doc/debian/bug-reporting.txt from the +"doc-debian" package, or install the "reportbug" package and use the command of +the same name to file a report against version $SOURCE_VERSION of the +"$THIS_PACKAGE" package. +EOF + exit $SHELL_LIB_USAGE_ERROR +fi + +if [ "$1" = "reconfigure" ] || [ -n "$DEBCONF_RECONFIGURE" ]; then + RECONFIGURE="true" +else + RECONFIGURE= +fi + +if ([ "$1" = "install" ] || [ "$1" = "configure" ]) && [ -z "$2" ]; then + FIRSTINST="yes" +fi + +if [ -z "$RECONFIGURE" ] && [ -z "$FIRSTINST" ]; then + UPGRADE="yes" +fi + +trap "message;\ + message \"Received signal. Aborting $THIS_PACKAGE package $THIS_SCRIPT script.\";\ + message;\ + exit 1" HUP INT QUIT TERM + +reject_nondigits () { + # syntax: reject_nondigits [ operand ... ] + # + # scan operands (typically shell variables whose values cannot be trusted) for + # characters other than decimal digits and barf if any are found + while [ -n "$1" ]; do + # does the operand contain anything but digits? + if ! expr "$1" : "[[:digit:]]\+$" > /dev/null 2>&1; then + # can't use die(), because it wraps message() which wraps this function + echo "$THIS_PACKAGE $THIS_SCRIPT error: reject_nondigits() encountered" \ + "possibly malicious garbage \"$1\"" >&2 + exit $SHELL_LIB_THROWN_ERROR + fi + shift + done +} + +reject_unlikely_path_chars () { + # syntax: reject_unlikely_path_chars [ operand ... ] + # + # scan operands (typically shell variables whose values cannot be trusted) for + # characters unlikely to be seen in a path and which the shell might + # interpret and barf if any are found + while [ -n "$1" ]; do + # does the operand contain any funny characters? + if expr "$1" : '.*[!$&()*;<>?|].*' > /dev/null 2>&1; then + # can't use die(), because I want to avoid forward references + echo "$THIS_PACKAGE $THIS_SCRIPT error: reject_unlikely_path_chars()" \ + "encountered possibly malicious garbage \"$1\"" >&2 + exit $SHELL_LIB_THROWN_ERROR + fi + shift + done +} + +# Query the terminal to establish a default number of columns to use for +# displaying messages to the user. This is used only as a fallback in the +# event the COLUMNS variable is not set. ($COLUMNS can react to SIGWINCH while +# the script is running, and this cannot, only being calculated once.) +DEFCOLUMNS=$(stty size 2> /dev/null | awk '{print $2}') || true +if ! expr "$DEFCOLUMNS" : "[[:digit:]]\+$" > /dev/null 2>&1; then + DEFCOLUMNS=80 +fi + +message () { + # pretty-print messages of arbitrary length + reject_nondigits "$COLUMNS" + echo "$*" | fmt -t -w ${COLUMNS:-$DEFCOLUMNS} >&2 +} + +observe () { + # syntax: observe message ... + # + # issue observational message suitable for logging someday when support for + # it exists in dpkg + if [ -n "$DEBUG_XORG_PACKAGE" ]; then + message "$THIS_PACKAGE $THIS_SCRIPT note: $*" + fi +} + +warn () { + # syntax: warn message ... + # + # issue warning message suitable for logging someday when support for + # it exists in dpkg; also send to standard error + message "$THIS_PACKAGE $THIS_SCRIPT warning: $*" +} + +die () { + # syntax: die message ... + # + # exit script with error message + message "$THIS_PACKAGE $THIS_SCRIPT error: $*" + exit $SHELL_LIB_THROWN_ERROR +} + +internal_error () { + # exit script with error; essentially a "THIS SHOULD NEVER HAPPEN" message + message "internal error: $*" + if [ -n "$OFFICIAL_BUILD" ]; then + message "Please report a bug in the $THIS_SCRIPT script of the" \ + "$THIS_PACKAGE package, version $SOURCE_VERSION to the Debian Bug" \ + "Tracking System. Include all messages above that mention the" \ + "$THIS_PACKAGE package. Visit " \ + " on the World Wide Web for" \ + "instructions, read the file" \ + "/usr/share/doc/debian/bug-reporting.txt from the doc-debian" \ + "package, or install the reportbug package and use the command of" \ + "the same name to file a report." + fi + exit $SHELL_LIB_INTERNAL_ERROR +} + +usage_error () { + message "usage error: $*" + message "Please report a bug in the $THIS_SCRIPT script of the" \ + "$THIS_PACKAGE package, version $SOURCE_VERSION to the Debian Bug" \ + "Tracking System. Include all messages above that mention the" \ + "$THIS_PACKAGE package. Visit " \ + " on the World Wide Web for" \ + "instructions, read the file" \ + "/usr/share/doc/debian/bug-reporting.txt from the doc-debian" \ + "package, or install the reportbug package and use the command of" \ + "the same name to file a report." + exit $SHELL_LIB_USAGE_ERROR +} + +font_update () { + # run $UPDATECMDS in $FONTDIRS + + local dir cmd shortcmd x_font_dir_prefix + + x_font_dir_prefix="/usr/share/fonts/X11" + + if [ -z "$UPDATECMDS" ]; then + usage_error "font_update() called but \$UPDATECMDS not set" + fi + if [ -z "$FONTDIRS" ]; then + usage_error "font_update() called but \$FONTDIRS not set" + fi + + reject_unlikely_path_chars "$UPDATECMDS" + reject_unlikely_path_chars "$FONTDIRS" + + for dir in $FONTDIRS; do + if [ -d "$x_font_dir_prefix/$dir" ]; then + for cmd in $UPDATECMDS; do + if which "$cmd" > /dev/null 2>&1; then + shortcmd=${cmd##*/} + observe "running $shortcmd in $dir font directory" + cmd_opts= + if [ "$shortcmd" = "update-fonts-alias" ]; then + cmd_opts=--x11r7-layout + fi + if [ "$shortcmd" = "update-fonts-dir" ]; then + cmd_opts=--x11r7-layout + fi + if [ "$shortcmd" = "update-fonts-scale" ]; then + cmd_opts=--x11r7-layout + fi + $cmd $cmd_opts $dir || warn "$cmd $cmd_opts $dir" \ + "failed; font directory data may not" \ + "be up to date" + else + warn "$cmd not found; not updating corresponding $dir font" \ + "directory data" + fi + done + else + warn "$dir is not a directory; not updating font directory data" + fi + done +} + +remove_conffile_prepare () { + # syntax: remove_conffile_prepare filename official_md5sum ... + # + # Check a conffile "filename" against a list of canonical MD5 checksums. + # If the file's current MD5 checksum matches one of the "official_md5sum" + # operands provided, then prepare the conffile for removal from the system. + # We defer actual deletion until the package is configured so that we can + # roll this operation back if package installation fails. + # + # Call this function from a preinst script in the event $1 is "upgrade" or + # "install" and verify $2 to ensure the package is being upgraded from a + # version (or installed over a version removed-but-not-purged) prior to the + # one in which the conffile was obsoleted. + + local conffile current_checksum + + # validate arguments + if [ $# -lt 2 ]; then + usage_error "remove_conffile_prepare() called with wrong number of" \ + "arguments; expected at least 2, got $#" + exit $SHELL_LIB_USAGE_ERROR + fi + + conffile="$1" + shift + + # does the conffile even exist? + if [ -e "$conffile" ]; then + # calculate its checksum + current_checksum=$(md5sum < "$conffile" | sed 's/[[:space:]].*//') + # compare it to each supplied checksum + while [ -n "$1" ]; do + if [ "$current_checksum" = "$1" ]; then + # we found a match; move the confffile and stop looking + observe "preparing obsolete conffile $conffile for removal" + mv "$conffile" "$conffile.$THIS_PACKAGE-tmp" + break + fi + shift + done + fi +} + +remove_conffile_lookup () { + # syntax: remove_conffile_lookup package filename + # + # Lookup the md5sum of a conffile in dpkg's database, and prepare for removal + # if it matches the actual file's md5sum. + # + # Call this function when you would call remove_conffile_prepare but only + # want to check against dpkg's status database instead of known checksums. + + local package conffile old_md5sum + + # validate arguments + if [ $# -ne 2 ]; then + usage_error "remove_conffile_lookup() called with wrong number of" \ + "arguments; expected 1, got $#" + exit $SHELL_LIB_USAGE_ERROR + fi + + package="$1" + conffile="$2" + + if ! [ -e "$conffile" ]; then + return + fi + old_md5sum="$(dpkg-query -W -f='${Conffiles}' "$package" | \ + awk '{ if (match($0, "^ '"$conffile"' ")) print $2}')" + if [ -n "$old_md5sum" ]; then + remove_conffile_prepare "$conffile" "$old_md5sum" + fi +} + +remove_conffile_commit () { + # syntax: remove_conffile_commit filename + # + # Complete the removal of a conffile "filename" that has become obsolete. + # + # Call this function from a postinst script after having used + # remove_conffile_prepare() in the preinst. + + local conffile + + # validate arguments + if [ $# -ne 1 ]; then + usage_error "remove_conffile_commit() called with wrong number of" \ + "arguments; expected 1, got $#" + exit $SHELL_LIB_USAGE_ERROR + fi + + conffile="$1" + + # if the temporary file created by remove_conffile_prepare() exists, remove it + if [ -e "$conffile.$THIS_PACKAGE-tmp" ]; then + observe "committing removal of obsolete conffile $conffile" + rm "$conffile.$THIS_PACKAGE-tmp" + fi +} + +remove_conffile_rollback () { + # syntax: remove_conffile_rollback filename + # + # Roll back the removal of a conffile "filename". + # + # Call this function from a postrm script in the event $1 is "abort-upgrade" + # or "abort-install" is after having used remove_conffile_prepare() in the + # preinst. + + local conffile + + # validate arguments + if [ $# -ne 1 ]; then + usage_error "remove_conffile_rollback() called with wrong number of" \ + "arguments; expected 1, got $#" + exit $SHELL_LIB_USAGE_ERROR + fi + + conffile="$1" + + # if the temporary file created by remove_conffile_prepare() exists, move it + # back + if [ -e "$conffile.$THIS_PACKAGE-tmp" ]; then + observe "rolling back removal of obsolete conffile $conffile" + mv "$conffile.$THIS_PACKAGE-tmp" "$conffile" + fi +} + +replace_conffile_with_symlink_prepare () { + # syntax: replace_conffile_with_symlink_prepare oldfilename newfilename \ + # official_md5sum ... + # + # Check a conffile "oldfilename" against a list of canonical MD5 checksums. + # If the file's current MD5 checksum matches one of the "official_md5sum" + # operands provided, then prepare the conffile for removal from the system. + # We defer actual deletion until the package is configured so that we can + # roll this operation back if package installation fails. Otherwise copy it + # to newfilename and let dpkg handle it through conffiles mechanism. + # + # Call this function from a preinst script in the event $1 is "upgrade" or + # "install" and verify $2 to ensure the package is being upgraded from a + # version (or installed over a version removed-but-not-purged) prior to the + # one in which the conffile was obsoleted. + + local conffile current_checksum + + # validate arguments + if [ $# -lt 3 ]; then + usage_error "replace_conffile_with_symlink_prepare() called with wrong" \ + " number of arguments; expected at least 3, got $#" + exit $SHELL_LIB_USAGE_ERROR + fi + + oldconffile="$1" + shift + newconffile="$1" + shift + + remove_conffile_prepare "$_oldconffile" "$@" + # If $oldconffile still exists, then md5sums didn't match. + # Copy it to new one. + if [ -f "$oldconffile" ]; then + cp "$oldconffile" "$newconffile" + fi + +} + +replace_conffile_with_symlink_commit () { + # syntax: replace_conffile_with_symlink_commit oldfilename + # + # Complete the removal of a conffile "oldfilename" that has been + # replaced by a symlink. + # + # Call this function from a postinst script after having used + # replace_conffile_with_symlink_prepare() in the preinst. + + local conffile + + # validate arguments + if [ $# -ne 1 ]; then + usage_error "replace_conffile_with_symlink_commit() called with wrong" \ + "number of arguments; expected 1, got $#" + exit $SHELL_LIB_USAGE_ERROR + fi + + conffile="$1" + + remove_conffile_commit "$conffile" +} + +replace_conffile_with_symlink_rollback () { + # syntax: replace_conffile_with_symlink_rollback oldfilename newfilename + # + # Roll back the replacing of a conffile "oldfilename" with symlink to + # "newfilename". + # + # Call this function from a postrm script in the event $1 is "abort-upgrade" + # or "abort-install" and verify $2 to ensure the package failed to upgrade + # from a version (or install over a version removed-but-not-purged) prior + # to the one in which the conffile was obsoleted. + # You should have used replace_conffile_with_symlink_prepare() in the + # preinst. + + local conffile + + # validate arguments + if [ $# -ne 2 ]; then + usage_error "replace_conffile_with_symlink_rollback() called with wrong" \ + "number of arguments; expected 2, got $#" + exit $SHELL_LIB_USAGE_ERROR + fi + + oldconffile="$1" + newconffile="$2" + + remove_conffile_rollback "$_oldconffile" + if [ -f "$newconffile" ]; then + rm "$newconffile" + fi +} + +run () { + # syntax: run command [ argument ... ] + # + # Run specified command with optional arguments and report its exit status. + # Useful for commands whose exit status may be nonzero, but still acceptable, + # or commands whose failure is not fatal to us. + # + # NOTE: Do *not* use this function with db_get or db_metaget commands; in + # those cases the return value of the debconf command *must* be checked + # before the string returned by debconf is used for anything. + + local retval + + # validate arguments + if [ $# -lt 1 ]; then + usage_error "run() called with wrong number of arguments; expected at" \ + "least 1, got $#" + exit $SHELL_LIB_USAGE_ERROR + fi + + "$@" || retval=$? + + if [ ${retval:-0} -ne 0 ]; then + observe "command \"$*\" exited with status $retval" + fi +} + +make_symlink_sane () { + # syntax: make_symlink_sane symlink target + # + # Ensure that the symbolic link symlink exists, and points to target. + # + # If symlink does not exist, create it and point it at target. + # + # If symlink exists but is not a symbolic link, back it up. + # + # If symlink exists, is a symbolic link, but points to the wrong location, fix + # it. + # + # If symlink exists, is a symbolic link, and already points to target, do + # nothing. + # + # This function wouldn't be needed if ln had an -I, --idempotent option. + + # Validate arguments. + if [ $# -ne 2 ]; then + usage_error "make_symlink_sane() called with wrong number of arguments;" \ + "expected 2, got $#" + exit $SHELL_LIB_USAGE_ERROR + fi + + # We could just use the positional parameters as-is, but that makes things + # harder to follow. + local symlink target + + symlink="$1" + target="$2" + + if [ -L "$symlink" ] && [ "$(readlink "$symlink")" = "$target" ]; then + observe "link from $symlink to $target already exists" + else + observe "creating symbolic link from $symlink to $target" + mkdir -p "${target%/*}" "${symlink%/*}" + ln -s -b -S ".dpkg-old" "$target" "$symlink" + fi +} + +migrate_dir_to_symlink () { + # syntax: migrate_dir_to_symlink old_location new_location + # + # Per Debian Policy section 6.5.4, "A directory will never be replaced by a + # symbolic link to a directory or vice versa; instead, the existing state + # (symlink or not) will be left alone and dpkg will follow the symlink if + # there is one." + # + # We have to do it ourselves. + # + # This function moves the contents of old_location, a directory, into + # new_location, a directory, then makes old_location a symbolic link to + # new_location. + # + # old_location need not exist, but if it does, it must be a directory (or a + # symlink to a directory). If it is not, it is backed up. If new_location + # exists already and is not a directory, it is backed up. + # + # This function should be called from a package's preinst so that other + # packages unpacked after this one --- but before this package's postinst runs + # --- are unpacked into new_location even if their payloads contain + # old_location filespecs. + + # Validate arguments. + if [ $# -ne 2 ]; then + usage_error "migrate_dir_to_symlink() called with wrong number of" + "arguments; expected 2, got $#" + exit $SHELL_LIB_USAGE_ERROR + fi + + # We could just use the positional parameters as-is, but that makes things + # harder to follow. + local new old + + old="$1" + new="$2" + + # Is old location a symlink? + if [ -L "$old" ]; then + # Does it already point to new location? + if [ "$(readlink "$old")" = "$new" ]; then + # Nothing to do; migration has already been done. + observe "migration of $old to $new already done" + return 0 + else + # Back it up. + warn "backing up symbolic link $old as $old.dpkg-old" + mv -b "$old" "$old.dpkg-old" + fi + fi + + # Does old location exist, but is not a directory? + if [ -e "$old" ] && ! [ -d "$old" ]; then + # Back it up. + warn "backing up non-directory $old as $old.dpkg-old" + mv -b "$old" "$old.dpkg-old" + fi + + observe "migrating $old to $new" + + # Is new location a symlink? + if [ -L "$new" ]; then + # Does it point the wrong way, i.e., back to where we're migrating from? + if [ "$(readlink "$new")" = "$old" ]; then + # Get rid of it. + observe "removing symbolic link $new which points to $old" + rm "$new" + else + # Back it up. + warn "backing up symbolic link $new as $new.dpkg-old" + mv -b "$new" "$new.dpkg-old" + fi + fi + + # Does new location exist, but is not a directory? + if [ -e "$new" ] && ! [ -d "$new" ]; then + warn "backing up non-directory $new as $new.dpkg-old" + mv -b "$new" "$new.dpkg-old" + fi + + # Create new directory if it does not yet exist. + if ! [ -e "$new" ]; then + observe "creating $new" + mkdir -p "$new" + fi + + # Copy files in old location to new location. Back up any filenames that + # already exist in the new location with the extension ".dpkg-old". + observe "copying files from $old to $new" + if ! (cd "$old" && cp -a -b -S ".dpkg-old" . "$new"); then + die "error(s) encountered while copying files from $old to $new" + fi + + # Remove files at old location. + observe "removing $old" + rm -r "$old" + + # Create symlink from old location to new location. + make_symlink_sane "$old" "$new" +} + +# vim:set ai et sw=2 ts=2 tw=80: + +# GOBSTOPPER: The X Strike Force shell library ends here. --- xserver-xorg-input-synaptics-1.2.2.orig/debian/patches/103_enable_cornertapping.patch +++ xserver-xorg-input-synaptics-1.2.2/debian/patches/103_enable_cornertapping.patch @@ -0,0 +1,15 @@ +Index: xfree86-driver-synaptics-0.99.3/src/synaptics.c +=================================================================== +--- xfree86-driver-synaptics-0.99.3.orig/src/synaptics.c 2008-12-15 00:33:15.000000000 +0100 ++++ xfree86-driver-synaptics-0.99.3/src/synaptics.c 2009-01-24 15:48:29.000000000 +0100 +@@ -464,8 +464,8 @@ + pars->guestmouse_off = xf86SetBoolOption(opts, "GuestMouseOff", FALSE); + pars->locked_drags = xf86SetBoolOption(opts, "LockedDrags", FALSE); + pars->locked_drag_time = xf86SetIntOption(opts, "LockedDragTimeout", 5000); +- pars->tap_action[RT_TAP] = xf86SetIntOption(opts, "RTCornerButton", 0); +- pars->tap_action[RB_TAP] = xf86SetIntOption(opts, "RBCornerButton", 0); ++ pars->tap_action[RT_TAP] = xf86SetIntOption(opts, "RTCornerButton", 2); ++ pars->tap_action[RB_TAP] = xf86SetIntOption(opts, "RBCornerButton", 3); + pars->tap_action[LT_TAP] = xf86SetIntOption(opts, "LTCornerButton", 0); + pars->tap_action[LB_TAP] = xf86SetIntOption(opts, "LBCornerButton", 0); + pars->tap_action[F1_TAP] = xf86SetIntOption(opts, "TapButton1", tapButton1); --- xserver-xorg-input-synaptics-1.2.2.orig/debian/patches/104_always_enable_tapping.patch +++ xserver-xorg-input-synaptics-1.2.2/debian/patches/104_always_enable_tapping.patch @@ -0,0 +1,19 @@ +Index: xserver-xorg-input-synaptics/src/synaptics.c +=================================================================== +--- xserver-xorg-input-synaptics.orig/src/synaptics.c 2009-01-26 09:52:14.000000000 +0200 ++++ xserver-xorg-input-synaptics/src/synaptics.c 2009-01-26 09:52:27.000000000 +0200 +@@ -403,10 +403,10 @@ + palmMinWidth = 10; + } + +- /* Enable tap if we don't have a phys left button */ +- tapButton1 = priv->has_left ? 0 : 1; +- tapButton2 = priv->has_left ? 0 : 3; +- tapButton3 = priv->has_left ? 0 : 2; ++ /* Enable tap */ ++ tapButton1 = 1; ++ tapButton2 = 2; ++ tapButton3 = 3; + + /* Enable multifinger-click if we don't have right/middle button, + otherwise clickFinger is always button 1. */ --- xserver-xorg-input-synaptics-1.2.2.orig/debian/patches/105_correct_multifinger_click.patch +++ xserver-xorg-input-synaptics-1.2.2/debian/patches/105_correct_multifinger_click.patch @@ -0,0 +1,14 @@ +diff -Nur xfree86-driver-synaptics-0.99.3.orig/src/synaptics.c xfree86-driver-synaptics-0.99.3/src/synaptics.c +--- xfree86-driver-synaptics-0.99.3.orig/src/synaptics.c 2008-12-15 00:33:15.000000000 +0100 ++++ xfree86-driver-synaptics-0.99.3/src/synaptics.c 2009-01-31 18:40:37.000000000 +0100 +@@ -411,8 +411,8 @@ + /* Enable multifinger-click if we don't have right/middle button, + otherwise clickFinger is always button 1. */ + clickFinger1 = 1; +- clickFinger2 = priv->has_right ? 1 : 3; +- clickFinger3 = priv->has_middle ? 1 : 2; ++ clickFinger2 = priv->has_right ? 1 : 2; ++ clickFinger3 = priv->has_middle ? 1 : 3; + + /* Enable vert edge scroll if we can't detect doubletap */ + vertEdgeScroll = priv->has_double ? FALSE : TRUE; --- xserver-xorg-input-synaptics-1.2.2.orig/debian/patches/03-man-no-hal.patch +++ xserver-xorg-input-synaptics-1.2.2/debian/patches/03-man-no-hal.patch @@ -0,0 +1,20 @@ +Index: xserver-xorg-input-synaptics/man/synaptics.man +=================================================================== +--- xserver-xorg-input-synaptics.orig/man/synaptics.man ++++ xserver-xorg-input-synaptics/man/synaptics.man +@@ -871,15 +871,6 @@ + 32 bit unsigned, 2 values (read-only), vertical, horizontal in units/millimeter. + + .SH "NOTES" +-There is an example hal policy file in +-.I ${sourcecode}/fdi/11-x11-synaptics.fdi +-which will enable the driver based on the information if the hardware +-is available. Feel free to copy it to +-.I /etc/hal/fdi/policy +-and customize it to your needs. You can pass custom options to the driver +-using x11_options properties. Note that this requires xorg-server-1.5 or +-higher. +-.LP + If either of + .BI "Protocol \*q" auto-dev \*q + (default) or --- xserver-xorg-input-synaptics-1.2.2.orig/debian/patches/114_jumpy_cursor_first_part.patch +++ xserver-xorg-input-synaptics-1.2.2/debian/patches/114_jumpy_cursor_first_part.patch @@ -0,0 +1,214 @@ +diff -Nurp xserver-xorg-input-synaptics.orig/include/synaptics-properties.h xserver-xorg-input-synaptics/include/synaptics-properties.h +--- xserver-xorg-input-synaptics.orig/include/synaptics-properties.h 2009-12-08 11:16:01.123175000 +0100 ++++ xserver-xorg-input-synaptics/include/synaptics-properties.h 2009-12-08 11:20:59.551925185 +0100 +@@ -155,4 +155,7 @@ + /* 32 bit, 4 values, left, right, top, bottom */ + #define SYNAPTICS_PROP_AREA "Synaptics Area" + ++/* 32 bit */ ++#define SYNAPTICS_PROP_JUMPYCURSOR_THRESHOLD "Synaptics Jumpy Cursor Threshold" ++ + #endif /* _SYNAPTICS_PROPERTIES_H_ */ +diff -Nurp xserver-xorg-input-synaptics.orig/man/synaptics.man xserver-xorg-input-synaptics/man/synaptics.man +--- xserver-xorg-input-synaptics.orig/man/synaptics.man 2009-12-08 11:16:01.127175000 +0100 ++++ xserver-xorg-input-synaptics/man/synaptics.man 2009-12-08 11:20:59.551925185 +0100 +@@ -509,6 +509,14 @@ Ignore movements, scrolling and tapping + The option is disabled by default and can be enabled by setting the + AreaBottomEdge option to any integer value other than zero. Property: "Synaptics Area" + . ++.TP ++.BI "Option \*qJumpyCursorThreshold\*q \*q" integer \*q ++Set the threshold above which movement events are ignored on single-touch touchpads. ++. ++The option is disabled by default and can be enabled by setting the ++JumpyCursorThreshold option to any integer value other than zero. Property: "Synaptics ++Jumpy Cursor Threshold" ++. + .LP + A tap event happens when the finger is touched and released in a time + interval shorter than MaxTapTime, and the touch and release +@@ -870,6 +878,14 @@ right button, two-finger detection, thre + .BI "Synaptics Pad Resolution" + 32 bit unsigned, 2 values (read-only), vertical, horizontal in units/millimeter. + ++.TP 7 ++.BI "Synaptics Jumpy Cursor Threshold" ++The Synaptics Jumpy Cursor Threshold parameter is used to suppress movements (which ++take place in 20 milliseconds or less) whose covered distance is greater than or ++equal to the threshold on single-touch touchpads. This property is disabled by default. ++ ++32 bit, 1 value. 0 disables the property. ++ + .SH "NOTES" + There is an example hal policy file in + .I ${sourcecode}/fdi/11-x11-synaptics.fdi +diff -Nurp xserver-xorg-input-synaptics.orig/src/properties.c xserver-xorg-input-synaptics/src/properties.c +--- xserver-xorg-input-synaptics.orig/src/properties.c 2009-12-08 11:16:01.127175000 +0100 ++++ xserver-xorg-input-synaptics/src/properties.c 2009-12-08 11:32:28.907425148 +0100 +@@ -84,6 +84,7 @@ Atom prop_gestures = 0; + Atom prop_capabilities = 0; + Atom prop_resolution = 0; + Atom prop_area = 0; ++Atom prop_jumpycursor_threshold = 0; + + static Atom + InitAtom(DeviceIntPtr dev, char *name, int format, int nvalues, int *values) +@@ -274,6 +275,8 @@ InitDeviceProperties(LocalDevicePtr loca + values[2] = para->area_top_edge; + values[3] = para->area_bottom_edge; + prop_area = InitAtom(local->dev, SYNAPTICS_PROP_AREA, 32, 4, values); ++ ++ prop_jumpycursor_threshold = InitAtom(local->dev, SYNAPTICS_PROP_JUMPYCURSOR_THRESHOLD, 32, 1, ¶->jumpycursor_threshold); + } + + int +@@ -642,6 +645,12 @@ SetProperty(DeviceIntPtr dev, Atom prope + para->area_right_edge = area[1]; + para->area_top_edge = area[2]; + para->area_bottom_edge = area[3]; ++ } else if (property == prop_jumpycursor_threshold) ++ { ++ if (prop->size != 1 || prop->format != 32 || prop->type != XA_INTEGER) ++ return BadMatch; ++ ++ para->jumpycursor_threshold = *(INT32*)prop->data; + } + + return Success; +diff -Nurp xserver-xorg-input-synaptics.orig/src/synaptics.c xserver-xorg-input-synaptics/src/synaptics.c +--- xserver-xorg-input-synaptics.orig/src/synaptics.c 2009-12-08 11:20:15.851926000 +0100 ++++ xserver-xorg-input-synaptics/src/synaptics.c 2009-12-08 11:38:38.156675531 +0100 +@@ -132,6 +132,9 @@ static void ReadDevDimensions(LocalDevic + static void ScaleCoordinates(SynapticsPrivate *priv, struct SynapticsHwState *hw); + static void CalculateScalingCoeffs(SynapticsPrivate *priv); + ++int old_time_millis = 0; ++Bool was_time_skipped = FALSE; ++ + #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 3 + void InitDeviceProperties(LocalDevicePtr local); + int SetProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr prop, +@@ -534,6 +537,7 @@ static void set_default_parameters(Local + pars->tap_and_drag_gesture = xf86SetBoolOption(opts, "TapAndDragGesture", TRUE); + pars->resolution_horiz = xf86SetIntOption(opts, "HorizResolution", horizResolution); + pars->resolution_vert = xf86SetIntOption(opts, "VertResolution", vertResolution); ++ pars->jumpycursor_threshold = xf86SetIntOption(opts, "JumpyCursorThreshold", 0); + + /* Warn about (and fix) incorrectly configured TopEdge/BottomEdge parameters */ + if (pars->top_edge > pars->bottom_edge) { +@@ -1573,11 +1577,12 @@ HandleTapProcessing(SynapticsPrivate *pr + #define HIST(a) (priv->move_hist[((priv->hist_index - (a) + SYNAPTICS_MOVE_HISTORY) % SYNAPTICS_MOVE_HISTORY)]) + + static void +-store_history(SynapticsPrivate *priv, int x, int y, unsigned int millis) ++store_history(SynapticsPrivate *priv, int x, int y, int num_fingers, unsigned int millis) + { + int idx = (priv->hist_index + 1) % SYNAPTICS_MOVE_HISTORY; + priv->move_hist[idx].x = x; + priv->move_hist[idx].y = y; ++ priv->move_hist[idx].num_fingers = num_fingers; + priv->move_hist[idx].millis = millis; + priv->hist_index = idx; + } +@@ -1726,11 +1731,70 @@ ComputeDeltas(SynapticsPrivate *priv, st + dy += hw->guest_dy; + } + ++ /* Handle quirks here */ ++ if (dx || dy) { ++ /* Work around issues caused by two fingers on multi-touch ++ * models ++ */ ++ if (priv->has_double) { ++ if ((hw->numFingers < 2) && ++ ((HIST(0).num_fingers >= 2) || (HIST(1).num_fingers >= 2) || ++ (HIST(2).num_fingers >= 2) || (HIST(3).num_fingers >= 2) )) { ++ dx = dy = 0; ++ } ++ old_time_millis = hw->millis; ++ } ++ /* Work around issues caused by two fingers on single-touch ++ * models ++ */ ++ else { ++ /* If para->jumpycursor_threshold <= 0, quirks are not ++ * available ++ */ ++ if (para->jumpycursor_threshold <= 0) ++ goto post_quirks; ++ ++ int elapsed_time = hw->millis - HIST(0).millis; ++ ++ /* Ignore deltas as they couldn't possibly happen in so little time */ ++ if (elapsed_time <= 20 && (abs(dx) >= para->jumpycursor_threshold || abs(dy) >= para->jumpycursor_threshold)) { ++ dx = dy = 0.0; ++ was_time_skipped = FALSE; ++ } ++ /* A comparison between the timestamp in priv->move_hist and hw->millis shows ++ * that something went wrong and that an event was skipped, hence the deltas ++ * are wrong. ++ * Let's ignore the deltas and append the skipped event to priv->move_hist ++ * otherwise the next deltas will be wrong too. ++ */ ++ else if (old_time_millis > 0 && (HIST(0).millis != old_time_millis)) { ++ dx = dy = 0.0; ++ was_time_skipped = TRUE; ++ } ++ /* Something went wrong and an event was previously skipped, hence these deltas ++ * are wrong. ++ * Let's ignore the deltas and set was_time_skipped to FALSE as the next deltas ++ * should be good. ++ */ ++ else { ++ if (was_time_skipped) { ++ dx = 0.0; ++ dy = 0.0; ++ } ++ was_time_skipped = FALSE; ++ } ++ ++ old_time_millis = hw->millis; ++ } ++ ++ } ++post_quirks: ++ + *dxP = dx; + *dyP = dy; + + /* generate a history of the absolute positions */ +- store_history(priv, hw->x, hw->y, hw->millis); ++ store_history(priv, hw->x, hw->y, hw->numFingers, hw->millis); + + return delay; + } +diff -Nurp xserver-xorg-input-synaptics.orig/src/synapticsstr.h xserver-xorg-input-synaptics/src/synapticsstr.h +--- xserver-xorg-input-synaptics.orig/src/synapticsstr.h 2009-12-08 11:16:01.127175000 +0100 ++++ xserver-xorg-input-synaptics/src/synapticsstr.h 2009-12-08 11:29:47.238925256 +0100 +@@ -33,6 +33,7 @@ + typedef struct _SynapticsMoveHist + { + int x, y; ++ int num_fingers; + int millis; + } SynapticsMoveHistRec; + +@@ -149,6 +150,7 @@ typedef struct _SynapticsParameters + unsigned int resolution_horiz; /* horizontal resolution of touchpad in units/mm */ + unsigned int resolution_vert; /* vertical resolution of touchpad in units/mm */ + int area_left_edge, area_right_edge, area_top_edge, area_bottom_edge; /* area coordinates absolute */ ++ int jumpycursor_threshold; /* jumpy cursor threshold */ + } SynapticsParameters; + + +diff -Nurp xserver-xorg-input-synaptics.orig/tools/synclient.c xserver-xorg-input-synaptics/tools/synclient.c +--- xserver-xorg-input-synaptics.orig/tools/synclient.c 2009-12-08 11:16:01.127175000 +0100 ++++ xserver-xorg-input-synaptics/tools/synclient.c 2009-12-08 11:40:34.679925145 +0100 +@@ -143,6 +143,7 @@ static struct Parameter params[] = { + {"AreaRightEdge", PT_INT, 0, 10000, SYNAPTICS_PROP_AREA, 32, 1}, + {"AreaTopEdge", PT_INT, 0, 10000, SYNAPTICS_PROP_AREA, 32, 2}, + {"AreaBottomEdge", PT_INT, 0, 10000, SYNAPTICS_PROP_AREA, 32, 3}, ++ {"JumpyCursorThreshold", PT_INT, 0, 1000, SYNAPTICS_PROP_JUMPYCURSOR_THRESHOLD, 32, 0}, + { NULL, 0, 0, 0, 0 } + }; + --- xserver-xorg-input-synaptics-1.2.2.orig/debian/patches/01-synaptics-dont-grab-if-not-on-current-VT.patch +++ xserver-xorg-input-synaptics-1.2.2/debian/patches/01-synaptics-dont-grab-if-not-on-current-VT.patch @@ -0,0 +1,18 @@ +Do not grab the synaptics device if not running on the current VT. +This helps when switching user or more in general when running more than one +instance of Xorg. + +Index: xserver-xorg-input-synaptics/src/synaptics.c +=================================================================== +--- xserver-xorg-input-synaptics.orig/src/synaptics.c 2009-11-19 21:14:09.183725703 +0900 ++++ xserver-xorg-input-synaptics/src/synaptics.c 2009-11-19 22:00:51.296245013 +0900 +@@ -747,6 +747,9 @@ + + DBG(3, ErrorF("Synaptics DeviceOn called\n")); + ++ if (xf86Screens[0]->vtSema == FALSE) ++ return !Success; ++ + SetDeviceAndProtocol(local); + local->fd = xf86OpenSerial(local->options); + if (local->fd == -1) { --- xserver-xorg-input-synaptics-1.2.2.orig/debian/patches/02-do-not-use-synaptics-for-keyboards.patch +++ xserver-xorg-input-synaptics-1.2.2/debian/patches/02-do-not-use-synaptics-for-keyboards.patch @@ -0,0 +1,66 @@ +do not use the synaptics driver for devices advertising themselves as keyboards +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524130 + +Index: xserver-xorg-input-synaptics/conf/11-x11-synaptics.fdi +=================================================================== +--- xserver-xorg-input-synaptics.orig/conf/11-x11-synaptics.fdi 2009-11-21 13:15:39.064182104 +0900 ++++ xserver-xorg-input-synaptics/conf/11-x11-synaptics.fdi 2009-11-21 13:16:23.404256090 +0900 +@@ -2,30 +2,34 @@ + + + +- synaptics +- +- ++ ++ ++ synaptics ++ ++ ++ + + + --- xserver-xorg-input-synaptics-1.2.2.orig/debian/patches/series +++ xserver-xorg-input-synaptics-1.2.2/debian/patches/series @@ -0,0 +1,8 @@ +01-synaptics-dont-grab-if-not-on-current-VT.patch +02-do-not-use-synaptics-for-keyboards.patch +03-man-no-hal.patch +103_enable_cornertapping.patch +104_always_enable_tapping.patch +#105_correct_multifinger_click.patch +106_always_enable_vert_edge_scroll.patch +114_jumpy_cursor_first_part.patch --- xserver-xorg-input-synaptics-1.2.2.orig/debian/patches/106_always_enable_vert_edge_scroll.patch +++ xserver-xorg-input-synaptics-1.2.2/debian/patches/106_always_enable_vert_edge_scroll.patch @@ -0,0 +1,15 @@ +Index: xserver-xorg-input-synaptics/src/synaptics.c +=================================================================== +--- xserver-xorg-input-synaptics.orig/src/synaptics.c 2009-01-26 09:52:44.000000000 +0200 ++++ xserver-xorg-input-synaptics/src/synaptics.c 2009-01-26 09:52:48.000000000 +0200 +@@ -413,8 +413,8 @@ + clickFinger2 = 2; + clickFinger3 = 3; + +- /* Enable vert edge scroll if we can't detect doubletap */ +- vertEdgeScroll = priv->has_double ? FALSE : TRUE; ++ /* Enable vert edge scroll */ ++ vertEdgeScroll = TRUE; + horizEdgeScroll = FALSE; + + /* Enable twofinger scroll if we can detect doubletap */ --- xserver-xorg-input-synaptics-1.2.2.orig/debian/local/51-synaptics-quirks.conf +++ xserver-xorg-input-synaptics-1.2.2/debian/local/51-synaptics-quirks.conf @@ -0,0 +1,24 @@ +Section "InputClass" + Identifier "Dell Inspiron embedded buttons quirks" + MatchTag "inspiron_1011|inspiron_1012" + MatchDevicePath "/dev/input/event*" + Driver "synaptics" + Option "JumpyCursorThreshold" "90" + Option "AreaBottomEdge" "4100" +EndSection + +Section "InputClass" + Identifier "Dell Inspiron quirks" + MatchTag "inspiron_1120" + MatchDevicePath "/dev/input/event*" + Driver "synaptics" + Option "JumpyCursorThreshold" "250" +EndSection + +Section "InputClass" + Identifier "HP Mininote quirks" + MatchTag "mininote_1000" + MatchDevicePath "/dev/input/event*" + Driver "synaptics" + Option "JumpyCursorThreshold" "20" +EndSection --- xserver-xorg-input-synaptics-1.2.2.orig/debian/local/66-xorg-synaptics.rules +++ xserver-xorg-input-synaptics-1.2.2/debian/local/66-xorg-synaptics.rules @@ -0,0 +1,13 @@ +ACTION!="add|change", GOTO="xorg_synaptics_end" +KERNEL!="event*", GOTO="xorg_synaptics_end" + +ENV{ID_INPUT_TOUCHPAD}!="1", GOTO="xorg_synaptics_end" + +# Placeholder for platform specific quirks needing +# ID_INPUT.tags to be set. +ATTR{[dmi/id]product_name}=="Inspiron 1011", ENV{ID_INPUT.tags}="inspiron_1011" +ATTR{[dmi/id]product_name}=="Inspiron 1012", ENV{ID_INPUT.tags}="inspiron_1012" +ATTR{[dmi/id]product_name}=="Inspiron 1120", ENV{ID_INPUT.tags}="inspiron_1120" +ATTR{[dmi/id]product_name}=="HP MiniNote 1000", ENV{ID_INPUT.tags}="mininote_1000" + +LABEL="xorg_synaptics_end" --- xserver-xorg-input-synaptics-1.2.2.orig/test/test-pad.c +++ xserver-xorg-input-synaptics-1.2.2/test/test-pad.c @@ -0,0 +1,121 @@ +#include +#include +#include +#include +#include +#include +#include + +int +getbyte(int fd, unsigned char *b) +{ + return(read(fd, b, 1) == 1); +} + +int +putbyte(int fd, unsigned char b) +{ + unsigned char ack; + + printf("write %02X\n", b); + if (write(fd, &b, 1) != 1) { + fprintf(stderr, "error write: %s\n", strerror(errno)); + return 0; + } + + if (!getbyte(fd, &ack)) { + fprintf(stderr, "error read: %s\n", strerror(errno)); + return 0; + } + printf("read %02X\n", ack); + + if (ack != 0xFA) { + fprintf(stderr, "error ack\n"); + return 0; + } + + return 1; +} + +int +special_cmd(int fd, unsigned char cmd) +{ + int i; + + if (putbyte(fd, 0xE6)) + for (i = 0; i < 4; i++) { + printf("special_cmd %i\n", i); + if ((!putbyte(fd, 0xE8)) || (!putbyte(fd, (cmd>>6)&0x3))) + return 0; + cmd<<=2; + } + else + return 0; + return 1; +} + +int +send_cmd(int fd, unsigned char cmd) +{ + return (special_cmd(fd, cmd) && + putbyte(fd, 0xE9)); +} + +int +identify(int fd, unsigned long int *ident) +{ + unsigned char id[3]; + + if (send_cmd(fd, 0x00) && + getbyte(fd, &id[0]) && + getbyte(fd, &id[1]) && + getbyte(fd, &id[2])) { + *ident = (id[0]<<16)|(id[1]<<8)|id[2]; + printf("ident %06X\n", *ident); + return 1; + } else { + fprintf(stderr, "error identify\n"); + return 0; + } +} + +int +reset(int fd) +{ + unsigned char r[2]; + + if (!putbyte(fd, 0xFF)) { + fprintf(stderr, "error reset\n"); + return 0; + } + + sleep(5); + + if (getbyte(fd, &r[0]) && getbyte(fd, &r[1])) + if (r[0] == 0xAA && r[1] == 0x00) { + fprintf(stderr, "reset done\n"); + return 1; + } + fprintf(stderr, "error reset ack\n"); + return 0; +} + +int +main(int argc, char* argv[]) +{ + int fd; + unsigned long int ident; + + fd = open("/dev/psaux", O_RDWR); + if (fd == -1) { + fprintf(stderr, "error open: %s\n", strerror(errno)); + exit(0); + } + + reset(fd); + identify(fd, &ident); + + close(fd); + + exit(0); +} --- xserver-xorg-input-synaptics-1.2.2.orig/test/testprotocol.c +++ xserver-xorg-input-synaptics-1.2.2/test/testprotocol.c @@ -0,0 +1,82 @@ +#include +#include +#include +#include +#include + +static int outputformat = 0; + +void +SynapticsReadPacket(int fd) +{ + int count = 0; + int inSync = 0; + unsigned char pBuf[7], u; + + while (read(fd,&u, 1) == 1) { + pBuf[count++] = u; + + /* check first byte */ + if ((count == 1) && ((u & 0xC8) != 0x80)) { + inSync = 0; + count = 0; + printf("Synaptics driver lost sync at 1st byte\n"); + continue; + } + + /* check 4th byte */ + if ((count == 4) && ((u & 0xc8) != 0xc0)) { + inSync = 0; + count = 0; + printf("Synaptics driver lost sync at 4th byte\n"); + continue; + } + + if (count >= 6) { /* Full packet received */ + if (!inSync) { + inSync = 1; + printf("Synaptics driver resynced.\n"); + } + count = 0; + switch (outputformat) { + case 1: + printf("Paket:%02X-%02X-%02X-%02X-%02X-%02X\n", + pBuf[0], pBuf[1], pBuf[2], pBuf[3], pBuf[4], pBuf[5]); + break; + case 2: + printf("x = %i, y = %i, z = %i, w = %i, l = %i, r = %i\n", + ((pBuf[3] & 0x10) << 8) | ((pBuf[1] & 0x0f) << 8) | pBuf[4], + ((pBuf[3] & 0x20) << 7) | ((pBuf[1] & 0xf0) << 4) | pBuf[5], + ((pBuf[0] & 0x30) >> 2) | ((pBuf[0] & 0x04) >> 1) | ((pBuf[3] & 0x04) >> 2), + ((pBuf[0] & 0x30) >> 2) | ((pBuf[0] & 0x04) >> 1) | ((pBuf[3] & 0x04) >> 2), + (pBuf[0] & 0x01) ? 1 : 0, + (pBuf[0] & 0x2) ? 1 : 0); + break; + default: + break; + } + } + } +} + +int +main(int argc, char* argv[]) +{ + int fd; + + if (argc > 1) + outputformat = atoi(argv[1]); + + + fd = open("/dev/psaux", O_RDONLY); + if (fd == -1) { + printf("Error opening /dev/psaux\n"); + exit(1); + } + + SynapticsReadPacket(fd); + + close(fd); + + exit(0); +}