Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: ChangeLog

Issue 6475005: Revert "Import files from .tar.gz that are missing from upstream git repo." (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/xf86-input-synaptics.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | INSTALL » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 commit 1a9495a74c41d956751177807602383ce4549c37
2 Author: Peter Hutterer <peter.hutterer@who-t.net>
3 Date: Wed Sep 1 09:04:11 2010 +1000
4
5 synaptics 1.3.0
6
7 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
8
9 commit 33632e447b311950729350e5802b5b1ee9616677
10 Author: Peter Hutterer <peter.hutterer@who-t.net>
11 Date: Mon Aug 23 15:12:05 2010 +1000
12
13 man: use seconds² instead of seconds per second
14
15 Makes it hopefully slightly less confusing. Should have been amended before
16 the push but ENOTENOUGHCOFFEE.
17
18 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
19
20 commit 7a741ddedab477baea21f3d8ce6390b7bf72399f
21 Author: Peter Hutterer <peter.hutterer@who-t.net>
22 Date: Mon Aug 23 11:55:45 2010 +1000
23
24 synaptics 1.2.99.901
25
26 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
27
28 commit 59151a548dcbac6f68e4f921b5c47aea4e5bc2a3
29 Author: Peter Hutterer <peter.hutterer@who-t.net>
30 Date: Fri Aug 20 11:09:04 2010 +1000
31
32 Enable coasting by default with a value of 20.
33
34 The default value for friction coasting makes coasting much more useful now
35 since it stops coasting after a while. Enable it by default, the man page
36 already claims a default of 20 anyway.
37
38 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
39
40 commit 56655fd15f676fea143f3963e23b464b275b2e77
41 Author: Patrick Curran <pjcurran@wisc.edu>
42 Date: Fri Jul 23 17:28:01 2010 -0500
43
44 Added "friction physics" so coasting can stop on its own.
45
46 When you are coasting (but not corner coasting) you might want the
47 scrolling to slow down and stop on its own. This also lets you
48 start coasting while using a two finger scroll.
49
50 Signed-off-by: Patrick Curran <pjcurran@wisc.edu>
51 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
52 Tested-by: Peter Hutterer <peter.hutterer@who-t.net>
53 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
54
55 commit a6ca4d2523904b7ce49edc29ba408979bdf0d45e
56 Author: Chris Bagwell <chris@cnpbagwell.com>
57 Date: Wed Aug 18 22:09:45 2010 -0500
58
59 Reset X/Y hist on multi finger transition to fix jumps
60
61 Most modern touchpads track 1st finger during multi-touch. If first finger
62 is lifted then a jump will occur as X/Y transition to next finger location.
63 Resetting X/Y history as each finger is lifted will hide this transition.
64
65 Synaptics hw specs claim older hardware report X/Y values that are average
66 point between multi-fingers which can cause unwanted jump. Reset X/Y
67 history during transition to new fingers to hide this as well.
68
69 Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
70 Tested-by: Peter Hutterer <peter.hutterer@who-t.net>
71 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
72
73 commit b774a1dba2f1f45c94fe898fe8b5ce258cbcddfc
74 Author: Peter Hutterer <peter.hutterer@who-t.net>
75 Date: Thu Aug 19 14:25:29 2010 +1000
76
77 Increase the default acceleration factor.
78
79 With 4e0e53fcba6fd99d458df1905d055d63360155c0 the driver got it's own
80 acceleration mechanism. This slowed down the pointer movement a lot,
81 especially on ALPS touchpads. Increase the default acceleration factor to
82 accommodate for this.
83
84 The number itself is chosen through guesswork and informal tests.
85
86 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
87 Tested-by: Magnus Kessler <Magnus.Kessler@gmx.net>
88 Reviewed-by: Magnus Kessler <Magnus.Kessler@gmx.net>
89
90 commit 4b0003c3d4cee1f5c6675bde5701e2169959932a
91 Author: Peter Hutterer <peter.hutterer@who-t.net>
92 Date: Thu Aug 19 14:22:03 2010 +1000
93
94 Up the precision of MaxSpeed and AccelFactor log output.
95
96 MaxSpeed usually has two decimals that matter, AccelFactor doesn't get
97 intersting until the second decimal, so print 3.
98
99 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
100
101 commit 7acdbb7cf95299fda29d6bea691af925f5182749
102 Author: Peter Hutterer <peter.hutterer@who-t.net>
103 Date: Tue Aug 17 11:34:32 2010 +1000
104
105 synclient: don't print "missing" if a property doesn't exist.
106
107 Virtually all touchpads still in use have one or more properties missing
108 anyway. If it's not in the list, then it's missing.
109
110 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
111
112 commit abb448a253cb0b3003038fbaa1daa9494c396e8f
113 Author: Chris Bagwell <chris@cnpbagwell.com>
114 Date: Wed Jul 7 21:35:22 2010 -0500
115
116 Align EmulateTwoFinger* docs to current behavior.
117
118 This corrects man page to mention EmulateTwoFingerMinW
119 and EmulateTwoFingerMinZ are considered together. Old
120 man page read like driver would emulate two-finger even
121 if only pressure OR width (but not both) were supported.
122
123 Next, add note to align man page with patch that defaults
124 to enabling two-finger emulation on hardware that does not
125 support two-finger detection but does support pressure and
126 width detection.
127
128 Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
129 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
130
131 commit ffa6dc2809734a6aaa690e9133d6761480603a68
132 Author: Chris Bagwell <chris@cnpbagwell.com>
133 Date: Thu Jul 1 20:09:43 2010 -0500
134
135 Default to 2-finger emulation when HW supports it
136
137 Ideally, emulating 2-fingers should just work on hardware
138 were it can be supported. This patch is to do that.
139
140 Currently, emulateTwoFingerMinW defaults to 7. Most kernel
141 drivers do not support reporting finger width and so can't get above
142 MinW of 7. Synaptics devices hardcode width value to 5 when
143 hardware doesn't support width and 7 is a good threshold to detect
144 2 fingers on hardware that does. bcm7954 are only other devices
145 that report width and they support reporting DOUBLETAP and wouldn't
146 need emulation anyways.
147
148 emulateTwoFingerMinZ defaulted to a really high value so never
149 let Synaptics devices to emulate 2-fingers by default.
150 Changed default to a low value (same as FingerHigh) when hardware
151 doesn't support DOUBLETAP and supports width so emulations
152 will now work by default in all the right cases.
153
154 I'm working to get kernel to stop reporting ABS_TOOL_WIDTH unless
155 hardware really supports it. If that would have been behavior
156 in first place then we could also default to 2-finger scrolling as
157 well. Since its not reliable, we should continue defaulting to
158 side scrolling.
159
160 Config GUI's will want to now allow switching between 2-finger and edge
161 scrolling when new property indicates width is supported. GUI's should
162 also update the above MinZ and MinW's to values similar to our defaults.
163
164 Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
165 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
166
167 commit e2a247a76e21d9c0be7d537dbfc18df9f3b812fa
168 Author: Chris Bagwell <chris@cnpbagwell.com>
169 Date: Wed Jul 7 21:00:19 2010 -0500
170
171 Document Capabilities property additions in man
172
173 Documents has_pressure and has_width additions.
174
175 Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
176 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
177
178 commit 75459b1c0bb85ce0bbeb4270114edddb30ff3b1b
179 Author: Chris Bagwell <chris@cnpbagwell.com>
180 Date: Mon Jul 19 19:30:14 2010 -0500
181
182 Expose width support in capabilites properity.
183
184 Some properties are only valid with hardware supports
185 width. Namely, *MinW properties. Config GUI's may
186 wish to disable/grey out options related to width support.
187
188 This combined with pressure property is good indication when
189 2 finger scrolling can be supported using emulation.
190
191 Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
192 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
193
194 commit 51e9bb815812469f39ad47f723d842bf1893a109
195 Author: Chris Bagwell <chris@cnpbagwell.com>
196 Date: Wed Jul 7 20:40:52 2010 -0500
197
198 Expose pressure support in capabilities property.
199
200 Some properties are only valid when hardware supports
201 pressure. For example, the *MinZ and *MaxZ options.
202 Config GUI's may wish to disable/grey out config
203 options related to pressure since not all hardware supports
204 it. This will allow for that.
205
206 Also, change setting of priv->has_pressure to boolean
207 value so its value will always fit in 8-bit that
208 properities report.
209
210 Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
211 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
212
213 commit cc9d34155297a85fb214d76d4fc45f26cf41f5f3
214 Author: Chris Bagwell <chris@cnpbagwell.com>
215 Date: Thu Jul 15 21:44:03 2010 -0500
216
217 Make default checks for x, y, w, and p separate.
218
219 Some input devices will not return any ranges and
220 current code seems geared towards those. It assumed
221 if invalid X/Y ranges then that was only case for invalid
222 W and Pressure.
223
224 Synaptics kernel drivers have been returning valid
225 X/Y/Z values but invalid 0/0 values for P.
226
227 Split up checks to allow setting defaults for any combination
228 of unspecified or invalid values.
229
230 I also think there was a bug in older code. It seemed odd
231 it was checking minx > maxx but miny < maxy. I changed both
232 to ">=" so that it also catches kernel reports of 0/0 and
233 logically invalid ranges (i.e. 6/6 or 9/1).
234
235 Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
236 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
237
238 commit df9b639cef416ce694aa0be1592f99a41a0ea554
239 Author: Peter Hutterer <peter.hutterer@who-t.net>
240 Date: Wed Jun 23 09:53:02 2010 +1000
241
242 Remove one leftover xcalloc.
243
244 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
245
246 commit 3e9753f09699a40b33dadb1739949d2cd6c48611
247 Author: Peter Hutterer <peter.hutterer@who-t.net>
248 Date: Thu Jun 17 11:17:41 2010 +1000
249
250 Bump to 1.2.99.1.
251
252 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
253
254 commit b19e3782a77c171ca20fc962f95923495fdb7978
255 Author: Peter Hutterer <peter.hutterer@who-t.net>
256 Date: Thu Jun 17 11:23:15 2010 +1000
257
258 Purge GuestMouse support.
259
260 Guest mouse dates back to quite a while ago, hasn't been tested for ages and
261 the current synaptics interface guide claims the bit that we used to check
262 if guestmouse is available is "reserved for future use. The host should
263 ignore the values of reserved bits when reading the capability bits."
264
265 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
266
267 commit 2c8ba519471cf1a4d0ab0f2cac61359426eaa0c7
268 Merge: bef44f0 22a2c7f
269 Author: Peter Hutterer <peter.hutterer@who-t.net>
270 Date: Thu Jun 17 11:15:44 2010 +1000
271
272 Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86- input-synaptics
273
274 commit bef44f01603e1a337b9dc08b5dd37664f9237bab
275 Author: Peter Hutterer <peter.hutterer@who-t.net>
276 Date: Wed Jun 16 10:35:20 2010 +1000
277
278 synclient: allow Min|MaxSpeed values of > 1.0.
279
280 With the new accel mechanisms, the old ranges don't apply anymore.
281
282 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
283
284 commit a3c38206ed242040c4cbb79377490d8dfa48d5ac
285 Author: Peter Hutterer <peter.hutterer@who-t.net>
286 Date: Tue Jun 15 16:03:41 2010 +1000
287
288 Require server 1.6 or later.
289
290 Remove ifdef's for server ABIs up to including server 1.5. Driver still
291 supports 1.6, 1.7, 1.8 and the upcoming 1.9.
292
293 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
294
295 commit fe15f60ef2742f9fb9dffe2bc1f4bcd2f296b37b
296 Author: Peter Hutterer <peter.hutterer@who-t.net>
297 Date: Tue Jun 15 15:09:53 2010 +1000
298
299 Re-use width/height variables.
300
301 No functional changes.
302
303 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
304
305 commit 832dfd03bb3eb6b8291aba2b70fd0faf2e1976a5
306 Author: Peter Hutterer <peter.hutterer@who-t.net>
307 Date: Tue Jun 15 15:06:34 2010 +1000
308
309 Reshuffle default value initialization.
310
311 No functional changes, just code structure. The eventcomm backened is the
312 only one with a real probe function right now. So provide a default query
313 proc that reads the touchpad coordinates in. The values provided are the
314 ones that then will give us the right edge settings in concordance with the
315 default we had before.
316
317 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
318
319 commit 22a2c7feb18a18a700a736c3f4a65951dbebe990
320 Author: Gaetan Nadon <memsize@videotron.ca>
321 Date: Fri Jun 11 14:22:06 2010 -0400
322
323 config: add comment regarding MAN_SUBSTS variable usage
324
325 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
326
327 commit 078bad1582d7fc9a77e00d131bb32bf9d69d2a42
328 Author: Peter Hutterer <peter.hutterer@who-t.net>
329 Date: Tue Jun 15 15:01:16 2010 +1000
330
331 Move some defines to where they belong.
332
333 These defines aren't used by anything but the ps2comm interface.
334
335 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
336 Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
337
338 commit 7b97f9869983a47678188d0df1a209ffc35150db
339 Author: Peter Hutterer <peter.hutterer@who-t.net>
340 Date: Tue Jun 15 14:24:05 2010 +1000
341
342 Support percent values for area.
343
344 AreaTopEdge and the other three can be specified as either an absolute
345 value, or as a percent of the matching dimension.
346
347 Option "AreaBottomEdge" "80%" will thus set the bottom edge of the input
348 area to 80% of the height of the touchpad, with the lower 20% being the dead
349 area.
350
351 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
352 Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
353
354 commit 8b3717055ab5c8d52bf5aae13e996ab4e86c2794
355 Author: Peter Hutterer <peter.hutterer@who-t.net>
356 Date: Tue Jun 15 13:57:11 2010 +1000
357
358 man: don't call it "synaptics" touchpad driver.
359
360 Under Linux the kernel handles everything, so these days synaptics is the
361 generic touchpad driver for anything that the kernel can handle. There
362 aren't many synaptics-specific bits in the driver anymore.
363
364 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
365 Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
366
367 commit 857d579de808a95e3c8541847ec8a8845ca57c73
368 Author: Peter Hutterer <peter.hutterer@who-t.net>
369 Date: Tue Jun 15 13:54:16 2010 +1000
370
371 man: note where the Area options fit in.
372
373 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
374 Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
375
376 commit f42fa446c4c0a2de92c1b5320dc8dcd0c18907e5
377 Author: Peter Hutterer <peter.hutterer@who-t.net>
378 Date: Tue Jun 15 13:48:46 2010 +1000
379
380 man: move area description down to CONFIGURATION DETAILS section.
381
382 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
383 Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
384
385 commit 78df6c5da2792a333a7aac899329517032f2f2f8
386 Author: Peter Hutterer <peter.hutterer@who-t.net>
387 Date: Tue Jun 15 13:46:54 2010 +1000
388
389 man: divide up man page with a few subheaders.
390
391 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
392 Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
393
394 commit 1f2b54cd57e88b706b6b2874547eabd1a8ab0963
395 Author: Peter Hutterer <peter.hutterer@who-t.net>
396 Date: Tue Jun 15 10:16:38 2010 +1000
397
398 man: update SHMConfig documentation, it's only useful for debugging now.
399
400 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
401 Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
402
403 commit 69097acf352464a04ca315c80f7cf855f8656ede
404 Author: Peter Hutterer <peter.hutterer@who-t.net>
405 Date: Tue Jun 15 10:49:17 2010 +1000
406
407 Don't allow anything but relative mode.
408
409 We did this before already anyway, make it official and return an error to
410 the client as appropriate. Touchpads in absolute mode are somewhat useless.
411
412 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
413 Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
414
415 commit f07e1e1cbe199721f99c027843facf4e55172fa2
416 Author: Simon Thum <simon.thum@gmx.de>
417 Date: Tue Feb 16 09:57:03 2010 +0100
418
419 Mulitply dix acceleration into synaptics maximum.
420
421 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
422
423 commit 6e346388f822e90f61b92a2344e821880876a2ea
424 Author: Simon Thum <simon.thum@gmx.de>
425 Date: Mon Feb 15 13:28:17 2010 +0100
426
427 Accel: retain para->accel scale.
428
429 In case people have modified their synaptic accel settings, it's
430 preferable to retain the settings scale.
431
432 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
433
434 commit 4e0e53fcba6fd99d458df1905d055d63360155c0
435 Author: Simon Thum <simon.thum@gmx.de>
436 Date: Wed Sep 9 14:41:08 2009 +0200
437
438 Setup pointer acceleration for synaptics
439
440 Setup dix pointer accel from the synaptics driver so synaptics devices
441 behave like before while benefiting from dix velocity approximation.
442
443 This fixes the longstanding issue with synaptics being
444 accelerated twice, in different layers and different algorithms.
445 The pressure-dependent synaptics acceleration is now performed in
446 the device-specific profile.
447
448 Signed-off-by: Simon Thum <simon.thum@gmx.de>
449 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
450
451 commit 3c26383af55b6b3599666cfa9693ec04aaecef02
452 Author: Peter Hutterer <peter.hutterer@who-t.net>
453 Date: Mon Jun 7 11:28:42 2010 +1000
454
455 Revert "Setup pointer acceleration for synaptics"
456
457 Merged the wrong patch, right patch is the follow-up commit.
458
459 This reverts commit a489ec15eb489a3528f6fee99716f7f4ae35f9ee.
460
461 commit 144210ab4962c5b00fea4fdc4f01050841a8d67c
462 Merge: a489ec1 dead313
463 Author: Peter Hutterer <peter.hutterer@who-t.net>
464 Date: Wed Jun 2 12:57:38 2010 +1000
465
466 Merge branch 'master' of git://people.freedesktop.org/~gnadon/xf86-input-syn aptics
467
468 commit dead313d15a7c9ccf59009eef4202503741a1b5f
469 Author: Gaetan Nadon <memsize@videotron.ca>
470 Date: Tue Jun 1 20:55:15 2010 -0400
471
472 config: fdi file must be installed in $(datadir)/hal/fdi/policy/20thirdparty
473
474 Applies to server with no sysconfigdir
475
476 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
477
478 commit a489ec15eb489a3528f6fee99716f7f4ae35f9ee
479 Author: Simon Thum <simon.thum@gmx.de>
480 Date: Wed Sep 9 14:41:08 2009 +0200
481
482 Setup pointer acceleration for synaptics
483
484 Setup dix pointer accel from the synaptics driver so synaptics devices
485 behave like before while benefiting from dix velocity approximation.
486
487 This fixes the longstanding issue with synaptics being
488 accelerated twice with different algorithms. The pressure-dependent
489 synaptics acceleration is now performed in a device-specific profile.
490
491 Signed-off-by: Simon Thum <simon.thum@gmx.de>
492 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
493
494 commit 3dd5486bc8ddd96f43e92386537ae9adabc1714e
495 Author: Gaetan Nadon <memsize@videotron.ca>
496 Date: Mon May 31 15:39:18 2010 -0400
497
498 config: synaptics depends on RANDR through xf86.h
499
500 The xf86.h file contains external declarations specific to RANDR
501 If this extension is defined (installed) synaptics will not compile
502 if randrproto is not installed.
503 Because this is an optional extension, XORG_DRIVER_CHECK_EXT
504 must be used.
505
506 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
507
508 commit 92789dfb8a0443d9f1dd8df4ba43c69885136574
509 Author: Gaetan Nadon <memsize@videotron.ca>
510 Date: Fri May 28 20:16:54 2010 -0400
511
512 config: add AC_CHECK_LIB for math library functions
513
514 It ensures library is installed and sets LIBS = -lm
515
516 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
517
518 commit c1df54855a7eee4d904746ad7b6edc7553bda0af
519 Author: Gaetan Nadon <memsize@videotron.ca>
520 Date: Fri May 28 13:38:35 2010 -0400
521
522 README: add standard reference links section
523
524 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
525
526 commit 3b78018e9a0df9f0c38b63d7f4efc7dadb9ebb3e
527 Author: Gaetan Nadon <memsize@videotron.ca>
528 Date: Fri May 28 13:32:55 2010 -0400
529
530 COPYING: add three missing authors listed in synaptics.c
531
532 Copyright (c) 2008 Fedor P. Goncharov
533 Copyright (c) 2002 S. Lehner
534 Copyright (c) 2008-2009 Red Hat, Inc.
535
536 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
537
538 commit c4ca660b4773c6feb04a5cf64da44da1f0b2de49
539 Author: Gaetan Nadon <memsize@videotron.ca>
540 Date: Fri May 28 13:19:11 2010 -0400
541
542 Remove unused TODO file
543
544 It has been updated just once in 4 years (300 commits)
545
546 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
547
548 commit 9924329002276ff60c033c66dd7e39a70050c3cc
549 Author: Gaetan Nadon <memsize@videotron.ca>
550 Date: Fri May 28 13:09:00 2010 -0400
551
552 config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
553
554 It depends on util-macros 1.8
555 The existing statement can now be removed from the configuration file.
556
557 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
558
559 commit 100d3d60cd798ea1978adf1c7e388ee6dc5984e4
560 Author: Gaetan Nadon <memsize@videotron.ca>
561 Date: Fri May 28 13:07:42 2010 -0400
562
563 config: upgrade to util-macros 1.8 for additional man page support
564
565 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
566 The value of MAN_SUBST is the same for all X.Org packages.
567
568 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
569 The existing statement can now be removed from the configuration file.
570
571 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
572
573 commit 14fc097bc481e8dda84c4d90f8c3c97df15c6746
574 Author: Gaetan Nadon <memsize@videotron.ca>
575 Date: Tue May 25 13:29:46 2010 -0400
576
577 config: replace Automake deprecated INCLUDES var with AM_CPPFLAGS
578
579 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
580
581 commit 2554d5b615101011c09c4786b8a18216ec0909e2
582 Author: Gaetan Nadon <memsize@videotron.ca>
583 Date: Tue May 25 13:00:04 2010 -0400
584
585 config: unconditionaly build synclient and syndaemon apps
586
587 The current conditional building of the apps was introduced by
588 commit 080caee95c46bb471d1442dcab246460cad8c7be due to optional
589 support properties. This is no longer an issue.
590
591 There are no longer any reason not to build these bona fide apps.
592
593 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
594
595 commit a101621bf624466f66da41a8fa6b5ba796cd10fd
596 Author: Gaetan Nadon <memsize@videotron.ca>
597 Date: Sun May 30 21:40:01 2010 -0400
598
599 man: Use Autoconf provided $(AM_V_GEN)$(SED)
600
601 Enables silent rule and use platform appropriate version of sed.
602
603 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
604
605 commit 82c2e2d93413ec81e84cb33338e677e01aa382a9
606 Author: Gaetan Nadon <memsize@videotron.ca>
607 Date: Mon May 24 15:53:06 2010 -0400
608
609 config: 50-synaptics.conf must be unconditionally distributed
610
611 A file may or may not be installed based on a particular system
612 configuration, but it must always be distributed in the tarball
613 so the package contains the complete source code.
614
615 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
616
617 commit e517ccca6e7f1bd9160f2d82c10ddb618771d192
618 Author: Gaetan Nadon <memsize@videotron.ca>
619 Date: Mon May 24 15:50:18 2010 -0400
620
621 config: use automake "dir" pattern for simplification
622
623 configdir is where the config file is installed
624 config_DATA is the filename
625
626 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
627
628 commit e4d280dfbdb2d1a916e6ad9a4cdc3f22f2c37d57
629 Author: Gaetan Nadon <memsize@videotron.ca>
630 Date: Mon May 24 15:27:56 2010 -0400
631
632 config: close a loophole where user input means x server has a feature
633
634 If a user provides a path in --with-xorg-conf-dir,
635 the configuartion assumes the server does have a config path which may
636 not be the case.
637
638 Resolve this by testing the value of the server returned sysconfigdir
639 rather than the user provided value.
640
641 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
642
643 commit f3e4c586037a5785f786ff74c89c87de7d4ac344
644 Author: Gaetan Nadon <memsize@videotron.ca>
645 Date: Sat May 22 20:48:29 2010 -0400
646
647 config: fix warnings, m4 quoting and layout
648
649 Fix some m4 quoting
650 Fix some autoconf warnings
651 Regroup statements per section
652 Add comments
653 Regroup xtst and recordproto (a prereq) flags together
654
655 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
656
657 commit 5d64210dc613278d0b8914393cbbc3baeb4e1b76
658 Author: Gaetan Nadon <memsize@videotron.ca>
659 Date: Sat May 22 20:29:27 2010 -0400
660
661 config: Upgrade X.Org macros to 1.4 for INSTALL file copying
662
663 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
664
665 commit 20fd08780dcf5cdc8b3d85284fe357a3c2917aed
666 Author: Gaetan Nadon <memsize@videotron.ca>
667 Date: Sat May 22 20:28:51 2010 -0400
668
669 config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
670
671 XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
672 AC_PROG_C_C99. This sets gcc with -std=gnu99.
673 If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
674
675 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
676
677 commit 2538a6b87aad3526f85028689adc3eac21a91997
678 Author: Gaetan Nadon <memsize@videotron.ca>
679 Date: Sat May 22 20:27:10 2010 -0400
680
681 config: remove unrequired AC_HEADER_STDC
682
683 Autoconf says:
684 "This macro is obsolescent, as current systems have conforming
685 header files. New programs need not use this macro".
686
687 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
688
689 commit 2aae5d03e336c6b1e06745410268a0c26b4a366b
690 Author: Gaetan Nadon <memsize@videotron.ca>
691 Date: Sat May 22 20:26:36 2010 -0400
692
693 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
694
695 Regroup AC statements at the top.
696
697 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
698
699 commit 2f81c85866448c4a07064bc6e999854f5fbcf044
700 Author: Gaetan Nadon <memsize@videotron.ca>
701 Date: Sat May 22 20:24:57 2010 -0400
702
703 config: update AC_PREREQ statement to 2.60
704
705 Unrelated to the previous patches, the new value simply reflects
706 the reality that the minimum level for autoconf to configure
707 all x.org modules is 2.60 dated June 2006.
708
709 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
710
711 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
712
713 commit bc3c09674911b9870a3c224b0c261132d1b13cfa
714 Author: Gaetan Nadon <memsize@videotron.ca>
715 Date: Sat May 22 17:52:43 2010 -0400
716
717 config: regroup macros and variables in the backend checking
718
719 It saves a few lines.
720 No functional changes.
721
722 The same cannot be done for AM_CONDITIONAL:
723 "If AM_CONDITIONAL is run conditionally (e.g., in a shell if statement),
724 then the result will confuse automake".
725
726 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
727
728 commit 8843aaf4806344a8bda0f2e981a77f61c18f8037
729 Author: Gaetan Nadon <memsize@videotron.ca>
730 Date: Sun May 30 21:19:29 2010 -0400
731
732 config: rework the synclient and syndaemon dependencies
733
734 The driver does not require inputproto package
735 The hunting for record.h is done only if libXtst is installed
736 AC_CHECK_HEADERS is used rather than checking for package versions
737 HAVE_PROPERTIES is no longer required
738
739 Normal config output:
740 checking for XI... yes
741 checking for XTST... yes
742 checking for X11/extensions/record.h... yes
743
744 Permutations of --enable-tools and dependencies:
745
746 build_tools libXi installed Result
747 ----------- --------------- ---------
748 yes yes build tools
749 auto yes build tools
750 no yes skip build
751 yes no abort configuration
752 auto no warn and skip build
753 no no warn and skip build
754
755 Permutations of libXtst, record.h and recordproto
756
757 libXtst record.h recordproto syndaemon
758 installed installed installed using XRecord?
759
760 yes yes yes yes
761 yes no yes no
762 no no yes no
763 no yes yes no
764 no no no no
765
766 Other scenarios are possible where you have 2 different versions of
767 record.h installed in different $prefix locations. The order
768 of *_CFLAGS will determine which one gets picked first.
769
770 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
771
772 commit 76dd6ffee7257f9ff0aec5a9655de67f6e7973c9
773 Author: Peter Hutterer <peter.hutterer@who-t.net>
774 Date: Tue May 25 07:36:43 2010 +1000
775
776 Bump to 1.2.99
777
778 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
779
780 commit a8ed3f90bf64b77ff9787c2e1c31441d254797b5
781 Author: Peter Hutterer <peter.hutterer@who-t.net>
782 Date: Thu May 20 12:50:40 2010 +1000
783
784 Don't use libcwrappers for calloc and free.
785
786 The server has deprecated them now, so we get a lot of warnings for little
787 benefit.
788
789 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
790 Reviewed-by: Matt Turner <mattst88@gmail.com>
791
792 commit 345e61fe9290d37b6309f920884a955fb62fa071
793 Author: Gabor Z. Papp <gzp@papp.hu>
794 Date: Thu May 20 12:45:54 2010 +1000
795
796 Building syndaemon and synclient needs $(XI_CFLAGS) and $(AM_CFLAGS)
797
798 Reported-by: Gabor Z. Papp <gzp@papp.hu>
799 Signed-off-by: Gabor Z. Papp <gzp@papp.hu>
800 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
801
802 commit f539d676607d3a7566093e2bd54edc740db20426
803 Author: Peter Hutterer <peter.hutterer@who-t.net>
804 Date: Tue May 11 13:46:31 2010 +1000
805
806 Remove psmcomm.h header - superfluous.
807
808 Don't need a full header file for 3 include directives of system headers.
809
810 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
811
812 commit c52e4a8ecd6bb535850ec6ff032f69a225734f8f
813 Author: Peter Hutterer <peter.hutterer@who-t.net>
814 Date: Mon May 10 11:17:49 2010 +1000
815
816 Reshuffle to handle dead area better.
817
818 This patch makes input in the dead area essentially disappear to the client.
819 If a finger is detected outside the active area, it's coordinates and other
820 data is reset to zero. Edge detection and scrolling is skipped and the event
821 is not recorded in the movement history.
822
823 On touchpads that require this area, it is now possible to click the button
824 while leaving another finger on the touchpad.
825
826 Regression: moving into the dead area during a drag releases the drag button .
827
828 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
829
830 commit d79732c1ffcfa6fd1a9a39e5a1c464bba8e2afc8
831 Author: Peter Hutterer <peter.hutterer@who-t.net>
832 Date: Fri May 7 13:46:49 2010 +1000
833
834 Make scrollbuttons processing and property conditional on their existence.
835
836 There are not a lot of touchpads that have extra physical scroll buttons
837 anymore. For those that don't have them, don't initalize the properties and
838 conditionalize some of the code (moved into its own functions).
839
840 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
841
842 commit b8776ff0b478a1645f1536872d001e9605d86f71
843 Author: Peter Hutterer <peter.hutterer@who-t.net>
844 Date: Thu May 6 17:27:14 2010 +1000
845
846 move history storage from ComputeDeltas into HandleState.
847
848 It's well hidden in there, but not useful.
849
850 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
851 Reviewed-by: Simon Thum <simon.thum@gmx.de>
852
853 commit 69a8de8fd9f1731c83e003b6ff6495cfdc96d4e1
854 Author: Peter Hutterer <peter.hutterer@who-t.net>
855 Date: Thu May 6 16:36:52 2010 +1000
856
857 Add NO_EDGE to the edge enum instead of using hardcoded 0.
858
859 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
860
861 commit 33b01280d8ffe6e35f6ca8497ed82bcfe2044594
862 Author: Peter Hutterer <peter.hutterer@who-t.net>
863 Date: Thu May 6 15:22:33 2010 +1000
864
865 Rename HandleClickWithFingers to handle_clickfinger.
866
867 The option is called ClickFinger, the man page talks this way about it, sync up
868 the code with it.
869 No functional change.
870
871 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
872 Reviewed-by: Jamey Sharp <jamey@minilop.net>
873
874 commit 1b612c0bbcd8b287ac4f7cb8ba3354b0e0a63949
875 Author: Peter Hutterer <peter.hutterer@who-t.net>
876 Date: Thu May 6 15:21:39 2010 +1000
877
878 Factor out updating the hardware state.
879
880 No functional changes.
881
882 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
883 Reviewed-by: Jamey Sharp <jamey@minilop.net>
884
885 commit 9076f06b1b70a92ab582ce68a73fdaa169dfe69f
886 Author: Peter Hutterer <peter.hutterer@who-t.net>
887 Date: Thu May 6 15:10:40 2010 +1000
888
889 Use post_button_click to post doubleclicks.
890
891 Function introduced with the factoring out of post_scroll_events.
892
893 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
894
895 commit 7fd741f76a94feb21c4c8227105d174be630da11
896 Author: Peter Hutterer <peter.hutterer@who-t.net>
897 Date: Thu May 6 15:09:33 2010 +1000
898
899 Move scroll button handling out of HandleState.
900
901 Again, just to make the code easier to read, no functional changes.
902
903 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
904 Reviewed-by: Jamey Sharp <jamey@minilop.net>
905
906 commit 39aed3b773c077a55f54a7c143102ab09dae8237
907 Author: Peter Hutterer <peter.hutterer@who-t.net>
908 Date: Thu May 6 15:05:35 2010 +1000
909
910 When scrolling, hardcode the button/press release cycle.
911
912 Not sure why the values for !hw->up and hw->up were used here instead, but t his
913 could potentially lead to unreleased buttons. Also, it's harder to read and
914 generally confusing, since the same wasn't used for left/right scrolling.
915
916 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
917
918 commit 3782060b41ede96d87dcbc508b2235c6723f0a78
919 Author: Peter Hutterer <peter.hutterer@who-t.net>
920 Date: Thu May 6 14:54:35 2010 +1000
921
922 Factor out up/down and left/right button scrolling from HandleState.
923
924 There are not a lot of touchpads that even have these buttons anyway, move t he
925 code out of the way for clarity.
926
927 No functional changes.
928
929 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
930 Reviewed-by: Jamey Sharp <jamey@minilop.net>
931
932 commit e72c29939fa0620e831ebc99bbc69a5cadca1247
933 Author: Peter Hutterer <peter.hutterer@who-t.net>
934 Date: Thu May 6 14:21:42 2010 +1000
935
936 Move SHM hardware state update into a separate function.
937
938 No functional changes, this is just to move a slab of code out of mind when
939 reading.
940
941 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
942
943 commit e579bab2f71569ab07d6b6fd36360a81fac48ad8
944 Author: Peter Hutterer <peter.hutterer@who-t.net>
945 Date: Thu May 6 16:58:46 2010 +1000
946
947 Change condition the finger requirement obvious.
948
949 The need for a finger down is for all conditions, move it to the front of
950 the condition to make it more obvious.
951
952 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
953
954 commit a1aa196a53a9061131bcdaeac3743c1f8149ed5d
955 Author: Peter Hutterer <peter.hutterer@who-t.net>
956 Date: Thu May 6 16:10:34 2010 +1000
957
958 Add FIXME: where does the 13 come from?
959
960 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
961
962 commit 776ec0ed42616769ed834b5822df3b2b0d5c0e85
963 Author: Peter Hutterer <peter.hutterer@who-t.net>
964 Date: Thu Apr 29 15:03:55 2010 +1000
965
966 Disable ClickFinger for touchpads with more than one physical button (#26079 )
967
968 If a touchpad has more than just one (or no) button, don't enable any
969 ClickFinger settings other than button 1.
970
971 The old default of enabling those clickfingers can be confusing on devices
972 that have left and right buttons but no middle. In that case, leaving three
973 fingers on the touchpad and clicking will result in a button 2 press
974 (usually paste). But leaving one or two fingers on the touchpad while
975 clicking will simply send button 1 events.
976
977 This can appear like spurious button 2 events to the user.
978
979 X.Org Bug 26079 <http://bugs.freedesktop.org/show_bug.cgi?id=26079>
980
981 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
982
983 commit 87b29e6004a9a7f744eb6e9c2bf9539579ecefbf
984 Author: Peter Hutterer <peter.hutterer@who-t.net>
985 Date: Thu Apr 8 14:47:08 2010 +1000
986
987 Add 50-synaptics.conf snippet.
988
989 If the server exports the sysconfigdir variable, install the
990 50-synaptics.conf snippet in the directory provided.
991
992 This patch also moves the fdi file from fdi/ into the new conf/ subdir to
993 have a single location for all config files.
994
995 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
996 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
997
998 commit e22a850e69d670152371644fc4e63976f484d7b5
999 Author: Peter Hutterer <peter.hutterer@who-t.net>
1000 Date: Wed Apr 14 08:41:06 2010 +1000
1001
1002 eventcomm: use X_PROBED for kernel-probed values.
1003
1004 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1005
1006 commit 4e221c1647b066b65c317fcf4cb4f71cc5874386
1007 Author: Gaetan Nadon <memsize@videotron.ca>
1008 Date: Mon Apr 5 20:57:06 2010 -0400
1009
1010 config: include files redundant in EXTRA_DIST
1011
1012 The HEADERS Automake primary variable always gets it's files
1013 distributed and installed.
1014
1015 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1016
1017 commit a07fe65031ffa7e8d88898d763bdbc88899fb1e4
1018 Author: Peter Hutterer <peter.hutterer@who-t.net>
1019 Date: Wed Mar 17 13:52:43 2010 +1000
1020
1021 After closing the fd, reset it to -1.
1022
1023 A DeviceOff() followed by DeviceClose() (which calls DeviceOff()) would try
1024 to close the fd twice, in addition to calling various hooks.
1025
1026 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1027 Reviewed-by: Julien Cristau <jcristau@debian.org>
1028
1029 commit 0fb151b2388ca665b9454b7b284181b4fa180194
1030 Author: Adam Jackson <ajax@redhat.com>
1031 Date: Fri Mar 12 08:32:22 2010 +1000
1032
1033 Don't clobber the timer we just created.
1034
1035 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
1036
1037 commit 8d0e7686d899f31a2efc62526f50796b4c484442
1038 Author: Gaetan Nadon <memsize@videotron.ca>
1039 Date: Wed Feb 10 20:22:37 2010 -0500
1040
1041 tools: use more appropriate CFLAGS
1042
1043 -I$(top_srcdir)/include: required for synaptics.h and
1044 synaptics-properties.h. The module has not yet been installed
1045 so there is no copy in server sdkdir (unless old copy)
1046
1047 $(XTST_1_1_CFLAGS): required if record.h is provided by
1048 libXtst in $(includedir)/X11/extensions.
1049
1050 $(RECORDPROTO_1_13_CFLAGS): required if record.h is provided by
1051 recordproto in $(includedir)/X11/extensions.
1052
1053 -I$(sdkdir): required for xserver-properties.h
1054
1055 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1056 Acked-by: Julien Cristau <jcristau@debian.org>
1057 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1058
1059 commit ddfadc2e824ac17c0360720a2121639573587231
1060 Author: Gaetan Nadon <memsize@videotron.ca>
1061 Date: Wed Feb 10 12:50:50 2010 -0500
1062
1063 tools: add the main include directory
1064
1065 Header record.h is not found in X11/extensions because -I leading
1066 to that directory is missing. I think it was accidently removed
1067 when fixing the CFLAGS misuse in an earlier commit.
1068
1069 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1070 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1071
1072 commit f7559a5ea578b9889ec233b374bf270f1e7b6a64
1073 Author: Alan Coopersmith <alan.coopersmith@sun.com>
1074 Date: Fri Jan 15 15:08:42 2010 -0800
1075
1076 Update Sun license notices to current X.Org standard form
1077
1078 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1079
1080 commit 7a43ba2b9d35bc89b94964ce7f95c9299b978b7d
1081 Author: Julien Cristau <jcristau@debian.org>
1082 Date: Fri Jan 8 16:22:51 2010 +0000
1083
1084 configure: don't clobber CFLAGS
1085
1086 CFLAGS is a user variable.
1087
1088 Signed-off-by: Julien Cristau <jcristau@debian.org>
1089 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1090 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1091
1092 commit a1776829076a6774571fa82ea4adde03c3c6c5b4
1093 Author: Julien Cristau <jcristau@debian.org>
1094 Date: Fri Jan 8 16:22:50 2010 +0000
1095
1096 synaptics: don't link the tools against `pkg-config --libs xorg-server`
1097
1098 Separate the checks for xserver 1.6 and for libXi in configure, so we
1099 can link the tools against libXi but not pixman and pciaccess.
1100
1101 Signed-off-by: Julien Cristau <jcristau@debian.org>
1102 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1103 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1104
1105 commit 94aaded93d035b0a65b4f7a80f9bdf6cf1ae2d66
1106 Author: Hiroyuki Ikezoe <poincare@ikezoe.net>
1107 Date: Thu Jan 7 11:28:27 2010 +0900
1108
1109 Restore user's setting when enabling touchpad.
1110
1111 And do not disable if the property is already disabled.
1112
1113 Signed-off-by: Hiroyuki Ikezoe <poincare@ikezoe.net>
1114 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1115
1116 commit fb058a463e3b36edc735b517a41feb4ee75d88cd
1117 Author: Gaetan Nadon <memsize@videotron.ca>
1118 Date: Tue Dec 15 21:37:43 2009 -0500
1119
1120 configure.ac: use backticks rather than $() for cmd subs
1121
1122 Use "$PKG_CONFIG" rather than hard coded "pkg-config"
1123
1124 Acked-by: Dan Nicholson <dbn.lists@gmail.com>
1125 Acked-by: Daniel Stone <daniel@fooishbar.org>
1126
1127 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1128
1129 commit babe5288271f3c088d9aac3ffd9f036c87b0018e
1130 Author: Adam Jackson <ajax@redhat.com>
1131 Date: Thu Dec 10 13:33:37 2009 -0500
1132
1133 Don't destroy the timer on DeviceOff.
1134
1135 DeviceOff is VT switch, DeviceClose is unplug. We need the timer
1136 pre-allocated since we set it during the signal handler and so can't
1137 allocate it then, so merely cancel it at DeviceOff, and delete it in
1138 DeviceClose.
1139
1140 Signed-off-by: Adam Jackson <ajax@redhat.com>
1141 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
1142 Reviewed-by: Keith Packard <keithp@keithp.com>
1143 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1144
1145 commit 8748a83dc507af211692124ce93dabfeb43da7aa
1146 Author: Gaetan Nadon <memsize@videotron.ca>
1147 Date: Mon Nov 23 09:25:05 2009 -0500
1148
1149 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
1150
1151 Now that the INSTALL file is generated.
1152 Allows running make maintainer-clean.
1153
1154 commit a1ee64384f67c9d51dd3ac69cec1e756ba611145
1155 Author: Gaetan Nadon <memsize@videotron.ca>
1156 Date: Tue Nov 10 21:34:53 2009 -0500
1157
1158 INSTALL files are missing/incorrect #24206
1159
1160 Add missing INSTALL file. Use standard GNU file on building tarball
1161
1162 commit 0a9d91701d04be8c7a1ff16d1f8d048089834219
1163 Author: Gaetan Nadon <memsize@videotron.ca>
1164 Date: Tue Nov 10 21:33:33 2009 -0500
1165
1166 Several driver modules do not have a ChangeLog target in Makefile.am #23814
1167
1168 The git generated ChangeLog replaces the hand written one.
1169
1170 commit 66cdb27572f8ff72fdf0e9e141bccb5aa177f9d5
1171 Author: Gaetan Nadon <memsize@videotron.ca>
1172 Date: Tue Nov 10 21:20:52 2009 -0500
1173
1174 .gitignore: use common defaults with custom section # 24239
1175
1176 Using common defaults will reduce errors and maintenance.
1177 Only the very small or inexistent custom section need periodic maintenance
1178 when the structure of the component changes. Do not edit defaults.
1179
1180 commit e6b1a4ef1208fa7ba1e3be3fa01b943ca6f83cd4
1181 Author: Peter Hutterer <peter.hutterer@who-t.net>
1182 Date: Tue Nov 3 13:40:21 2009 +1000
1183
1184 Reduce SynapticsCtrl to a stub.
1185
1186 It hasn't done anything useful since at least 2003 and the debug message
1187 just spams the log.
1188
1189 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1190 Acked-by: Adam Jackson <ajax@redhat.com>
1191
1192 commit 33413529dc35f0afc585d4297f86199393d19684
1193 Author: Peter Hutterer <peter.hutterer@who-t.net>
1194 Date: Mon Nov 2 10:42:44 2009 +1000
1195
1196 eventcomm: don't use the Xisb buffers for reading.
1197
1198 The kernel promises to give us 32 bytes for each event, so we don't have to
1199 juggle the Xisb buffers around for the eventcomm devices.
1200
1201 This leaves the Xisb buffers hanging around but useless (they are
1202 initialized regardless). Task for a later cleanup.
1203
1204 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1205 Acked-by: Adam Jackson <ajax@redhat.com>
1206
1207 commit d3c1b80692013abb2f2dea6ec7acf1d8a89a18d2
1208 Author: Peter Hutterer <peter.hutterer@who-t.net>
1209 Date: Mon Nov 2 10:06:01 2009 +1000
1210
1211 Clean up debugging system, allow for --enable-debug
1212
1213 Add --enable-debug to list of configure options.
1214 Clean up the DBG macro to use xf86MsgVerb and supply the verbosity.
1215 Don't use ErrorF from the driver, use xf86Msg instead.
1216
1217 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1218 Acked-by: Adam Jackson <ajax@redhat.com>
1219
1220 commit 0198c02774a5063c5cf45b6eddef4a33d9f494d7
1221 Author: Peter Hutterer <peter.hutterer@who-t.net>
1222 Date: Mon Nov 2 09:48:38 2009 +1000
1223
1224 Always make the input buffer size 200
1225
1226 PreInit initalizes the input buffer with 200, DeviceOn only with 64. For
1227 consistency, use the same size in both.
1228
1229 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1230 Acked-by: Adam Jackson <ajax@redhat.com>
1231
1232 commit 8b1446f798478a9d8483cdaae8d7ff1bae5c045b
1233 Author: Peter Hutterer <peter.hutterer@who-t.net>
1234 Date: Thu Oct 22 08:20:55 2009 +1000
1235
1236 synclient: if no option is specified, assume -l
1237
1238 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1239 Acked-by: Adam Jackson <ajax@redhat.com>
1240
1241 commit 6622911370197d69737be02dd9f83e4406a991ca
1242 Author: Peter Hutterer <peter.hutterer@who-t.net>
1243 Date: Thu Oct 22 08:19:35 2009 +1000
1244
1245 synclient: fix man page typo
1246
1247 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1248
1249 commit cf2ccaaeb7fdd1ffc4c9171134f7cbd44f141f28
1250 Author: Peter Hutterer <peter.hutterer@who-t.net>
1251 Date: Tue Oct 20 08:16:48 2009 +1000
1252
1253 man: update manpage for new tap ordering
1254
1255 Tapping has changed from 1,2,3 to 1,3,2. Document this in the man page.
1256
1257 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1258
1259 commit d109ebbd5ee8f895e29c5fc780dce3cdb7c2f7d3
1260 Author: Peter Hutterer <peter.hutterer@who-t.net>
1261 Date: Thu Oct 8 13:41:59 2009 +1000
1262
1263 synaptics 1.2.0
1264
1265 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1266
1267 commit 807a0ecd61ba5fcde57f5e218c790edd58784a56
1268 Author: Peter Hutterer <peter.hutterer@who-t.net>
1269 Date: Tue Oct 6 08:06:37 2009 +1000
1270
1271 Require recordproto 1.13 or libXtst 1.1 for record support.
1272
1273 The record.h header used to be in recordproto up to excluding 1.14, then
1274 moved to libXtst. Check for both and enable it dependent on which version we
1275 have.
1276
1277 This avoids build errors on setups where a user updated recordproto but not
1278 libXtst.
1279
1280 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1281 Reviewed-by: Xavier Chantry <shiningxc@gmail.com>
1282
1283 commit 4422003fafe811a2d2e2fca818dc58f706e67918
1284 Author: Alberto Milone <alberto.milone@canonical.com>
1285 Date: Tue Sep 22 12:46:45 2009 +0200
1286
1287 Correct the type of the Synaptics Area options in the man page
1288
1289 The type of the Synaptics Area options in the man page was incorrectly
1290 set to "boolean" but it's really "integer".
1291
1292 Signed-off-by: Alberto Milone <alberto.milone@canonical.com>
1293 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1294
1295 commit 2b27e79d0c6cab73ecb8d00e1dbad32a8150033c
1296 Author: Christoph Brill <egore911@egore911.de>
1297 Date: Sat Sep 12 09:52:50 2009 +0200
1298
1299 Revert "Add support for reducing the build process output by using shave"
1300
1301 This reverts commit 583678b8fe540d9a4120e6c93115b4a141888a2e. Peter
1302 Hutterer informed me that util-macros 1.3.0 already provide the same
1303 functionality when using automake 1.11.
1304
1305 Conflicts:
1306 configure.ac
1307
1308 commit e01129440742f39650a50c193315b2824c0b303a
1309 Author: Peter Hutterer <peter.hutterer@who-t.net>
1310 Date: Fri Sep 11 11:45:04 2009 +1000
1311
1312 Require macros 1.3 for XORG_DEFAULT_OPTIONS
1313
1314 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1315
1316 commit 583678b8fe540d9a4120e6c93115b4a141888a2e
1317 Author: Christoph Brill <egore911@egore911.de>
1318 Date: Wed Sep 9 20:57:12 2009 +0200
1319
1320 Add support for reducing the build process output by using shave
1321
1322 This adds suport for shave (git://git.lespiau.name/shave) which is
1323 capable of reducing the amount of unintresting output from autotools
1324 builds. It was copied over from xf86-video-ati and updated to latest git
1325 of shave. It is still possible to get the usual output by using "make
1326 V=1".
1327
1328 commit 45851dbfe64ff18f0867846443300e845cdc7e22
1329 Author: Peter Hutterer <peter.hutterer@who-t.net>
1330 Date: Mon Sep 7 21:49:24 2009 +1000
1331
1332 man: s/SYNTAX/SYNOPSIS/ (#9515)
1333
1334 X.Org Bug 9515 <http://bugs.freedesktop.org/show_bug.cgi?id=9515>
1335
1336 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1337
1338 commit ddee56185181d5c3ffd007fe0dc5af3eed1a95cd
1339 Author: Peter Hutterer <peter.hutterer@who-t.net>
1340 Date: Mon Sep 7 14:01:01 2009 +1000
1341
1342 synaptics 1.1.99.1.
1343
1344 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1345
1346 commit a629e9fb42433c01daf2278381dcf5bbe1557c16
1347 Author: Peter Hutterer <peter.hutterer@who-t.net>
1348 Date: Wed Aug 19 13:43:21 2009 +1000
1349
1350 Use finger state as an enum, not as a bool.
1351
1352 SynapticsDetectFinger mixed using finger as an FS_* enum and as a bool if
1353 palm detect was on.
1354 Reshuffle the conditions that it stays as-is or is reset to FS_UNTOUCHED,
1355 whichever is appropriate.
1356
1357 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1358 Signed-off-by: Christoph Brill <egore911@egore911.de>
1359
1360 commit 342a38c9c1aa6291d51485de00880359eee95588
1361 Author: Peter Hutterer <peter.hutterer@who-t.net>
1362 Date: Wed Aug 19 09:28:35 2009 +1000
1363
1364 Remove abysmal misuse of ternary operator.
1365
1366 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1367 Signed-off-by: Christoph Brill <egore911@egore911.de>
1368
1369 commit c9527bdcb01f9484b66147d6a4a33b499d54ee99
1370 Author: Peter Hutterer <peter.hutterer@who-t.net>
1371 Date: Thu Aug 20 08:20:44 2009 +1000
1372
1373 man: fix typo in MaxTapMove documentation.
1374
1375 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1376
1377 commit b95995c6665d147e4857d8616b57aa8a25fc3f6f
1378 Author: Peter Hutterer <peter.hutterer@who-t.net>
1379 Date: Fri Jul 31 13:25:52 2009 +1000
1380
1381 Split rc and ret into two different variables.
1382
1383 This is a cosmetic change only.
1384
1385 ioctls - though not the ones used here - may return non-zero non-negative
1386 values to the caller. Using the return value as a boolean and as return
1387 value for ioctls at the same time could result in false positives if one
1388 ioctl returns 1. This cannot happen in this part of the code but a
1389 separation of the two improves readability.
1390
1391 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1392 Signed-off-by: Christoph Brill <egore911@egore911.de>
1393
1394 commit 1d89e2f632cf6c702ae5002f81e5783f3ba1b9ae
1395 Author: Peter Hutterer <peter.hutterer@who-t.net>
1396 Date: Mon Jul 27 11:04:13 2009 +1000
1397
1398 Remove the "SpecialScrollAreaRight" option. (#21001)
1399
1400 This option auto-adjusts the right edge on the touchpad but wrongly so. It
1401 does not take the edge width into account, thus setting the right edge to
1402 the max value received - leaving only a single-pixel scroll area in some
1403 cases.
1404
1405 A previous attempt to auto-adjust edges has failed (afb60a0b). The kernel's
1406 min/max values cannot be relied on for actual range clipping and thus scroll
1407 edge settings are best left untouched.
1408
1409 X.Org Bug 21001 <http://bugs.freedesktop.org/show_bug.cgi?id=21001>
1410
1411 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1412
1413 commit d7a4a63d1d67bf38a7948722881de8d926319c6c
1414 Author: Peter Hutterer <peter.hutterer@who-t.net>
1415 Date: Wed Jul 22 10:41:08 2009 +1000
1416
1417 Revert "Auto-adjust edges if values fall outside queried min/max ranges. (#2 1001)"
1418
1419 This reverts commit afb60a0b2497c5d08cbd1739fa8ae6585c428881.
1420
1421 From comment 24 to #21001:
1422 I've been running this code for over a week now and I'm not happy with it.
1423 Once I move over to the right, the scroll-edge becomes so small that it's
1424 hard to trigger.
1425
1426 Source of the problem is the information provided by the kernel. The kernel
1427 hands us a min/max value for the synaptics pads but this value is not
1428 reflective of the actual physical boundaries. The other dimensions are based
1429 on these min/max ranges.
1430
1431 My RightEdge setting by default is 5129, after moving to the right it
1432 becomes 5677. The announced max for x is 5472. We have model-specific edge
1433 settings and in the case of synaptics the width of the scroll area is 7% of
1434 the total width (based on min/max). This works, but obviously only because
1435 the max is wrong. I've tried upping this to 15% and it works fine but unless
1436 the edge is adjusted the scroll bar takes over too much of the pad.
1437
1438 So right now I'm inclined to revert this patch and just ditch any
1439 auto-adjustment of scroll edges whatsoever. This way, the original setting
1440 is maintained even if we reach outside of the min/max area.
1441
1442 Conflicts:
1443
1444 src/synaptics.c
1445
1446 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1447
1448 commit 7179a0eb11a842d9d5a420f5702a411b0dc217a2
1449 Author: Alberto Milone <alberto.milone@canonical.com>
1450 Date: Thu Jul 16 12:08:08 2009 +0200
1451
1452 Add active area outside of which movements, scrolling, tapping are ignored.
1453
1454 On some touchpads physical buttons are located under the touchpad surface. A s a
1455 result, when users try to perform a click, by pressing that part of the surf ace
1456 of the touchpad, they get a click, a movement, a tap and (in some cases) a s croll,
1457 which can make clicks quite inaccurate.
1458
1459 The "Synaptics Area" property can be used to define the edges of the active area of
1460 the touchpad so that all movement, scrolling and tapping which take place ou tside
1461 of this area will be ignored. This property is disabled by default.
1462
1463 Fixes xorg bug #21613.
1464
1465 Signed-off-by: Alberto Milone <alberto.milone@canonical.com>
1466 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1467
1468 commit 0c3fbceb1b2a18f92166fe75c44b5aaada693c4b
1469 Author: Tero Saarni <tero.saarni@gmail.com>
1470 Date: Sun Jul 12 19:24:40 2009 +0300
1471
1472 Add configurable x/y resolution to fix sensitivity on wide touchpads.
1473
1474 Synaptics uses anisotropic coordinate system. On some wide touchpads
1475 vertical resolution can be twice as high as horizontal which causes
1476 unequal sensitivity on x/y directions.
1477
1478 VertResolution and HorizResolution can be used to set the resolution.
1479 The ratio of the values is used to compensate x/y sensitivity. The
1480 properties are configured automatically if touchpad reports resolution
1481 and if running on linux 2.6.31 or newer.
1482
1483 Fixes xorg bug #18351.
1484
1485 Signed-off-by: Tero Saarni <tero.saarni@gmail.com>
1486 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1487
1488 commit afb60a0b2497c5d08cbd1739fa8ae6585c428881
1489 Author: Peter Hutterer <peter.hutterer@who-t.net>
1490 Date: Mon Jul 6 09:17:57 2009 +1000
1491
1492 Auto-adjust edges if values fall outside queried min/max ranges. (#21001)
1493
1494 The kernel provides min/max for x/y values but still allows devices to send
1495 coordinates outside this range. If the edges are autodetected, re-adjust the
1496 edge settings to fit within the new effective min/max range.
1497
1498 When the edges change the property needs to be updated accordingly. This
1499 can't be done immediately as changing properties requires mallocs and
1500 HandleState is called during the signal handler.
1501 Instead, set a timer to be called when the server isn't busy and update the
1502 property then. The delay between setting the timer and sending the property
1503 notify event also reduces the number of events sent, the property event
1504 includes the latest state only.
1505
1506 If the edges were configured by the user, don't re-adjust.
1507 This obsoletes the SpecialScrollAreaRight option as it provides the same
1508 functionality, without the side-effects triggering 21001.
1509
1510 X.Org Bug 21001 <http://bugs.freedesktop.org/show_bug.cgi?id=21001>
1511
1512 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1513
1514 commit 24d8919e7052b950ddde85c6dc45552faa4cb30f
1515 Author: Peter Hutterer <peter.hutterer@who-t.net>
1516 Date: Tue Jun 30 10:14:11 2009 +1000
1517
1518 Move edge calculation stuff out into separate function.
1519
1520 commit bb74e1a12896998a9f328f3cf53b2f31679b3ce5
1521 Author: Peter Hutterer <peter.hutterer@who-t.net>
1522 Date: Thu Jun 18 11:22:48 2009 +1000
1523
1524 Cope with ABI_XINPUT_VERSION 7.
1525
1526 Version 7 requires button and axes labels.
1527
1528 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1529
1530 commit fd939a37d7df320f76fc772eb1f18eb6ba1d54b9
1531 Author: Peter Hutterer <peter.hutterer@who-t.net>
1532 Date: Wed Jun 17 21:33:52 2009 +1000
1533
1534 Simplify xf86InitValuator calls a bit.
1535
1536 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1537 Acked-by: Christoph Brill <egore911@egore911.de>
1538
1539 commit 659dd09893bf7648957aa2ae5898e32ed24d057a
1540 Author: Paul Menzel <paulepanter@users.sourceforge.net>
1541 Date: Fri Jun 12 09:53:58 2009 +0200
1542
1543 Fix typo. s/tough/though/
1544
1545 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
1546 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1547
1548 commit 1f499dd3f067848c344c13e04305e9f428438c9f
1549 Author: Mattia Dongili <malattia@linux.it>
1550 Date: Fri Jun 5 08:57:06 2009 +1000
1551
1552 man: explain TapButton default values
1553
1554 Clarify how the new default values are set and what options to set
1555 to get a different behaviour.
1556
1557 Signed-off-by: Mattia Dongili <malattia@linux.it>
1558 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1559
1560 commit 6b3a032fdf5479cb5be441a01ebef92a39e5fb69
1561 Author: Peter Hutterer <peter.hutterer@who-t.net>
1562 Date: Tue May 19 11:50:43 2009 +1000
1563
1564 Add "Synaptics Capabilities" read-only property.
1565
1566 This patch adds a "Synaptics Capabilities" property that advertises the
1567 capabilities of the device in a read-only boolean property.
1568 The first three values signal the presence of physical mouse buttons (left,
1569 middle, right). Values 4 and 5 signal the touchpad's ability to do
1570 multi-finger tracking.
1571
1572 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1573 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
1574
1575 commit 44c1de333acf1de22f570a16421e0ff4889b0809
1576 Author: Peter Hutterer <peter.hutterer@who-t.net>
1577 Date: Tue May 19 09:14:54 2009 +1000
1578
1579 eventcomm: fix return value of event_query_is_touchpad.
1580
1581 "ret" is used both for storing the ioctls return value as well as for the
1582 return of event_query_is_touchpad. If an ioctl fails, ret is -1 and we
1583 return this value as a BOOL. The caller treats this -1 as TRUE and thinks
1584 the device is a touchpad.
1585
1586 Bug is triggered if a xorg.conf section is present with auto-dev as device
1587 and a mouse event device is openeded before the synaptics event device.
1588
1589 Introduced with e4b1571d487cb67bab64e1ee890bddcd02437ddf.
1590
1591 Red Hat Bug 499792 <http://bugzilla.redhat.com/show_bug.cgi?id=499792>
1592
1593 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1594 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
1595
1596 commit a9f8b19ceba8f7652ebdb620fb0785dfa578a218
1597 Author: Coleman Kane <ckane@colemankane.org>
1598 Date: Mon May 18 18:14:50 2009 -0400
1599
1600 Fix broken build on FreeBSD (#21803)
1601
1602 Band-aid to fix the build and function prototype mismatches on
1603 FreeBSD (and maybe others, but I don't have any more to test).
1604
1605 Signed-off-by: Coleman Kane <ckane@colemankane.org>
1606 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1607
1608 commit 35191ec094a2006ba290713640dd95c88ca3b0f9
1609 Author: Peter Hutterer <peter.hutterer@who-t.net>
1610 Date: Mon May 18 17:23:02 2009 +1000
1611
1612 synclient: up max value for AccelFactor to 1.0
1613
1614 There's no real reason to restrict AccelFactor to 0.2, the driver itself
1615 doesn't restrict AccelFactor either. Upwards of 1.0 it's hard to spot any
1616 real differences in speed though, so 1.0 seems like a sensible maximum.
1617
1618 Red Hat Bug 462574 <https://bugzilla.redhat.com/show_bug.cgi?id=462574>
1619
1620 Reported-by: David Woodhouse <dwmw2@infradead.org>
1621 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1622 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
1623
1624 commit e0d651c77e3a59086d5f36d1aaf9e6ba80394336
1625 Author: Peter Hutterer <peter.hutterer@who-t.net>
1626 Date: Fri May 15 11:59:58 2009 +1000
1627
1628 eventcomm: force boolean values for has_left, has_right, etc.
1629
1630 TEST_BIT simply returns the value of the bytes, so we end up with has_left
1631 and friends being an integer value instead of a boolean value. This again
1632 may cause confusion in other parts, if a 1/0 boolean value is expected (e.g.
1633 all xf86SetBoolOption()).
1634
1635 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1636 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
1637
1638 commit ee265e10c9cc724ad0badcab86a3893667717322
1639 Author: Erkin Bahceci <erkinbah@gmail.com>
1640 Date: Mon May 11 12:32:32 2009 -0500
1641
1642 Add TapAndDragGesture option and gestures property.
1643
1644 The tap-and-drag gesture is an alternative way of dragging.
1645 It is performed by tapping (touching and releasing the finger), then
1646 touching again and moving the finger on the touchpad.
1647 This gesture is enabled by default and can be disabled by setting the
1648 TapAndDragGesture option to false.
1649
1650 The gesture already existed in synaptics and was always enabled. This
1651 commit adds an option to switch it on/off. The default behavior is
1652 tap-and-drag being enabled, that is, TapAndDragGesture is true.
1653
1654 The "Synaptics Gestures" property is intended to hold all new gesture
1655 enabling options, like options for the upcoming multitouch gestures.
1656
1657 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
1658 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1659
1660 commit e4b1571d487cb67bab64e1ee890bddcd02437ddf
1661 Author: Peter Hutterer <peter.hutterer@who-t.net>
1662 Date: Thu Apr 30 15:05:50 2009 +1000
1663
1664 eventcomm: if we can't grab the device, assume it's not a touchpad.
1665
1666 If a device is configured in the xorg.conf, it will get added once in the
1667 config, once through HAL. Since we grab the device, the second device will b e
1668 mute. And confuses tools and users alike.
1669
1670 So let's just assume that if we can't grab the device, it doesn't exist.
1671
1672 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1673 Signed-off-by: Christoph Brill <egore911@egore911.de>
1674
1675 commit 609b6728effb53006b2d0be1fac55d4ab1f269d2
1676 Author: Peter Hutterer <peter.hutterer@who-t.net>
1677 Date: Wed Apr 29 21:29:57 2009 +1000
1678
1679 Purge SynapticsHWInfo stuff, move it into proto_data.
1680
1681 This was only used in PS/2, on linux only on kernel 2.4 and it clobbered up
1682 the rest. Move it to the ps2comm parts only, keep it private there.
1683 This includes adding a "proto_data" field to the SynapticsPrivate.
1684
1685 This patch removes the -h option for synclient.
1686
1687 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1688 Signed-off-by: Christoph Brill <egore911@egore911.de>
1689
1690 commit c3ab0ae4f3f04da7018173662ede174c97710c8a
1691 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1692 Date: Thu May 7 18:17:55 2009 +1000
1693
1694 Add model-specific edges for appletouch.
1695
1696 Needs around 8.5% to be useable.
1697
1698 I created a table to iterate through the different products rather than
1699 using if/else branches. I can enumerate the appletouch product_ids, but I
1700 suspect they will all be around the same range (hence the PRODUCT_ANY). If
1701 another product id shows different behavior, we can just add an entry to
1702 the table as appropriate.
1703
1704 I also changed the default eheight to be 5.4% to match the spec.
1705
1706 Reported-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
1707 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
1708 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1709 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
1710
1711 commit c50dba0b04f2115a5d23ed4a785c101f9b26900b
1712 Author: Peter Hutterer <peter.hutterer@who-t.net>
1713 Date: Thu Apr 23 09:15:04 2009 +1000
1714
1715 Add TouchpadModel specifier and scale the edges accordingly. (#21214)
1716
1717 ALPS models need different edge settings than synaptics pads to make the edg es
1718 work propertly. So try to auto-detect the model (eventcomm anyway) and set t he
1719 edges accordingly.
1720
1721 New edge defaults are:
1722 synaptics: 7% of the total width
1723 alps: 15% of the total width
1724 unknown: 4% of the total width (see Synaptics UI guide)
1725
1726 X.Org Bug 21214 <http://bugs.freedesktop.org/show_bug.cgi?id=21214>
1727
1728 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1729 Signed-off-by: Christoph Brill <egore911@egore911.de>
1730 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
1731
1732 commit fba24019ffdcf4da8938a3ad61b2f38e40626858
1733 Author: Peter Hutterer <peter.hutterer@who-t.net>
1734 Date: Fri May 1 13:16:47 2009 +1000
1735
1736 ps2comm: fix typo in debug statement.
1737
1738 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1739
1740 commit a9a443959585e7f65ba3f300d387cf617d9df77b
1741 Author: Peter Hutterer <peter.hutterer@who-t.net>
1742 Date: Thu Apr 30 16:05:09 2009 +1000
1743
1744 If QueryHardware failed, return that failure and clean up.
1745
1746 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1747 Signed-off-by: Christoph Brill <egore911@egore911.de>
1748 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
1749
1750 commit 6dc7f5e127b4b60b27f661862c5698e6f9ea7e49
1751 Author: Peter Hutterer <peter.hutterer@who-t.net>
1752 Date: Thu Apr 30 16:03:43 2009 +1000
1753
1754 Only try to free the timer if it's actually there.
1755
1756 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1757 Signed-off-by: Christoph Brill <egore911@egore911.de>
1758 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
1759
1760 commit b00b015aaa81c7da2a419649851004d481f33e3c
1761 Author: Peter Hutterer <peter.hutterer@who-t.net>
1762 Date: Thu Apr 30 08:15:30 2009 +1000
1763
1764 man: document left-handed TapButton awkwardness.
1765
1766 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1767 Signed-off-by: Christoph Brill <egore911@egore911.de>
1768
1769 commit 86df78a2387fbaa2b362446999235ab9c605f8f9
1770 Author: Peter Hutterer <peter.hutterer@who-t.net>
1771 Date: Thu Apr 30 15:39:42 2009 +1000
1772
1773 Fix typo, missing ":"
1774
1775 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1776
1777 commit ef2221322e62b94a88a8358e6513a3f6f232a28f
1778 Author: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
1779 Date: Tue Apr 28 07:39:36 2009 +1000
1780
1781 PS/2 interface: sense multifinger taps on FingerHigh (#21427)
1782
1783 Previously multifinger taps were sensed on the Z value > 0: this isn't
1784 very correct. Accorging to the specification, Z values below 30
1785 correspond only to a very light taps or just floating fingers. I had
1786 run into the situation when I was clicking on the physical left button
1787 and that click was transformed to the right button click via
1788 ClickFinger2, but I wasn't tapping the touchpad at all. Investigations
1789 showed very small values of Z -- my other fingers were just floating
1790 above touchpad.
1791
1792 This change also makes click (and finger) detection more consistent,
1793 because it uses FingerHigh to detect taps everywhere.
1794
1795 X.Org Bug 21427 <http://bugs.freedesktop.org/show_bug.cgi?id=21427>
1796
1797 Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
1798 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1799 Acked-by: Henrik Rydberg <rydberg@euromail.se>
1800
1801 commit 4f58454f53432f67d221ace60675499d8cee2411
1802 Author: Peter Hutterer <peter.hutterer@who-t.net>
1803 Date: Fri Apr 24 10:17:29 2009 +1000
1804
1805 synclient: fix 64 bit issues for float properties.
1806
1807 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1808 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
1809
1810 commit efbc3e98be4bacbb7ca08409d33584ffd55ee794
1811 Author: Peter Hutterer <peter.hutterer@who-t.net>
1812 Date: Tue Apr 21 17:07:02 2009 +1000
1813
1814 Remove un-used DeviceOn/Off hooks.
1815
1816 And allow for them to be NULL without crashing the server.
1817
1818 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1819
1820 commit c09a3d50e995302ec08c5d5f8c679148613e1656
1821 Author: Peter Hutterer <peter.hutterer@who-t.net>
1822 Date: Fri Apr 17 16:04:07 2009 +1000
1823
1824 Remove Synaptics SHM configuration bits.
1825
1826 The only thing we still export through SHM is the hardware state.
1827
1828 commit 93a533120fa477fce63ef6daa9f5c836b5245e5d
1829 Author: Peter Hutterer <peter.hutterer@who-t.net>
1830 Date: Fri Apr 17 15:24:38 2009 +1000
1831
1832 syndaemon: remove SHM code - properties only from now on.
1833
1834 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1835
1836 commit f2c85fe950b037ba04705d02a54d57476f118c11
1837 Author: Peter Hutterer <peter.hutterer@who-t.net>
1838 Date: Fri Apr 17 15:01:05 2009 +1000
1839
1840 synclient: remove listing and modification of settings through SHM.
1841
1842 SHM is only used for dumping and monitoring hardware state.
1843 synclient now requires property support (i.e. server 1.6).
1844
1845 commit 080caee95c46bb471d1442dcab246460cad8c7be
1846 Author: Peter Hutterer <peter.hutterer@who-t.net>
1847 Date: Fri Apr 17 15:19:41 2009 +1000
1848
1849 Only build synclient/syndaemon if property support is available.
1850
1851 Separate dependencies for driver and synclient/syndaemon.
1852 Add option --enable-tools to explicitly build the tools (default: auto)
1853
1854 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1855
1856 commit b56ab7e0140c8fa7dcc58f6b8a087f7d6bece04f
1857 Author: Adam Jackson <ajax@redhat.com>
1858 Date: Thu Apr 16 11:49:12 2009 +1000
1859
1860 Allocate the timer early so we don't try to malloc it within a sigio handler .
1861
1862 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1863
1864 commit 74bd8574c796c7ff7c9bea6873b317bf14d29a70
1865 Author: Peter Hutterer <peter.hutterer@redhat.com>
1866 Date: Tue Apr 14 07:27:07 2009 -0400
1867
1868 synclient: fix 32-bit integer handling on 64 bit machines.
1869
1870 libX11 actually expects longs for 32-bit values, even if they are 64 bits.
1871
1872 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
1873 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
1874
1875 commit 18442d927f6cf03e7a366f6c3c0292b065ba1c64
1876 Author: Peter Hutterer <peter.hutterer@who-t.net>
1877 Date: Tue Mar 24 11:24:02 2009 +1000
1878
1879 Shut up valgrind warnings about uninitialized variables.
1880
1881 Reported-by: Zdenek Kabelac <zkabelac@redhat.com>
1882 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1883
1884 commit a07a840b26827e1a2c8cccd255177b693c5b91e8
1885 Author: Peter Hutterer <peter.hutterer@who-t.net>
1886 Date: Wed Mar 18 18:38:12 2009 +1000
1887
1888 Don't fail when building against server 1.5
1889
1890 The driver had all the right guards, but synclient and syndaemon didn't.
1891 Check for xserver 1.6 and higher and disable property support in synclient
1892 and syndaemon.
1893
1894 Note that the property headers still get installed even without support for
1895 properties in the driver. This ensures that apps looking for synaptics >=
1896 thisversion don't fail miserably.
1897
1898 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1899 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
1900 Signed-off-by: Christoph Brill <egore@gmx.de>
1901
1902 commit ea7695037070e7037a4b20db87dd466c643ac088
1903 Author: Peter Hutterer <peter.hutterer@who-t.net>
1904 Date: Wed Mar 18 18:37:47 2009 +1000
1905
1906 Remove NEWS file, it's not being updated anymore.
1907
1908 Googling for the announce emails is more effective.
1909
1910 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1911 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
1912 Signed-off-by: Christoph Brill <egore@gmx.de>
1913
1914 commit 0b26fdc42c9a07959dbcf7d9d274d97eae55b768
1915 Author: Peter Hutterer <peter.hutterer@who-t.net>
1916 Date: Mon Mar 9 11:59:09 2009 +1000
1917
1918 Bump to 1.1.99
1919
1920 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1921
1922 commit a0a0475b39a1abb67bfcc34723a222799132a33d
1923 Author: Peter Hutterer <peter.hutterer@who-t.net>
1924 Date: Mon Mar 9 11:38:00 2009 +1000
1925
1926 man: remove some pointless ( and ) around "float" options.
1927
1928 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1929
1930 commit 5acb71723a7fe837f7312adb5b8320dda87649f2
1931 Author: Peter Hutterer <peter.hutterer@who-t.net>
1932 Date: Mon Mar 9 11:28:02 2009 +1000
1933
1934 man: device properties are now supported, should be stated as such.
1935
1936 This includes listing supported properties and de-emphasizing the need for
1937 SHM.
1938
1939 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1940
1941 commit 18b25ae7fa6438f85c49f41c1c11ed8ac84df47e
1942 Author: Peter Hutterer <peter.hutterer@who-t.net>
1943 Date: Thu Mar 5 11:54:57 2009 +1000
1944
1945 Bump to 1.0.99.4
1946
1947 commit 4d5a41ca574b1462889d4423cfdbc008132aa9c2
1948 Author: Peter Hutterer <peter.hutterer@who-t.net>
1949 Date: Thu Mar 5 11:47:41 2009 +1000
1950
1951 include xorg-server.h from all driver source files.
1952
1953 This fixes the 64-bit issues with 1.0.99.3. Not having xorg-server.h include d
1954 in time means we miss out on _XSERVER64, which leads to different sizes of t he
1955 LocalDeviceRec struct in the driver and the server.
1956
1957 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1958
1959 commit 2a93e92d493050398f993fda50c5e7a445a946de
1960 Author: Peter Hutterer <peter.hutterer@who-t.net>
1961 Date: Wed Mar 4 15:20:07 2009 +1000
1962
1963 Bump to 1.0.99.3
1964
1965 commit c719553dac875824b2d2a8f7714a89998ab4828d
1966 Author: Peter Hutterer <peter.hutterer@who-t.net>
1967 Date: Wed Mar 4 15:18:39 2009 +1000
1968
1969 Don't auto-include xorg-server.h in config.h
1970
1971 config.h is needed by synclient/syndaemon, and including xorg-server.h leads
1972 to funny results on 64 bit machines. Not "ha ha" funny though.
1973
1974 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1975
1976 commit 07f0588bbd85655ba7d2ef4d2a3f4a62ddb638bc
1977 Author: Peter Hutterer <peter.hutterer@who-t.net>
1978 Date: Wed Mar 4 15:03:40 2009 +1000
1979
1980 synclient: don't print driver's package version info.
1981
1982 synclient is not the driver. If you want to know the driver's version, look in
1983 the log file. After all, synclient would only print the one it was compiled
1984 with anyway, not the one of the driver.
1985
1986 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1987
1988 commit 020142e57cbf709bd694112c32522a040042544d
1989 Author: Peter Hutterer <peter.hutterer@who-t.net>
1990 Date: Wed Mar 4 12:15:58 2009 +1000
1991
1992 syndaemon: needs XI_LIBS to link now.
1993
1994 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1995
1996 commit aa5b2b64e541ff7ca3f0a2bdb11d1c20624c406a
1997 Author: Peter Hutterer <peter.hutterer@who-t.net>
1998 Date: Wed Mar 4 11:51:53 2009 +1000
1999
2000 synclient: XCloseDisplay doesn't like NULL-pointers.
2001
2002 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2003
2004 commit 575616521aeffb002c4b41de1e77da5c251ee4af
2005 Author: Peter Hutterer <peter.hutterer@who-t.net>
2006 Date: Mon Mar 2 12:28:51 2009 +1000
2007
2008 syndaemon: disable XRecord by default.
2009
2010 XRecord is disabled in the server by default, so let's not have it as defaul t
2011 here.
2012
2013 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2014 Acked-by: Julien Cristau <jcristau@debian.org>
2015
2016 commit bc395e89d2629755e199886dcebb38c4964b2cd1
2017 Author: Peter Hutterer <peter.hutterer@who-t.net>
2018 Date: Tue Mar 3 11:33:23 2009 +1000
2019
2020 syndaemon: use device properties unless SHM is requested.
2021
2022 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2023 Acked-by: Julien Cristau <jcristau@debian.org>
2024
2025 commit c256932f635afe62a6ace16f9a5c14f5c2a01fe5
2026 Author: Peter Hutterer <peter.hutterer@who-t.net>
2027 Date: Mon Mar 2 11:48:02 2009 +1000
2028
2029 syndaemon: if we wanted XRECORD, but it failed, exit.
2030
2031 If Xrecord is missing but we requested it (say, didn't disable it explicitly ),
2032 then exit. Don't use the alternative SHM area, it's bad for your health.
2033
2034 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2035 Acked-by: Julien Cristau <jcristau@debian.org>
2036
2037 commit 40dbe97f6138705369c30b4ad95014bd07c6913d
2038 Author: Peter Hutterer <peter.hutterer@who-t.net>
2039 Date: Mon Mar 2 11:46:00 2009 +1000
2040
2041 syndaemon: move shm code into shm_init().
2042
2043 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2044 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2045 Acked-by: Julien Cristau <jcristau@debian.org>
2046
2047 commit d52d633fcdbf0a6c3dcc0af43d40ab7e217ff89b
2048 Author: Peter Hutterer <peter.hutterer@who-t.net>
2049 Date: Mon Mar 2 11:21:29 2009 +1000
2050
2051 syndaemon: remove enable/disable_touchpad(), use toggle_touchpad instead
2052
2053 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2054 Acked-by: Julien Cristau <jcristau@debian.org>
2055
2056 commit 2241c39b1123bd1bac584f5ac349396560eb2e71
2057 Author: Peter Hutterer <peter.hutterer@who-t.net>
2058 Date: Mon Mar 2 12:19:00 2009 +1000
2059
2060 syndaemon: fix minor typo in --help output.
2061
2062 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2063
2064 commit b768d6e1f552a9fae2e02256d057a71186620acc
2065 Author: Peter Hutterer <peter.hutterer@who-t.net>
2066 Date: Sun Mar 1 08:41:10 2009 +1000
2067
2068 synclient: print an error if we can't find the synaptics device.
2069
2070 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2071
2072 commit 79867e9fb29332deb96e121001b1bcae7937e52c
2073 Author: Peter Hutterer <peter.hutterer@who-t.net>
2074 Date: Fri Feb 27 13:18:13 2009 +1000
2075
2076 Bump to 1.0.99.2
2077
2078 commit 65919aae574a4536c0fa1506dc396725c3e710fe
2079 Author: Peter Hutterer <peter.hutterer@who-t.net>
2080 Date: Fri Feb 27 12:05:17 2009 +1000
2081
2082 synclient: define XATOM_FLOAT if missing from xserver-properties.
2083
2084 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2085
2086 commit 24ae6192bfbf67ec0a112b8a0cbb3925df58a5b8
2087 Author: Peter Hutterer <peter.hutterer@who-t.net>
2088 Date: Fri Feb 27 10:03:12 2009 +1000
2089
2090 synclient: Fix build errors - BOOL isn't always available.
2091
2092 Hilarious include dependency resulted in BOOL being available on my box, but
2093 not boxes running released libraries/protocol headers.
2094 Replace BOOL with char.
2095
2096 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2097
2098 commit a67a0217ce13865735488ccc77443e7ba7ddca30
2099 Author: Peter Hutterer <peter.hutterer@who-t.net>
2100 Date: Thu Feb 26 14:21:03 2009 +1000
2101
2102 Bump to 1.0.99.1
2103
2104 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2105
2106 commit 0b6dfafa8b73973054b1b720dec8407f089f0341
2107 Author: Peter Hutterer <peter.hutterer@who-t.net>
2108 Date: Thu Feb 26 14:18:43 2009 +1000
2109
2110 Remove randr requirement from configure.ac
2111
2112 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2113
2114 commit 55509ef5ce671fb2233c06e3ea5f0cc677f9ab6e
2115 Author: Peter Hutterer <peter.hutterer@who-t.net>
2116 Date: Wed Feb 25 13:38:02 2009 +1000
2117
2118 synclient: add support for device properties.
2119
2120 By default, use the properties unless the -s flag is given. For -m and -h
2121 imply SHM though.
2122
2123 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2124 Signed-off-by: Christoph Brill <egore911@egore911.de>
2125
2126 commit 4e9689aa5fdae4b7bd81f416e475ebf92b7302e1
2127 Author: Peter Hutterer <peter.hutterer@who-t.net>
2128 Date: Wed Feb 25 13:17:38 2009 +1000
2129
2130 synclient: split shm_set_value into a parse_cmd.
2131
2132 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2133 Signed-off-by: Christoph Brill <egore911@egore911.de>
2134
2135 commit e446f82cdd6ee01d4f1086add3e7a38541bbb93b
2136 Author: Peter Hutterer <peter.hutterer@who-t.net>
2137 Date: Wed Feb 25 10:54:35 2009 +1000
2138
2139 synclient: clean up a bit, namespace shm functions.
2140
2141 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2142 Signed-off-by: Christoph Brill <egore911@egore911.de>
2143
2144 commit 1eddb282ea9e7e558001a46d95ff6febec0091a0
2145 Author: Peter Hutterer <peter.hutterer@who-t.net>
2146 Date: Wed Feb 25 11:00:26 2009 +1000
2147
2148 Remove commented-out sections from configure.ac.
2149
2150 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2151
2152 commit c14bf0f42904f900f07ec5bfd83a680b83f5f4cb
2153 Author: Marcel Dejean <Doodle777@gmail.com>
2154 Date: Fri Feb 13 19:13:08 2009 -0500
2155
2156 change magic numbers to fractions
2157
2158 Signed-off-by: Christoph Brill <egore911@egore911.de>
2159 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2160
2161 commit 3ddc067c873479d886d6bc576db9dcb6318c88af
2162 Author: Marcel Dejean <Doodle777@gmail.com>
2163 Date: Fri Feb 13 19:00:07 2009 -0500
2164
2165 two-finger emulation through fingerWidth
2166
2167 Signed-off-by: Christoph Brill <egore911@egore911.de>
2168 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2169
2170 commit b0704a9d3c7a25e0b160414983025db9d14be496
2171 Author: Peter Hutterer <peter.hutterer@who-t.net>
2172 Date: Mon Feb 16 10:02:59 2009 +1000
2173
2174 Remove synSetFloatOption, use xf86SetRealOption instead.
2175
2176 As a side-benefit, this means float options now show up in the log too.
2177
2178 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2179 Signed-off-by: Christoph Brill <egore911@egore911.de>
2180 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>Z
2181
2182 commit f5bfe7f3364df330adcf07c59be93bbcb6f0b98f
2183 Author: Ben Gamari <bgamari@gmail.com>
2184 Date: Fri Feb 6 11:07:30 2009 +1000
2185
2186 Add comma after version number in configure.ac
2187
2188 Got lost in d8679123d921bafdac53e84a2e0337708d7c094e.
2189
2190 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2191
2192 commit d8679123d921bafdac53e84a2e0337708d7c094e
2193 Author: Peter Hutterer <peter.hutterer@who-t.net>
2194 Date: Fri Feb 6 09:54:36 2009 +1000
2195
2196 Bump to 1.0.99.
2197
2198 1.0.0 is out, bump master to the next level.
2199
2200 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2201
2202 commit f92446f00aa5a916a90e2fd93333f97ea837f985
2203 Author: Peter Hutterer <peter.hutterer@who-t.net>
2204 Date: Mon Jan 19 09:26:14 2009 +1100
2205
2206 properties: implement float properties.
2207
2208 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2209 Signed-off-by: Christoph Brill <egore911@egore911.de>
2210 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2211
2212 commit eda515331285962310b84cc3b3200f9ff0e98f1a
2213 Author: Andre Herms <aherms(ae)ivs(d)cs(d)uni-magdeburg(d)de>
2214 Date: Tue Nov 11 21:15:30 2008 +0100
2215
2216 use Xrecord extension for event triggered key event notification
2217
2218 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2219 Signed-off-by: Christoph Brill <egore911@egore911.de>
2220 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2221
2222 commit 97530109c3dbafe51395ea70008f594f0ce102f3
2223 Author: Alan Coopersmith <alan.coopersmith@sun.com>
2224 Date: Fri Jan 9 16:22:56 2009 -0800
2225
2226 Remove xorgconfig & xorgcfg from See Also list in man page
2227
2228 commit 101bb8363a99ab42f3bab3717ed60b05877f0698
2229 Author: Christoph Brill <egore911@egore911.de>
2230 Date: Sat Dec 20 14:17:45 2008 +0100
2231
2232 FDI: Add few examples suggested by Christian Schmitt <chris@ilovelinux.de>
2233
2234 Signed-off-by: Christoph Brill <egore911@egore911.de>
2235
2236 commit 8d5cf39e7f37ce78aaec423a9da397d72b1629d2
2237 Author: Peter Hutterer <peter.hutterer@who-t.net>
2238 Date: Wed Dec 10 09:22:33 2008 +1000
2239
2240 Fix compilation issue (opts undeclared) for XINPUT ABI 0. (#18988)
2241
2242 HistorySize is now deprecated for ABI > 0, so list it as a removed option in
2243 the man page.
2244
2245 X.Org Bug 18988 <http://bugs.freedesktop.org/show_bug.cgi?id=18988>
2246
2247 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2248 Signed-off-by: Christoph Brill <egore911@egore911.de>
2249 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2250
2251 commit 0f2802726fe7374afeca7447e3127bc1d7f3247c
2252 Author: Fedor P. Goncharov (Fredy) <fedgo@gorodok.net>
2253 Date: Thu Dec 4 17:16:40 2008 +0600
2254
2255 Auto-adjust right_edge for touchpads with hardware scroll area.
2256
2257 If RightEdge is specified as a config option, ignore the SpecialScrollArea.
2258 Otherwise, adjust right_edge to the bounds of the hardware scroll area.
2259
2260 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2261 Signed-off-by: Christoph Brill <egore911@egore911.de>
2262 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2263
2264 commit 9e84eb6bd2010176c11022cb8c0af56c6e9d7663
2265 Author: Benjamin Close <Benjamin.Close@clearchain.com>
2266 Date: Thu Dec 4 15:59:41 2008 +1030
2267
2268 Use the correct header so psmcomm.h builds again
2269
2270 commit 1131f24a0e592c8db8f4ebe509a1cdc263be545a
2271 Author: Benjamin Close <Benjamin.Close@clearchain.com>
2272 Date: Thu Dec 4 15:57:03 2008 +1030
2273
2274 Fix typo preventing psmcomm from being enabled on BSD platforms
2275
2276 commit d17231161f9cebc9ba961db0dd948c996e7cc369
2277 Author: Peter Hutterer <peter.hutterer@redhat.com>
2278 Date: Wed Dec 3 21:57:04 2008 +1000
2279
2280 fdi: only match on input.touchpad, not on various product names.
2281
2282 We can deal with anything that has absolute x/y and pressure or touch. So
2283 don't bother with various product names. If a touchpad doesn't work, fix it
2284 then.
2285
2286 Suggested by Vojtech Pavlik.
2287
2288 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2289 Signed-off-by: Christoph Brill <egore911@egore911.de>
2290 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2291
2292 commit 987fb075dba42d9a282bd918985f02cab101d620
2293 Author: Fedor P. Goncharov (Fredy) <fedgo@gorodok.net>
2294 Date: Sat Nov 29 01:33:22 2008 +0600
2295
2296 change type of FastTaps option to bool
2297
2298 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2299
2300 commit 1b941b26db760037965109b5eeeb0e3fb730a805
2301 Author: Magnus Kessler <magnus.kessler@gmx.net>
2302 Date: Wed Dec 3 10:17:54 2008 +1000
2303
2304 Export synapticsModuleData
2305
2306 Mark synapticsModuleData as exported so that it can be used with xorg-server
2307 compiled with visibility flags.
2308
2309 Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
2310 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2311
2312 commit 13c93be34dfcd0e57b14f86688fd2ad4efda028c
2313 Author: Batchty <batchman@free.fr>
2314 Date: Mon Nov 24 11:31:48 2008 +1000
2315
2316 Stop two-finger scrolling if no finger is present.
2317
2318 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2319 Signed-off-by: Simon Thum <eGore@gmx.de>
2320 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2321
2322 commit 6cbdb0a10574d57a563337adb54afdf89996bc36
2323 Author: Batchty <batchman@free.fr>
2324 Date: Sun Nov 23 20:46:14 2008 +0100
2325
2326 Ignore moves during tap processing if no finger is down.
2327
2328 The Dell Inspiron 1520 with a Synaptics touchpad loves to send event like
2329 these after every finger release :
2330
2331 time x y z f w l r u d m multi gl gm gr gdx gdy
2332 1.563 3224 1625 57 1 5 0 0 0 0 0 00000000 0 0 0 0 0
2333 1.574 3251 1632 30 1 5 0 0 0 0 0 00000000 0 0 0 0 0
2334 1.584 3292 1673 10 1 5 0 0 0 0 0 00000000 0 0 0 0 0
2335 1.594 1 5855 3 2 5 0 0 0 0 0 00000000 0 0 0 0 0
2336 1.634 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0
2337 1.746 1 5855 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0
2338 1.897 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0
2339
2340 Most of the time these events are ignored by the driver, but sometimes it
2341 confuses two-finger scrolling and tap detection.
2342
2343 For example, in this log, the first tap is recognized, the second isn't :
2344
2345 time x y z f w l r u d m multi gl gm gr gdx gdy
2346 11.597 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0
2347 11.678 1 5855 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0
2348 11.688 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0
2349 11.709 3862 2406 8 1 5 0 0 0 0 0 00000000 0 0 0 0 0
2350 11.719 3851 2464 67 1 5 0 0 0 0 0 00000000 0 0 0 0 0
2351 11.729 3849 2407 35 1 4 0 0 0 0 0 00000000 0 0 0 0 0
2352 11.739 3858 2578 5 1 9 0 0 0 0 0 00000000 0 0 0 0 0
2353 11.749 3858 2578 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0
2354 11.850 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0
2355 11.860 1 5855 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0
2356 12.073 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0
2357 12.083 1 5855 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0
2358 12.347 1 5855 4 2 5 0 0 0 0 0 00000000 0 0 0 0 0
2359 12.357 3844 2381 56 1 4 0 0 0 0 0 00000000 0 0 0 0 0
2360 12.377 3848 2361 32 1 4 0 0 0 0 0 00000000 0 0 0 0 0
2361 12.388 1 5855 3 2 5 0 0 0 0 0 00000000 0 0 0 0 0
2362 12.398 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0
2363 12.408 1 5855 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0
2364 12.428 1 5855 1 2 5 0 0 0 0 0 00000000 0 0 0 0 0
2365
2366 The problem with the second tap is that the driver check if the movement fro m
2367 (3848,2361) to (1,5855) is over TapMaxMove before it checks for a finger rel ease.
2368 So the driver considers it as a (short) finger move.
2369 Add the condition ''the finger is still present'' to the 'move' condition, s o
2370 we ignore these moves..
2371
2372 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2373 Signed-off-by: Simon Thum <eGore@gmx.de>
2374 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2375
2376 commit fbcb056ea5a2fdb178c945098f55ef564e4fa5ac
2377 Author: Peter Hutterer <peter.hutterer@redhat.com>
2378 Date: Fri Nov 21 16:52:03 2008 +1000
2379
2380 fdi: make use of hal's contains_outof matcher to reduce duplication.
2381
2382 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2383 Signed-off-by: Christoph Brill <egore911@egore911.de>
2384
2385 commit 72d9bca079f40a705de5059eeea260b289d77e84
2386 Author: Peter Hutterer <peter.hutterer@redhat.com>
2387 Date: Tue Nov 11 09:53:17 2008 +1000
2388
2389 Remove ALPS special options treatment.
2390
2391 Don't overwrite options set earlier based on a strstr(name, "ALPS"). If
2392 anything, the driver should just autoscale to the correct settings anyway.
2393
2394 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2395 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2396
2397 commit 471552a62e0e5ba2a274196aef62d984b83f30e6
2398 Author: Henrik Rydberg <rydberg@euromail.se>
2399 Date: Tue Oct 28 21:57:02 2008 +0100
2400
2401 Only respect MaxTapMove when appropriate
2402
2403 Only respect MaxTapMove with one or two fingers, and the latter only when tw o-finger scrolling
2404 is enabled. (LP: #270002)
2405
2406 Original-Author: William Grant <william.grant@ubuntu.org.au>
2407 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2408 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2409
2410 commit 629e7345dc40c1eb0acf8a69c267711d35d4f3e3
2411 Author: Christoph Brill <egore911@egore911.de>
2412 Date: Thu Oct 30 23:43:13 2008 +0100
2413
2414 Revert "[syndaemon] use Xrecord extension in syndaemon to avoid polling."
2415
2416 This reverts commit 641b26da531b38313ecc68badac1a3ccfd6fc7af.
2417
2418 As requested by Peter Hutterer and Henrik Rydberg.
2419
2420 commit e52a031ac79350e7ff3a9aeb2db4c2ae2d6a8059
2421 Author: Christoph Brill <egore911@egore911.de>
2422 Date: Thu Oct 30 23:42:44 2008 +0100
2423
2424 Revert "[syndaemon] switch over to input properties"
2425
2426 This reverts commit 934bc0012f948c52aadc8eda912f7728fb7394a2.
2427
2428 As requested by Peter Hutterer.
2429
2430 commit 2acbd6e67c859290a37cf3134b120c5ca7577268
2431 Author: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2432 Date: Tue Oct 28 17:10:45 2008 +1030
2433
2434 Add support for touchpads (such as Elantech) that do not report pressure
2435
2436 Change the driver to react to BTN_TOUCH if device does not report
2437 ABS_PRESSURE since there are touchpads (such as Elantech) that do not
2438 support pressure reading but otherwise are perfectly useable in absolute
2439 mode.
2440
2441 Also fix error checking of ioctl calls (positive return value is not an
2442 error, only negative is).
2443
2444 Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2445 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2446
2447 commit 934bc0012f948c52aadc8eda912f7728fb7394a2
2448 Author: William Grant <wgrant@ubuntu.com>
2449 Date: Thu Oct 16 21:39:40 2008 +0200
2450
2451 [syndaemon] switch over to input properties
2452
2453 This patch switches the daemon to use input properties. One can still
2454 use the SHMConfig as fallback.
2455
2456 Signed-off-by: Christoph Brill <egore911@egore911.de>
2457
2458 commit 641b26da531b38313ecc68badac1a3ccfd6fc7af
2459 Author: Andre Herms <aherms(ae)ivs(d)cs(d)uni-magdeburg(d)de>
2460 Date: Thu Oct 9 21:59:48 2008 +0200
2461
2462 [syndaemon] use Xrecord extension in syndaemon to avoid polling.
2463
2464 This patch prevents the polling of the keyboard state. Instead it uses the
2465 XRecord extension of the Xserver for an event triggered notification of key
2466 events. Of course, there is a fallback to the polling when no XRecord
2467 extension is found. This should finally stop complains of syndaemon
2468 preventing good power saving.
2469
2470 Signed-off-by: Christoph Brill <egore911@egore911.de>
2471
2472 commit e7f6131b56f4785fc57f19e9feefe1e934425742
2473 Author: Henrik Rydberg <rydberg@euromail.se>
2474 Date: Wed Oct 15 23:39:25 2008 +0200
2475
2476 Provide default button emulation also for touchscreens
2477
2478 The new auto-detection functionality of the driver provides a default
2479 way to produce left, right and middle clicks for all trackpads and
2480 touchscreens, based on capabilty. However, the current code only
2481 provides single click for touchscreens and trackpads without buttons.
2482 This patch turns on multi-finger tapping for such devices.
2483
2484 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2485 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2486 Signed-off by: Christoph Brill <egore911@egore911.de>
2487
2488 commit 1d89a1650a140a21e9d5526c50daf56b2673dbe8
2489 Author: Peter Hutterer <peter.hutterer@redhat.com>
2490 Date: Mon Oct 13 15:04:06 2008 +1030
2491
2492 Install header files in xserver's sdk dir.
2493
2494 Missing from 851097c45f02f2a033975cd3b2ed9490a4aa87bd. Don't install header
2495 files in <prefix>/include, install them in <prefix>/include/xorg instead.
2496
2497 commit 149be75873b39e64afc5959b41360396b86fd880
2498 Author: Henrik Rydberg <rydberg@euromail.se>
2499 Date: Mon Oct 13 13:56:49 2008 +1030
2500
2501 properties: handle checkonly flag.
2502
2503 if checkonly is TRUE, only check the values but do not apply them. This is
2504 achieved by working on a temporary copy of the parameters if checkonly is se t,
2505 and ditching the copy after completion.
2506 If checkout is not set, the same code works on the actual parameters.
2507
2508 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2509
2510 commit db6e631d31d4ffd476ccd105f8adb8d8b4727b29
2511 Author: William Grant <wgrant@ubuntu.com>
2512 Date: Sat Oct 11 10:22:11 2008 +1030
2513
2514 Return correctly on successful property setting
2515
2516 TRUE was not replaced with Success when all of the other property handler
2517 return codes were. This meant that properties ended up set in the driver but
2518 not the rest of the server.
2519
2520 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2521
2522 commit 863482ac1ff460d39bcf4d26c29bcda8740c41f7
2523 Author: Magnus Kessler <Magnus.Kessler@gmx.net>
2524 Date: Fri Oct 10 13:43:00 2008 +1030
2525
2526 Convert last remaining ErrorF to xf86Msg
2527
2528 Signed-off-by: Magnus.Kessler <Magnus.Kessler@gmx.net>
2529 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2530
2531 commit 4adaab04e903100d2c351eaeb5eeed235c32ed6f
2532 Author: Magnus Kessler <Magnus.Kessler@gmx.net>
2533 Date: Thu Oct 9 23:41:27 2008 +0100
2534
2535 Update .gitignore, ignore pkgconfig .pc files
2536
2537 Signed-off-by: Magnus.Kessler <Magnus.Kessler@gmx.net>
2538 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2539
2540 commit 5e8fb7f856b96adf0c8e02f6b8466ebabe8da953
2541 Author: Magnus Kessler <Magnus.Kessler@gmx.net>
2542 Date: Thu Oct 9 20:31:54 2008 +0200
2543
2544 [sparse] Fix warnings about non-ANSI function declarations
2545
2546 Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
2547 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2548 Signed-off-by: Christoph Brill <egore911@egore911.de>
2549
2550 commit 0da6ca4fb990a3cbd7558d4987ac946a77363f08
2551 Author: Magnus Kessler <Magnus.Kessler@gmx.net>
2552 Date: Thu Oct 9 20:34:27 2008 +0200
2553
2554 [sparse] Fix warnings about using plain integer as NULL pointer
2555
2556 Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
2557 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2558 Signed-off-by: Christoph Brill <egore911@egore911.de>
2559
2560 commit e30dda260b2bead539a5dd484734340ab2affdd7
2561 Author: Magnus Kessler <Magnus.Kessler@gmx.net>
2562 Date: Thu Oct 9 20:30:11 2008 +0200
2563
2564 Only include mipointer.h if supporting ancient XInput ABI version
2565
2566 Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
2567 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2568 Signed-off-by: Christoph Brill <egore911@egore911.de>
2569
2570 commit 6f7d206db5467a2b12c695aa71f14f097d99dfe5
2571 Author: Magnus Kessler <Magnus.Kessler@gmx.net>
2572 Date: Tue Oct 7 09:38:32 2008 +1030
2573
2574 Remove unused defines and includes
2575
2576 Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
2577 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2578
2579 commit 299f441dc5a84f28c9b58f072797ccfc259b12c3
2580 Author: Magnus Kessler <Magnus.Kessler@gmx.net>
2581 Date: Tue Oct 7 09:38:01 2008 +1030
2582
2583 Re-introduce message about unsupported touchpad.
2584
2585 Was dropped with the repeater device removal.
2586
2587 Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
2588 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2589
2590 commit 0d12b16959fdfee6b09460bd46de4f022dbba082
2591 Author: Magnus Kessler <Magnus.Kessler@gmx.net>
2592 Date: Tue Oct 7 09:37:42 2008 +1030
2593
2594 Clean up control-flow
2595
2596 Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
2597 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2598
2599 commit c58cc045bb2ab9607ccc2a9384ac9fbd99a5052a
2600 Author: Peter Hutterer <peter.hutterer@redhat.com>
2601 Date: Tue Oct 7 15:06:24 2008 +1030
2602
2603 man: another typo fix.
2604
2605 commit e7848d5e2d159df082b4d53ac9412f2900a8b814
2606 Author: Peter Hutterer <peter.hutterer@redhat.com>
2607 Date: Tue Oct 7 11:21:34 2008 +1030
2608
2609 man: Document multifinger-scrolling defaults.
2610
2611 If Protocol event is used, the driver initializes defaults based on the
2612 capabilities reported by the kernel driver. Acceleration and edges are based
2613 on the dimensions reported by the kernel. If the kernel reports multi-finger
2614 detection, two-finger vertical scrolling is enabled, horizontal two-finger
2615 scrolling is disabled and edge scrolling is disabled. If no multi-finger
2616 capabilities are reported, edge scrolling is enabled for both horizontal and
2617 vertical scrolling.
2618
2619 commit 76c9a626459a8777b87810bde9c338ea882e9d68
2620 Author: Peter Hutterer <peter.hutterer@redhat.com>
2621 Date: Tue Oct 7 14:55:38 2008 +1030
2622
2623 man: typo fix.
2624
2625 commit 2e00158d61fa1c6551010fdd681b7d920eb029e5
2626 Author: Magnus Kessler <Magnus.Kessler@gmx.net>
2627 Date: Fri Oct 3 17:29:40 2008 +0930
2628
2629 Remove repeater functionality.
2630
2631 Remove the repeater functionality completely from the synaptics touchpad
2632 driver. It is buggy in its current implementation and its usefulness is
2633 questionable.
2634
2635 According to the INSTALL file, the repeater is there only for testing. In
2636 fact, if a supported device is found even a configured repeater fifo is
2637 automatically disabled. For most users the functionality is therefore
2638 irrelevant and can be confusing. If I understand the workings of the
2639 repeater correctly, a developer could instead just read the data directly
2640 from an unsupported device's character special file under /dev
2641 or /dev/input.
2642
2643 With today's more dynamic device configuration possibilities via udev and
2644 hal it's also less likely that the synaptics driver would silently block
2645 another devices data, this situation being for what the repeater
2646 functionality seems to have been introduced in the past.
2647
2648 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2649
2650 commit 851097c45f02f2a033975cd3b2ed9490a4aa87bd
2651 Author: Peter Hutterer <peter.hutterer@redhat.com>
2652 Date: Thu Sep 25 16:19:25 2008 +0930
2653
2654 Install synaptics-properties.h in xorg include path, install xorg-synaptics. pc.
2655
2656 commit 355e845c67fffc0220c56a17b1957288c9bbadc7
2657 Author: Peter Hutterer <peter.hutterer@redhat.com>
2658 Date: Thu Sep 25 16:18:10 2008 +0930
2659
2660 Adjust to new property API.
2661
2662 XIConfigureDeviceProperty doesn't exist anymore.
2663 XIChangeDeviceProperty has two parameters less, returns status code.
2664 Explicitly set all properties as non-deletable.
2665
2666 commit a9f1acfb59111ec55b983d5187a9f752d3149552
2667 Author: Henrik Rydberg <rydberg@euromail.se>
2668 Date: Wed Sep 17 12:17:49 2008 +0200
2669
2670 Corrections based on dimension analysis
2671
2672 The biggest change is to the speed and acceleration parameters, which should
2673 now scale properly. Starting from one end and moving a finger really slowly
2674 across the touchpad, the pointer should move about 40 percent of the way fro m
2675 one end to the other. Repeating the process more quickly, the pointer should
2676 move about 70 percent. Finally, moving really quickly, the pointer should
2677 reach the the other end of the screen before the whole touchpad has been
2678 crossed.
2679
2680 Settings tested on appletouch, synaptics, and bcm5974.
2681
2682 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2683 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2684
2685 commit c405a69f83dab77cfe6c76f718a3ca5614a85918
2686 Author: Christoph Brill <egore911@egore911.de>
2687 Date: Tue Sep 16 15:49:54 2008 +0200
2688
2689 Init x/y valuators with the axis range - if we have any.
2690
2691 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2692 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2693
2694 commit 102d1d6cfbc1cf3df3845b56ad1deb82a40d1cb8
2695 Author: Henrik Rydberg <rydberg@euromail.se>
2696 Date: Tue Sep 16 01:14:49 2008 +0200
2697
2698 Improved defaults based on capability detection and auto scaling
2699
2700 This patch sets default parameters based on available buttons
2701 and multi-touch features. It also adds auto-scaling for parameters
2702 based on pressure and finger width.
2703
2704 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2705 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2706
2707 commit 2edb0e87693d432cbaef5fe7aa95bbd2c73a6361
2708 Author: Henrik Rydberg <rydberg@euromail.se>
2709 Date: Tue Sep 16 01:04:07 2008 +0200
2710
2711 Revert "Add sensible fdi default for bcm5974"
2712
2713 The new auto-scale and capability detection renders these defaults unnecessa ry.
2714
2715 This reverts commit fd3517b14d09cc3b6625252f8fd94c863f1c9810.
2716
2717 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2718
2719 commit d94719f180ce4e817be2c7b70623e8d9595ca907
2720 Author: Henrik Rydberg <rydberg@euromail.se>
2721 Date: Tue Sep 16 01:03:44 2008 +0200
2722
2723 Allow arbitrary ABS ranges
2724
2725 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2726 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2727
2728 commit f9a0653898631539a984852fe5e806f6a39f7fe1
2729 Author: Henrik Rydberg <rydberg@euromail.se>
2730 Date: Mon Sep 15 00:15:44 2008 +0200
2731
2732 ReadDevDimensions on opened device
2733
2734 The auto-dev probing requires opening the device locally to determine the ty pe of device, so
2735 that the right protocol can be assigned. However, all other setup work shoul d be performed
2736 during initialization of the assigned and opened device. This patch moves th e
2737 read-device-dimensions functionality from some special cases during the prob e process to
2738 the initialization routine, where it can be used for all supported devices.
2739
2740 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2741 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2742
2743 commit 3097bb31a68151a953668d4581f75d3e08947d68
2744 Author: Henrik Rydberg <rydberg@euromail.se>
2745 Date: Fri Sep 12 10:41:59 2008 +0200
2746
2747 Autoscale also the MaxTapMove parameter
2748
2749 Make the tapping move radius 7.2 percent of the touchpad width
2750 by default. This corresponds to the old settings of 220/3040,
2751 but works for all touchpad sizes.
2752
2753 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2754 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2755
2756 commit dd7093c2ef154c6bb50032928b2f6a110b92de9c
2757 Author: Henrik Rydberg <rydberg@euromail.se>
2758 Date: Thu Sep 11 01:13:01 2008 +0200
2759
2760 Decompose SynapticsPreInit
2761
2762 This maintenance patch breaks out two functions from SynapticsPreInit: set_d efault_parameters and set_repeater_fifo.
2763
2764 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2765 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2766
2767 commit c916f66af51e2a5b954d62ff2b6bf854895eeeb5
2768 Author: Henrik Rydberg <rydberg@euromail.se>
2769 Date: Thu Sep 11 00:35:49 2008 +0200
2770
2771 Introduce SynapticsUnInit
2772
2773 This patch adds the UnInit function, which explicitly cleans up the allocate d device. It also prepares for a distinction
2774 between closing-and-reopening a device, and shutting down X. This distinctio n makes it possible to better keep shared
2775 information alive.
2776
2777 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2778 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2779
2780 commit 31f85fb3c1d1f5b2171255fdb565cb5911806ba9
2781 Author: Christoph Brill <egore911@egore911.de>
2782 Date: Wed Sep 10 20:56:29 2008 +0200
2783
2784 Bump to 0.15.2
2785
2786 commit 566b4dcc0b0f45ad83012314b67836ba2018cf9e
2787 Author: Henrik Rydberg <rydberg@euromail.se>
2788 Date: Wed Sep 10 20:53:43 2008 +0200
2789
2790 Do not use stale option list pointers
2791
2792 The xf86ReplaceStrOption may change the option list pointer. Also make sure
2793 no stale option pointers are used after a call to SetDeviceAndProtocol().
2794
2795 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2796
2797 commit 659c44d1049e4f6a588d40c8e0e18b390c45fa40
2798 Author: Henrik Rydberg <rydberg@euromail.se>
2799 Date: Mon Sep 8 00:03:17 2008 +0200
2800
2801 Optional: Set corner buttons to off by default
2802
2803 The corner button functionality might be good on some touchpads, but it seem s there are more
2804 cases where it leads to unexpected behavior. To avoid confusion, having this feature turned off
2805 by default makes more sense. However, there might be strong opinions it, so this patch will have
2806 to be considered optional.
2807
2808 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2809
2810 commit fd3517b14d09cc3b6625252f8fd94c863f1c9810
2811 Author: Henrik Rydberg <rydberg@euromail.se>
2812 Date: Sun Sep 7 23:45:27 2008 +0200
2813
2814 Add sensible fdi default for bcm5974
2815
2816 The size and motion style of the bcm5974 trackpad does not work very well wi th the default
2817 settings in src/synaptics.c. This patch adds a well-tested set of default va lues, which will
2818 give a pleasant out-of-the-box experience for Xorg-1.5.
2819
2820 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2821
2822 commit c57a7b463fb86d065fc6fe316ed25f302d51e5c6
2823 Author: Peter Hutterer <peter.hutterer@redhat.com>
2824 Date: Wed Sep 10 23:37:27 2008 +0930
2825
2826 Claim that we are a XI_TOUCHPAD, not a mouse.
2827
2828 If this still breaks with KDE, fix KDE or the server.
2829
2830 commit e622b00f56e455c8a48173d89cea56d1323f05d7
2831 Author: Peter Hutterer <peter.hutterer@redhat.com>
2832 Date: Tue Sep 9 00:27:36 2008 +0930
2833
2834 Improve edge autodetection and accel.
2835
2836 The synaptics spec specifies "typical axis ranges" for synaptics devices.
2837 Based on these typical ranges, calculate edge coordinates and apply the same
2838 proportions to the device at hand.
2839 Based on the hard-coded ranges and acceleration, calculate accel for
2840 autodetected ranges in the same proportions.
2841
2842 commit 05e22a584be0dbf83b5b4b72d51f7d5f59ad7334
2843 Author: Peter Hutterer <peter.hutterer@redhat.com>
2844 Date: Tue Sep 9 00:24:06 2008 +0930
2845
2846 Pre-probe the device (eventcomm only).
2847
2848 For auto-dev, we'd probe the device node and get the axis ranges. If we
2849 specify the device however we didn't retrieve the axis ranges and thus got
2850 stuck with the defaults - losing out on automatic edge and accel calculation .
2851
2852 This is an issue if the device is hotplugged, as HAL will specify the device
2853 node.
2854
2855 This patch adds another hook to synproto_operations to pre-probe the device.
2856 This hook is only used by eventcomm and opens the FD, queries the axis range
2857 and closes the FD again.
2858
2859 commit db7dc1085e43ccdd796c67174289313ed4852c13
2860 Author: Peter Hutterer <peter.hutterer@redhat.com>
2861 Date: Sat Sep 6 03:03:42 2008 +0930
2862
2863 Don't lose button up event if timeout is cancelled in the same ReadInput cyc le
2864
2865 On a left/right button press, middle button emulation springs into action an d
2866 changes the reported hw state. It then returns a delay that is supposed to s et
2867 a timer. No button event is posted to the server, the timer ensures that it' ll
2868 be posted later.
2869
2870 If however - in the same cycle - the button up is reported, but with a
2871 hardware time > middle emulation timeout, the middle button emulation is
2872 canceled. The hw state is reset to button down, and processing continues,
2873 reporting the button down event.
2874 Since this is in the same cycle, the new delay overrides the previous one an d
2875 the timer is never set.
2876
2877 Introduce a new state into MB emulation that forces the click event if the
2878 above situation occurs.
2879
2880 Red Hat Bug 233717 <http://bugzilla.redhat.com/show_bug.cgi?id=233717>
2881
2882 commit 5d3a47eed9f5330982d10c3acc15c486e3c86beb
2883 Author: Peter Hutterer <peter.hutterer@redhat.com>
2884 Date: Tue Sep 9 19:12:35 2008 +0930
2885
2886 Don't crash when neither Path nor Device are given.
2887
2888 xf86ReplaceOption doesn't seem to like NULL values
2889
2890 commit 53772f5c98b0ad8c0b7de14ee147c0b3faf77ca2
2891 Author: Christoph Brill <egore911@egore911.de>
2892 Date: Sun Sep 7 11:34:48 2008 +0200
2893
2894 Bump to 0.15.1
2895
2896 commit 50e872cbc74f6a08ac586bc5e57d7e6a9dfce06a
2897 Author: Henrik Rydberg <rydberg@euromail.se>
2898 Date: Thu Sep 4 00:47:53 2008 +0200
2899
2900 Tighter default for MaxTapMove
2901
2902 The range that is considered moving during tapping is somewhat generous in t he default settings.
2903
2904 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2905
2906 commit 9f0da9b3144a2561f6e555e6f08e15643cfda830
2907 Author: Henrik Rydberg <rydberg@euromail.se>
2908 Date: Thu Sep 4 00:41:15 2008 +0200
2909
2910 Disentangle two-finger tap and two-finger scrolling
2911
2912 When two-finger-scrolling quickly and distinctly, the two-finger tapping get s activated, effectively selecting a portion of the selected text. The synaptics code already has logic to prevent taps from
2913 being registered when the fingers move; this patch simply removes what appea rs to be an unnecessary assumption that only single-finger clicks needs this fun ctionality.
2914
2915 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2916
2917 commit 89b6a9cd71f9e686c5be4da4523b86c6d7f160dd
2918 Author: Henrik Rydberg <rydberg@euromail.se>
2919 Date: Sat Sep 6 20:37:01 2008 +0200
2920
2921 Fix the "No such device" problem when reloading a driver
2922
2923 The xf86SetStrOption function only sets the option variable to the local def ault if not already
2924 set to something else. Thus, the code which reloads a particular device by u sing this function
2925 often fails, simply because the sought device name isnt set properly.
2926
2927 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2928
2929 commit 773ea37888a716656017e16ef31f843432027b66
2930 Author: Henrik Rydberg <rydberg@euromail.se>
2931 Date: Sat Sep 6 20:33:24 2008 +0200
2932
2933 Add bcm5974 to fdi/11-x11-synaptics.fdi
2934
2935 By adding bcm5974 to the HAL layer, the synaptics driver will be loaded by d efault for the new
2936 bcm5974-based Apple macbooks Pro Penryn and Air.
2937
2938 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2939
2940 commit 0dc4a2caacda329aca7ebc81d92c37527f4c630b
2941 Author: Christoph Brill <egore911@egore911.de>
2942 Date: Sun Sep 7 11:21:15 2008 +0200
2943
2944 Add a note on how to pass options to the driver using the fdi file
2945
2946 commit e72df4210183d67d7ead1c514aac1c816bdd4821
2947 Author: Christoph Brill <egore911@egore911.de>
2948 Date: Sun Sep 7 11:18:12 2008 +0200
2949
2950 Update man page to contain a paragraph about fdi files
2951
2952 commit 608a03c74f3a19c770d511f28012e1a7cbe41fde
2953 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
2954 Date: Fri Sep 5 23:04:15 2008 +0930
2955
2956 syndaemon: fix BSD-specific build issues (signal related)
2957
2958 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2959
2960 commit 0775d5de903a604b013ec53f78fb8976bd90548d
2961 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
2962 Date: Fri Sep 5 23:01:45 2008 +0930
2963
2964 Fix build if we don't enable BUILD_EVENTCOMM.
2965
2966 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2967
2968 commit 4c31e0e6bcf761c9d2d950545bf760d08149f96f
2969 Author: Peter Hutterer <peter.hutterer@redhat.com>
2970 Date: Fri Sep 5 19:07:38 2008 +0930
2971
2972 Fix build with non-property enabled servers.
2973
2974 Thanks to Matthieu Herrb for reporting this.
2975
2976 commit 6f1900bdf025880f22e3f4d2b2dd0072764b8559
2977 Author: Fedor P. Goncharov <fedgo@gorodok.net>
2978 Date: Wed Sep 3 19:06:32 2008 +0200
2979
2980 Add autodetection of right scroll wheel region with very large X coordinate
2981
2982 commit 5ac1ef0b9bba037a97cc1baddf7cb04a0a941462
2983 Author: William Grant <wgrant@ubuntu.com>
2984 Date: Sat Aug 30 18:49:49 2008 +0200
2985
2986 Fix two off-by-one errors in the property handling code
2987
2988 The attached patch fixes two off-by-one errors in the Synaptics driver's
2989 property handling code. The result of those is that one cannot
2990 completely set tap or click actions, as any attempt to set the correct
2991 number of items fails.
2992
2993 commit 3d39926875446ef80dc7c23e1e90ce776c911f13
2994 Author: Adel Gadllah <adel.gadllah@gmail.com>
2995 Date: Tue Aug 26 09:32:32 2008 +0930
2996
2997 Re-enable TapButtons and CornerButtons to work by default.
2998
2999 This reverts fb98432436c5e1cc69b5f4b84f625e3700e51e04.
3000
3001 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
3002
3003 commit a4a8e89a27f24f9c4012c2e28850f108fec7a8fd
3004 Author: Christian Schmitt <chris@ilovelinux.de>
3005 Date: Thu Aug 21 00:33:10 2008 +0200
3006
3007 Add support for Apple touchpads to the fdi file
3008
3009 Apple identifies their touchpads as "appletouch"
3010
3011 commit 30b57ad9c23c0942375cde4f2b8991b8c60b1824
3012 Author: Christoph Brill <egore911@egore911.de>
3013 Date: Mon Aug 18 18:28:41 2008 +0200
3014
3015 Use config.h if available
3016
3017 commit 424a8c96b121e179200d3ecc5aae24cb5445adc2
3018 Author: Peter Hutterer <peter.hutterer@redhat.com>
3019 Date: Mon Aug 18 21:45:17 2008 +0930
3020
3021 Compile fixes.
3022
3023 Yeah, yeah. I know.
3024
3025 commit 59f5547d4f00cded7548b27ee780fe4c1526a087
3026 Author: Peter Hutterer <peter.hutterer@redhat.com>
3027 Date: Fri Aug 8 14:57:06 2008 +0930
3028
3029 Add support for device properties.
3030
3031 Exposes the SHMConfig parameters through device properties and allows run-ti me
3032 changes to those properties.
3033
3034 Not exposed yet are floating point values:
3035 min_speed, max_speed, accl, trackstick_speed (SYNAPTICS_PROP_SPEED)
3036 scroll_dist_circ (SYNAPTICS_PROP_CIRCULAR_SCROLLING_DIST)
3037 coasting_speed (SYNAPTICS_PROP_COASTING_SPEED)
3038 press_motion_min_factor, press_motion_max_factor (SYNAPTICS_PROP_PRESSURE_MO TION_FACTOR)
3039
3040 commit 58166896c43b1eb225fef9b3c3b799619a5950bf
3041 Author: Mattia Dongili <malattia@debian.org>
3042 Date: Sat Jun 7 09:01:38 2008 +0200
3043
3044 Add 02-scandir-dev-input.patch from Debian
3045
3046 Scan all the event devices in /dev/input
3047
3048 commit b95a5684805a99b38fa3ff134113a3295d5e89b7
3049 Author: Christoph Brill <egore911@egore911.de>
3050 Date: Thu Aug 14 23:40:10 2008 +0200
3051
3052 Fix "make distcheck"
3053
3054 The new directory "include" was not packaged into the tarball. This makes "m ake
3055 distcheck" work again.
3056
3057 commit 6e35b673629bb9ddee4373fbdff79238b2160cff
3058 Author: Christoph Brill <egore911@egore911.de>
3059 Date: Thu Aug 14 23:18:53 2008 +0200
3060
3061 Add .fdi file from gentoo (also used by pld)
3062
3063 This file causes devices having the capability "input.touchpad" to use our
3064 driver if they were made by Synaptics or ALPS. This file might need addition s
3065 for other devices (i.e. I don't think Apple hardware is covered by this file ).
3066
3067 Note: This file is not installed by default. Distributions are free to insta ll
3068 it or leave it.
3069
3070 commit 07ed81b7af0b63f351d9c1435309ef0a40a3aa49
3071 Author: Peter Hutterer <peter.hutterer@redhat.com>
3072 Date: Thu Aug 14 14:35:10 2008 +0930
3073
3074 Fill up version info correctly.
3075
3076 commit a2e19e5cbfaf9e039f7022140d44fcc88ecd83d2
3077 Author: Peter Hutterer <peter.hutterer@redhat.com>
3078 Date: Fri Aug 8 16:23:45 2008 +0930
3079
3080 Shut up compiler warning, HandleClickWithFingers should be a void.
3081
3082 commit 22d1b8a4ff22d885c4a6ed1c401d790630b6ea83
3083 Author: Peter Hutterer <peter.hutterer@redhat.com>
3084 Date: Fri Aug 8 10:29:21 2008 +0930
3085
3086 Move synaptics.h into include/, create synapticsstr.h for private structs.
3087
3088 This just separates driver-internal stuff (synapticsstr.h) from external
3089 stuff used for the SHM config.
3090
3091 commit 3a9e0ae56f755ba61c637a5cf45ecab659bca3e6
3092 Author: Christoph Brill <egore911@egore911.de>
3093 Date: Thu Aug 7 18:06:54 2008 +0200
3094
3095 Filter out .libs and .deps everywhere
3096
3097 commit c32b4d47b94c2c18fab7f30588ddae8827e38f27
3098 Author: Mildred Ki'lya <mildred593@online.fr>
3099 Date: Wed Aug 6 21:40:11 2008 +0200
3100
3101 Add support for reporting multiple fingers as different buttons
3102
3103 This adds 3 new options. Use them as follows:
3104
3105 Section "InputDevice"
3106 ...
3107 Option "ClickFinger1" "1"
3108 Option "ClickFinger2" "3"
3109 Option "ClickFinger3" "2"
3110 EndSection
3111
3112 The driver would then report:
3113 * clicking one finger = left click
3114 * clicking with two fingers = right click
3115 * clicking with 3 fingers = middle mouse button
3116
3117 commit f04b27861983212bb6b216c589aa7b0b24256f63
3118 Author: Peter Hutterer <peter.hutterer@who-t.net>
3119 Date: Wed Aug 6 15:57:12 2008 +0930
3120
3121 Use axis ranges reported by the hardware, if possible.
3122
3123 The evdev kernel module provides the ability to query the axis ranges from
3124 the device. If they are given, use those as defaults instead of the hardcode d
3125 ones. User-specified ranges overrule any ranges reported.
3126
3127 commit 89b1add387b52ef55f5a8f87603153d27207e2f6
3128 Author: Dmitry Torokhov <dmitry.torokhov@gmail.com>
3129 Date: Fri Aug 1 22:58:14 2008 +0200
3130
3131 Fix crash on kernels with extended keymap space
3132
3133 The len argument of EVIOCGBIT(ev,len) is the size of the receiving
3134 buffer in bytes, not maximim number of bits to retrieve.
3135
3136 Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
3137 Signed-off-by: Julien Cristau <jcristau@debian.org>
3138
3139 commit c0096b2e3992853745edf02243b1da885ace4d03
3140 Author: Peter Hutterer <peter.hutterer@who-t.net>
3141 Date: Wed Jul 23 15:01:31 2008 +0930
3142
3143 Pull in libX11 through PKG_CHECK_MODULES for syndaemon.
3144
3145 commit 5201054d003807ea028aab4318f0bf1eb96e63d2
3146 Author: Peter Hutterer <peter.hutterer@who-t.net>
3147 Date: Wed Jul 23 11:11:12 2008 +0930
3148
3149 Move synclient and syndaemon into a /tools/ directory.
3150
3151 Let's keep the driver source and the client program source separate.
3152
3153 commit f7866a254b27fc8445eea7711a1a438257b5fab4
3154 Author: Peter Hutterer <peter.hutterer@who-t.net>
3155 Date: Tue Jul 22 15:05:10 2008 +0930
3156
3157 Fix typo - xf86shmget is now shmget.
3158
3159 commit 8dca778b666e8abf5ff4b4c9b0445bc87499b354
3160 Author: Peter Hutterer <peter.hutterer@who-t.net>
3161 Date: Tue Jul 22 14:51:59 2008 +0930
3162
3163 Plug memory leak - free synaptics private data.
3164
3165 When freeing priv, NULL local->priv, otherwise the server tries to free it
3166 again later. This is a memory leak in all but the newest servers from git.
3167
3168 commit c11ed754e5096fa164fab7fa3c7465920e3f47ec
3169 Author: Christoph Brill <egore911@egore911.de>
3170 Date: Mon Jul 14 20:54:35 2008 +0200
3171
3172 Take other *BSDs into account, too.
3173
3174 commit 2cdb4bb00b3e643abe24da83a006629435fb5c5e
3175 Author: Christoph Brill <egore911@egore911.de>
3176 Date: Mon Jul 14 20:43:55 2008 +0200
3177
3178 Build psmcomm on *BSD systems only.
3179
3180 This is the second part of fixing the backend part of synaptics. The new bui ld
3181 system is now able to detect whether it's running on *BSD or on Linux and wi ll
3182 only build the backends that are available on these platforms. Also it will
3183 remove any reference from the built driver to the non-available backends.
3184 Thanks to Christian Schmitt for reporting.
3185
3186 commit 63d2a8ce5b34c1d98798d44842b362c4ff77d526
3187 Author: Christoph Brill <egore911@egore911.de>
3188 Date: Mon Jul 14 18:07:00 2008 +0200
3189
3190 Build eventcomm on Linux systems only.
3191
3192 The old buildsystem defined "__LINUX" which enabled or disabled the complete
3193 sources for eventcomm. The new buildsystem now adds the files to build
3194 eventcomm dynamically if the host OS is Linux. This also fixes the bug
3195 reported by Christian Schmitt.
3196
3197 commit 2476f0d6c75e0a410307212e796ac72725b86931
3198 Author: Christoph Brill <egore911@egore911.de>
3199 Date: Fri Jul 11 20:00:26 2008 +0200
3200
3201 Finally change the GPL headers to MIT ones
3202
3203 commit a2e1f9e0a22ed0d9e7728f77978bbdace712dcae
3204 Author: Christoph Brill <egore911@egore911.de>
3205 Date: Fri Jul 11 19:29:58 2008 +0200
3206
3207 Build the manpages for the synclient and syndaemon
3208
3209 This uses the facilities to build the drivers man page to also build the
3210 two configuration programs.
3211
3212 commit 52e395218afa01d52be8f351bd846bd0460a79cb
3213 Author: Christoph Brill <egore911@egore911.de>
3214 Date: Fri Jun 6 23:01:25 2008 +0200
3215
3216 Remove some more of the xf86*-wrapper stuff.
3217
3218 This is based on 04-delibcwrap.patch from debian downstream.
3219
3220 commit c654fffed8518c90ad92a9b97b35ec5836a93d1c
3221 Author: Mattia Dongili <malattia@debian.org>
3222 Date: Sat Jun 7 09:04:20 2008 +0200
3223
3224 Add 03-escape-dashes-in-manpages.patch from Debian
3225
3226 commit 51f7ce021691d796d5cc5c8017325811320df265
3227 Merge: fb98432 7ad451d
3228 Author: Christoph Brill <egore911@egore911.de>
3229 Date: Fri Jul 11 18:04:53 2008 +0200
3230
3231 Merge commit 'origin/fedora-patches'
3232
3233 commit fb98432436c5e1cc69b5f4b84f625e3700e51e04
3234 Author: Adam Jackson <ajax@redhat.com>
3235 Date: Sat Jun 7 08:40:01 2008 +0200
3236
3237 Add synaptics-0.14.6-tap-to-click.patch from Fedora
3238
3239 Disable tap to click by default in the name of accessibility.
3240
3241 commit d18abb24d1519397a63fae6cf2c9c7e076005922
3242 Author: Adam Jackson <ajax@redhat.com>
3243 Date: Sat Jun 7 08:35:20 2008 +0200
3244
3245 Add synaptics-0.14.6-alps.patch from Fedora
3246
3247 Fix the defaults on ALPS touchpads. Values stolen from rhpxl.
3248
3249 commit 1d6b98a8d41815b2630e708e56ec265a83dde799
3250 Author: Matt Domsch <Matt_Domsch@dell.com>
3251 Date: Sat Jun 7 08:34:21 2008 +0200
3252
3253 Add synaptics-0.14.6-poll-200ms.patch from Fedora
3254
3255 commit 6c43653e137bcf422dd0a19e40cdf606957fd64a
3256 Author: Matt Domsch <Matt_Domsch@dell.com>
3257 Date: Sat Jun 7 08:33:49 2008 +0200
3258
3259 Add synaptics-0.14.6-poll-delay.patch from Fedora
3260
3261 commit 5dc6baf97c13f73e2640bd9d1bd452f5621129d1
3262 Author: Adam Jackson <ajax@redhat.com>
3263 Date: Fri Jul 11 17:57:14 2008 +0200
3264
3265 Unpleasant hack to make input hotplug DSCTTRT.
3266
3267 This also points out to the new "Path" option in the man page
3268
3269 commit 68df5196bcbd161db395a354ec8ccdf4735670db
3270 Author: Adam Jackson <ajax@redhat.com>
3271 Date: Fri Jul 11 17:53:49 2008 +0200
3272
3273 Pick some changes from "Make the driver actually load under the new name."
3274
3275 commit d0f8669fffded0cce907bebdc3957ebe27b132ba
3276 Author: Adam Jackson <ajax@redhat.com>
3277 Date: Fri Jul 11 17:51:24 2008 +0200
3278
3279 Remove some #ifdef XFREE_4_0_3
3280
3281 commit d6e069a2e5a2d9625d85da4d828cf370d4ddf6d6
3282 Author: Christoph Brill <egore911@egore911.de>
3283 Date: Fri Jul 11 17:43:20 2008 +0200
3284
3285 Start cleaning up the documentation
3286
3287 Many of the files contain redundant information. The plan is to remove most of
3288 the (maybe even all) and add the content to the man page.
3289
3290 commit 9b904a2c974e6f8c7463c16dfa68b69dfbae0f83
3291 Author: Christoph Brill <egore911@egore911.de>
3292 Date: Fri Jul 11 00:21:03 2008 +0200
3293
3294 Drop old buildsystem entirely
3295
3296 commit 3d855248a39ed535a0486dba6e71baa4376dd8cc
3297 Author: Christoph Brill <egore911@egore911.de>
3298 Date: Tue Jul 8 20:39:53 2008 +0200
3299
3300 testing the official hosting at freedesktop.org
3301
3302 commit 7ad451d4c08d48f2a01d7eababc59e67f17fcffb
3303 Author: Christoph Brill <egore911@egore911.de>
3304 Date: Sat Jun 7 08:42:38 2008 +0200
3305
3306 Add minor change from synaptics-0.14.6-newx.patch
3307
3308 Not sure if this is still necessary (I can't test since I have a to recent
3309 X server).
3310
3311 commit 15f661a88fcad64f21637582aabafe4235f5edbc
3312 Author: Adam Jackson <ajax@redhat.com>
3313 Date: Sat Jun 7 08:40:01 2008 +0200
3314
3315 Add synaptics-0.14.6-tap-to-click.patch from Fedora
3316
3317 Disable tap to click by default in the name of accessibility.
3318
3319 commit 9331aa3885184777deac93cb5a81042cf5ae3d57
3320 Author: Adam Jackson <ajax@redhat.com>
3321 Date: Sat Jun 7 08:35:20 2008 +0200
3322
3323 Add synaptics-0.14.6-alps.patch from Fedora
3324
3325 Fix the defaults on ALPS touchpads. Values stolen from rhpxl.
3326
3327 commit 468a7ed0dcf012f9d7800957566cb61b0a8aeb2a
3328 Author: Matt Domsch <Matt_Domsch@dell.com>
3329 Date: Sat Jun 7 08:34:21 2008 +0200
3330
3331 Add synaptics-0.14.6-poll-200ms.patch from Fedora
3332
3333 commit 31f9d5bceb05b72bec909ee6f4115ca3cae993eb
3334 Author: Matt Domsch <Matt_Domsch@dell.com>
3335 Date: Sat Jun 7 08:33:49 2008 +0200
3336
3337 Add synaptics-0.14.6-poll-delay.patch from Fedora
3338
3339 commit a79e9ae4ae3fd03e921ce22ddd9fb9f0be222d44
3340 Author: Christoph Brill <egore911@egore911.de>
3341 Date: Fri Jun 6 22:19:33 2008 +0200
3342
3343 Change the license to MIT
3344
3345 commit 2c98d6de30433dbc3915099ce4758d4f634f5506
3346 Author: Christoph Brill <egore911@egore911.de>
3347 Date: Fri Jun 6 21:56:59 2008 +0200
3348
3349 Revert "On Linux 2.6, the evdev interface provides support for requesting th e"
3350
3351 This reverts commit e6595886d7ae3a1730cd0d9f86fd0f305c0743c2.
3352
3353 Conflicts:
3354
3355 linux_input.h
3356 src/synaptics.c
3357
3358 Drop the changes from Matthew Garrett since he did not agree to the MIT lice nse
3359 change.
3360
3361 commit 7761e3903fa70aed951c0fc81b58382cf0ac6057
3362 Author: Christoph Brill <egore911@egore911.de>
3363 Date: Fri Jun 6 21:28:44 2008 +0200
3364
3365 Initial version that passes "make distcheck".
3366
3367 This version is able to build against latest xorg git (including xinput
3368 changes for MPX). It incoperates many concepts stolen from xf86-input-evdev.
3369 I'm not sure about *BSD support, but from what I understood psmcomm is only
3370 used on *BSD whild eventcomm is only used on Linux. So I enabled the build
3371 of these only on the given operating system. Also fix some minor issues that
3372 are related to the old build system (VERSION_ID related).
3373
3374 commit da95796d0686b474ebd0752959e5d1706d82b1c3
3375 Author: Christoph Brill <egore911@egore911.de>
3376 Date: Fri Jun 6 20:15:56 2008 +0200
3377
3378 Add the automake files from xf86-input-evdev.
3379
3380 I forgot to add these when copying over the build system from xf86-input-evd ev.
3381
3382 commit 2ee9ce25ee3803931a31e707673116d1de4ec363
3383 Author: Christoph Brill <egore911@egore911.de>
3384 Date: Fri Jun 6 20:14:44 2008 +0200
3385
3386 Add .gitignore
3387
3388 I copied over the .cvsignore from xf86-input-evdev and renamed it.
3389
3390 commit b4875de54977519dde30fada75527e023b032adc
3391 Author: Christoph Brill <egore911@egore911.de>
3392 Date: Fri Jun 6 20:12:22 2008 +0200
3393
3394 Rename LICENSE to COPYING.
3395
3396 commit d53319cf744ff0b0269be356188099b928743f4e
3397 Author: Christoph Brill <egore911@egore911.de>
3398 Date: Fri Jun 6 20:11:36 2008 +0200
3399
3400 Add the build system from xf86-input-evdev.
3401
3402 Copy over the build system and adapt it to our needs. Also backup the old bu ild
3403 so we can check if it contained anything helpful.
3404
3405 commit b95828616376e81b9b6bf4689b3033de3f1e8a47
3406 Author: Christoph Brill <egore911@egore911.de>
3407 Date: Fri Jun 6 20:08:34 2008 +0200
3408
3409 Add the autogen.sh from xf86-input-evdev.
3410
3411 We will use a similar buildsystem now.
3412
3413 commit 8c9f88c7fa9b800574cfa834103a3a9cbf02053d
3414 Author: Christoph Brill <egore911@egore911.de>
3415 Date: Fri Jun 6 20:07:01 2008 +0200
3416
3417 Drop the spec file for rpm packagers.
3418
3419 I doubt the file was still used and I don't think it belongs upstream anyway .
3420 Next to that I think my changes will break this stuff.
3421
3422 commit 1a9535cdc50af8e9e47200c4bc48e27ff4c05953
3423 Author: Christoph Brill <egore911@egore911.de>
3424 Date: Fri Jun 6 20:05:27 2008 +0200
3425
3426 Move the current documents to the docs folder.
3427
3428 We should merge the interesting content to the manpages.
3429
3430 commit b570ba5943ef6876cf0c0d5affa1f6ea7fe418cb
3431 Author: Christoph Brill <egore911@egore911.de>
3432 Date: Fri Jun 6 20:03:59 2008 +0200
3433
3434 Drop now useless files.
3435
3436 The file "FILES" stated which files contained which content, but the list wa s
3437 outdated and I dropped many of the files anyway
3438 The "usbhid" stuff could be done better using udev rules and from what I kno w
3439 (and my knowledge is rather limited) no distribution still uses the hotplug
3440 daemon.
3441 The "usbmouse" script was a simple wrapper for calling the synclient.
3442
3443 commit c371a4f435e39df115f2b04d767157ce25d35f82
3444 Author: Christoph Brill <egore911@egore911.de>
3445 Date: Fri Jun 6 20:00:14 2008 +0200
3446
3447 Drop a patch for the Linux 2.4.3 kernel.
3448
3449 This is a really old patch and no longer relevant.
3450
3451 commit 21cad8f60ac702b979cac82d3321b26845bb3e05
3452 Author: Christoph Brill <egore911@egore911.de>
3453 Date: Fri Jun 6 19:58:40 2008 +0200
3454
3455 Start moving out the docs to an appropriate directory.
3456
3457 We will provide the current documents in the docs directory. The interesting
3458 stuff should be merged into the manpages though.
3459
3460 commit f4b1cc816e16405c9193e2986b07961ef60b73b9
3461 Author: Christoph Brill <egore911@egore911.de>
3462 Date: Fri Jun 6 19:56:57 2008 +0200
3463
3464 Rename the "manpages" directory to "man".
3465
3466 This way it is similar to the structure of the xf86-input-evdev driver.
3467
3468 commit cbfe9412455f855df76aa3a883224791f16a5d1c
3469 Author: Christoph Brill <egore911@egore911.de>
3470 Date: Fri Jun 6 19:53:55 2008 +0200
3471
3472 Drop the alps support patch for the linux kernel.
3473
3474 This patch was merged upstream, no need to provide it.
3475
3476 commit c2d1eb93b75912463f31f574d8701d8cfd9d7a18
3477 Author: Christoph Brill <egore911@egore911.de>
3478 Date: Fri Jun 6 19:52:22 2008 +0200
3479
3480 Drop old include files from the monolithic XFree86 server.
3481
3482 The new build system will use pkg-config to figure out the necessary include s
3483 so we don't need to ship these.
3484
3485 commit e68fff0a32313bc58a55dec02baf44aaedfee56a
3486 Author: Christoph Brill <egore911@egore911.de>
3487 Date: Fri Jun 6 16:01:03 2008 +0200
3488
3489 Start adding a ChangeLog file
3490
3491 commit 86a5fab70ff633d40c05a37d8e9a6a8073cdb129
3492 Author: Christoph Brill <egore911@egore911.de>
3493 Date: Fri Jun 6 15:58:17 2008 +0200
3494
3495 Start reorganizing the source tree
3496
3497 First let's move the source and header files to a seperate source directory.
3498 The structure of the new directory layout will be similar to xf86-input-evde v.
3499
3500 commit cd6a1225ec319cad9788e8fba158d9792b55de23
3501 Author: Joseph P. Skudlarek <Jskud@briareus.(none)>
3502 Date: Fri Jul 6 15:39:53 2007 +0200
3503
3504 Implement "corner coasting".
3505
3506 commit 80a10d7a097747fd6d7ab9806853e68601276334
3507 Author: Peter Osterlund <petero2@telia.com>
3508 Date: Fri Jul 6 15:25:24 2007 +0200
3509
3510 Update my copyright information.
3511
3512 commit 0ce431dc5291d95f4b3e78f9fb1c9e0be5de5abd
3513 Author: Joseph P. Skudlarek <Jskud@briareus.(none)>
3514 Date: Fri Jul 6 15:07:01 2007 +0200
3515
3516 Repair mismatch between driver and client regarding parameter names.
3517
3518 commit f6ccc31c29c9dfefd033ec1c5be6fdc11206bffb
3519 Author: Peter Osterlund <petero2@telia.com>
3520 Date: Sun Jun 3 22:27:45 2007 +0200
3521
3522 Align the "synclient -l" output.
3523
3524 commit cab78d760ddbd26511143cfd309cfa3120864472
3525 Author: Joseph P. Skudlarek <Jskud@briareus.(none)>
3526 Date: Sun Jun 3 21:42:10 2007 +0200
3527
3528 Documentation update.
3529
3530 commit b54890504a17916f6633d8069164a06e42824238
3531 Author: Joseph P. Skudlarek <Jskud@briareus.(none)>
3532 Date: Mon May 28 12:25:39 2007 -0700
3533
3534 Comment out SHMConfig, and explain that it is insecure.
3535
3536 commit 2a946548ff6083edc3f300cb553ce45588f625ba
3537 Author: Joseph P. Skudlarek <Jskud@briareus.(none)>
3538 Date: Mon May 28 12:23:47 2007 -0700
3539
3540 Alsp documentation update.
3541
3542 Fix typo in prose -- no longer need to set Device;
3543 augment example to suggest using shared memory, so can use synclient
3544
3545 commit 9a7ea338e558449aa62e152d7a79e8cb71224754
3546 Author: Joseph P. Skudlarek <Jskud@briareus.(none)>
3547 Date: Mon May 28 11:26:14 2007 -0700
3548
3549 Clarify that alps.patch file is not always needed.
3550
3551 commit e7f641b8c6d09b11dd5c93086bbc5a0b135296ea
3552 Author: Peter Osterlund <petero2@telia.com>
3553 Date: Thu May 17 13:31:05 2007 +0200
3554
3555 Document the LockedDragTimeout parameter.
3556
3557 commit adf4851a471963702df28522fa50cc9cab09302a
3558 Author: Peter Osterlund <petero2@telia.com>
3559 Date: Thu May 17 13:14:22 2007 +0200
3560
3561 Update the state machine diagram for locked drag timeout.
3562
3563 commit 7bd1b53f8e2de13436b9f71196b4b69a969a2b9f
3564 Author: Florian Loitsch <synaptics@florian.loitsch.com>
3565 Date: Thu May 17 13:10:30 2007 +0200
3566
3567 Add a timeout to locked drags.
3568
3569 Instead of locking indefinitely, dragging is realeased after a
3570 timeout. By default I've set it to 5 seconds to minimize changes to
3571 previous configurations. For me a value of 450ms works best.
3572 New Parameter: LockedDragTimeout
3573
3574 commit 2d06ab1d2b3170b6fa44b945376b2ad4cd682af9
3575 Author: Florian Loitsch <synaptics@florian.loitsch.com>
3576 Date: Thu May 17 12:31:58 2007 +0200
3577
3578 Allow to easily switch between move and scroll.
3579
3580 To observe the behavior: move with 1 finger. During movement add a 2nd
3581 finger. If the touchpad supports it then the driver switches
3582 seamlessly to scroll mode. Worked on the Macbook touchpad, but failed
3583 on some Dell touchpad.
3584
3585 commit 88211ca60be7cc74015ad4158722e5950884bd78
3586 Author: Peter Osterlund <petero2@telia.com>
3587 Date: Thu May 17 11:30:57 2007 +0200
3588
3589 Don't match wacom tablets in the event device probing.
3590
3591 commit ce686f770569a9bc1bbaca319562fe02df53b582
3592 Author: Peter Osterlund <petero2@telia.com>
3593 Date: Thu May 17 11:12:52 2007 +0200
3594
3595 Added "SONY VAIO VGN-SZ72B" and "SONY VAIO VGN-UX50" to the
3596 compatibility list.
3597 (From Mattia Dongili <malattia@linux.it>.)
3598
3599 commit 8608dea5266f4c214a54b61537d55259b0f14cbe
3600 Author: Peter Osterlund <petero2@telia.com>
3601 Date: Thu May 17 10:59:47 2007 +0200
3602
3603 Added "Fujitsu Lifebook P7120D" to the compatibility list.
3604 (From Jeff Laughlin <jeff.laughlin@gmail.com>.)
3605
3606 commit 6c4c393318f33daf056cbb93f0c796719fc6a1aa
3607 Author: Peter Osterlund <petero2@telia.com>
3608 Date: Thu May 17 10:30:19 2007 +0200
3609
3610 Added "ASUS A7F" to the compatibility list.
3611 (From Jason Brower <encompass@gmail.com>.)
3612
3613 commit 3452bb3431f89bac9f987cfa664b538fa9d3f09f
3614 Author: Peter Osterlund <petero2@telia.com>
3615 Date: Thu May 17 10:25:44 2007 +0200
3616
3617 Added "ASUS Z62J" to the compatibility list.
3618 (From Vitor Pereira <racarulez@gmail.com>.)
3619
3620 commit 836967ff1659b89ee572b6582d218c66ef67df5b
3621 Author: Peter Osterlund <petero2@telia.com>
3622 Date: Thu May 17 10:21:33 2007 +0200
3623
3624 Added "DELL Inspiron 6000" to the compatibility list.
3625 (From Jskud@Jskud.com.)
3626
3627 commit e6595886d7ae3a1730cd0d9f86fd0f305c0743c2
3628 Author: Matthew Garrett <mjg59@srcf.ucam.org>
3629 Date: Thu May 17 10:12:05 2007 +0200
3630
3631 On Linux 2.6, the evdev interface provides support for requesting the
3632 resolution of input devices. The included patch uses this to set the
3633 defaults for various parameters. As a result, synaptics, alps and
3634 appletouch pads all work approximately identically without requiring
3635 model-specific configuration. The defaults should be almost identical to
3636 the current defaults on synaptics pads. We've shipped this code in the
3637 current Ubuntu release (7.04) without any known user issues. This is
3638 against current git.
3639
3640 commit 473912f50ffd2b26bd2f638f9d87f86cf60e2dd6
3641 Author: Peter Osterlund <petero2@telia.com>
3642 Date: Wed Apr 11 23:33:57 2007 +0200
3643
3644 Add a config option to prevent the driver from grabbing the event
3645 device for exclusive use.
3646
3647 commit 1b258685118a39555616a7b3d08544162790850d
3648 Author: Peter Osterlund <petero2@telia.com>
3649 Date: Sat Apr 7 09:23:00 2007 +0200
3650
3651 Added "Acer Aspire 9301AWSMi" to the compatibility list.
3652 (From MrPope <mrpope@wimpy.kicks-ass.net>.)
3653
3654 commit 0316b51286aae93c19d14bc3e54741e1dfadf34d
3655 Author: Peter Osterlund <petero2@telia.com>
3656 Date: Mon Mar 12 22:25:05 2007 +0100
3657
3658 Added "Toshiba Tecra A8" to the compatibility list.
3659 (From Pieter Lauwers <pieter.lauwers@newtec.eu>.)
3660
3661 commit fe9f6d7915aac1860b6d00d74daf297e7ff3a283
3662 Author: Peter Osterlund <petero2@telia.com>
3663 Date: Mon Mar 12 22:24:19 2007 +0100
3664
3665 Added "Toshiba Satellite S3000-514" to the compatibility list.
3666 (From Stéphane <schevalier@club-internet.fr>.)
3667
3668 commit 7e352bd51d00fd139898aa3b44b5bb5cd7ddaece
3669 Author: Peter Osterlund <petero2@telia.com>
3670 Date: Mon Jan 29 00:46:16 2007 +0100
3671
3672 Fix man page language inconsistency.
3673
3674 commit c5605b41f6e9b5de8b12c1b374f54a629901d7e5
3675 Author: Peter Osterlund <petero2@telia.com>
3676 Date: Mon Jan 29 00:44:01 2007 +0100
3677
3678 Update man page for new trackstick emulation feature.
3679
3680 commit 0843564d606a07f89f6653f4db917588a41d07d3
3681 Author: Peter Osterlund <petero2@telia.com>
3682 Date: Mon Jan 29 00:27:59 2007 +0100
3683
3684 Made the TrackstickSpeed option give the same speed independently of
3685 the number of packets per second the touchpad generates.
3686
3687 commit 46bdefebcc32abb354355a1588ccf184cd719828
3688 Author: Peter Osterlund <petero2@telia.com>
3689 Date: Sun Jan 28 23:37:55 2007 +0100
3690
3691 Rename the TrackstickAccelFactor option to TrackstickSpeed.
3692
3693 commit addb1d7ecf8bf1ad2596dd0ef20ad3ca2e755341
3694 Author: Peter Osterlund <petero2@telia.com>
3695 Date: Sun Jan 28 23:21:29 2007 +0100
3696
3697 Small cleanup in trackstick functionality.
3698
3699 commit 683d78c621e506eb7e65597d35c872ba2b007e8e
3700 Author: Peter Osterlund <petero2@telia.com>
3701 Date: Sun Jan 28 23:12:33 2007 +0100
3702
3703 Fix whitespace in trackstick patches.
3704
3705 commit a527e26089c05a75ecddfcf51a34400a8574e5ce
3706 Author: Christian Thaeter <ct@pipapo.org>
3707 Date: Wed Jan 17 19:29:12 2007 +0100
3708
3709 re-add instant movement detection
3710
3711 commit c1998581b6e6c5f7687894a83b823a33d71b2dd3
3712 Author: Christian Thaeter <ct@pipapo.org>
3713 Date: Mon Dec 25 15:06:58 2006 +0100
3714
3715 removed exp_accl
3716
3717 commit f2a9a0ed42b5521c8e257f31d86246d0d263f385
3718 Author: Christian Thaeter <ct@pipapo.org>
3719 Date: Mon Dec 25 15:06:07 2006 +0100
3720
3721 merged first trackstick patch
3722
3723 commit 5552167eec7b1b1aa57988449e737eeac4adc6df
3724 Author: Jesper Smith <jesper@linuxdocs.nl>
3725 Date: Sun Dec 17 21:47:04 2006 +0100
3726
3727 Fix to make the driver work on newest xorg GIT.
3728
3729 commit 0b7cbc8b109e840b313e63c23e40cdffcfcbd445
3730 Author: Ingmar Ellenberger <ingmar@site42.com>
3731 Date: Sun Dec 17 21:46:09 2006 +0100
3732
3733 Implement 2-finger emulation for ALPS touchpads.
3734
3735 A new parameter, EmulateTwoFingerMinZ, makes the driver emulate
3736 2-finger scrolling (and tapping) when the finger pressure is big
3737 enough. This is no real multi-finger detection (the ALPS hardware
3738 can't do that), but seems to work quite well in practice.
3739
3740 From Ingmar Ellenberger.
3741
3742 commit e72e1c10e90f02c707e5ee28ff9c9e70be80e355
3743 Author: Peter Osterlund <petero2@telia.com>
3744 Date: Sun Dec 17 18:46:12 2006 +0100
3745
3746 Corrected compatibility list entry.
3747
3748 commit 154a34d504533da90ca8301fa677062866a33c8c
3749 Author: Peter Osterlund <petero2@telia.com>
3750 Date: Sun Dec 17 18:40:37 2006 +0100
3751
3752 Added "Dell Inspiron 2200" to the compatibility list.
3753 (From Jules Richardson <julesrichardsonuk@yahoo.co.uk>.)
3754
3755 commit bdb4bced8e6f3944f000ecc087d2a80cbaa5f8ac
3756 Author: Peter Osterlund <petero2@telia.com>
3757 Date: Sun Oct 29 09:15:41 2006 +0100
3758
3759 Added "Toshiba Portege R200" to the compatibility list.
3760 (From Maximilian Schleiss <maxschleiss@bluewin.ch>.)
3761
3762 commit b1e237e6bede9ab04134df1dd0349c718d5bf894
3763 Author: Peter Osterlund <petero2@telia.com>
3764 Date: Sun Oct 29 09:11:24 2006 +0100
3765
3766 Added "COMPAQ Presario V5204NR" to the compatibility list.
3767 (From Fabio A. Correa <facorread@gmail.com>.)
3768
3769 commit a713bdfae66781e98790eafdc467edae633b3801
3770 Author: Peter Osterlund <petero2@telia.com>
3771 Date: Mon Sep 25 19:08:09 2006 +0200
3772
3773 Added "Acer Aspire 5670" to the compatibility list.
3774 (From Massi Ergosum <massi.ergosum@gmail.com>.)
3775
3776 commit 6b90ead9f5369174e860c2eac67a85f7b1448763
3777 Author: Peter Osterlund <petero2@telia.com>
3778 Date: Mon Sep 25 19:05:45 2006 +0200
3779
3780 Added "Lenovo 3000 C100" to the compatibility list.
3781 (From Georgios Efstathiou <gefst@yahoo.com>.)
3782
3783 commit 5e0942e9d2471ec6f79dae65b839f76c50d9d6de
3784 Author: Peter Osterlund <petero2@telia.com>
3785 Date: Mon Sep 25 18:28:22 2006 +0200
3786
3787 Implement a SQR macro to simplify the code.
3788
3789 commit e15b9432ce05a2f7182f75771f59aca9f96ce94d
3790 Author: Peter Osterlund <petero2@telia.com>
3791 Date: Sat Jul 15 18:06:41 2006 +0200
3792
3793 Changed version to 0.14.6.
3794
3795 commit 2de14f06e296051e544c8eb1b6f4d8ecb0478811
3796 Author: Peter Osterlund <petero2@telia.com>
3797 Date: Sat Jul 15 17:53:24 2006 +0200
3798
3799 Trivial whitespace changes.
3800
3801 commit adb16da39b47616ff32efe33887f11f3790fe5ce
3802 Author: Peter Osterlund <petero2@telia.com>
3803 Date: Sun Jul 9 18:54:44 2006 +0200
3804
3805 Added "Fujitsu-Siemens AMILO A1667G" to the compatibility list.
3806 (From Martin Wiesinger <mwiesing@web.de>.)
3807
3808 commit 168b6dbfcf61c6df458f420467dd0646fe994595
3809 Author: Peter Osterlund <petero2@telia.com>
3810 Date: Tue Jun 13 20:33:16 2006 +0200
3811
3812 Fix compile errors when using Xorg 7.1.
3813 Initial patch from VMiklos <vmiklos@frugalware.org>. Somewhat
3814 modified by me.
3815
3816 commit 7f1b7a4b4cd081ed5b306669e152994de719c381
3817 Author: Peter Osterlund <petero2@telia.com>
3818 Date: Fri Jul 7 09:29:32 2006 +0200
3819
3820 Added "Acer TravelMate 4672 WLMi" to the compatibility list.
3821 (From Baute, Martin <Martin.Baute@commerzbank.com>.)
3822
3823 commit 2b345d0682818b425e8bd91338d472840a09fa97
3824 Author: Peter Osterlund <petero2@telia.com>
3825 Date: Fri Jul 7 09:08:21 2006 +0200
3826
3827 Added "HP Pavilion DV1475EA" to the compatibility list.
3828 (From Giacomo Lindgren <gia@riaa.se>.)
3829
3830 commit b589a962cb416b03ebbd1874e1278ee7964741a9
3831 Author: Peter Osterlund <petero2@telia.com>
3832 Date: Fri Jul 7 09:08:19 2006 +0200
3833
3834 Added "Gateway MX 3228" to the compatibility list.
3835 (From Cowboy <curt@spam-o-matic.net>.)
3836
3837 commit 5ff35802bf39dca7685754cf41dd21acf7b91c2b
3838 Author: Peter Osterlund <petero2@telia.com>
3839 Date: Sat Jun 17 18:27:09 2006 +0200
3840
3841 Added "Fujitsu-Siemens AMILO Si1520" to the compatibility list.
3842 (From whoracle@warmlan.se.)
3843
3844 commit bfb0fe3c5ba4917f2e4c70f7572afa82d941052b
3845 Author: Peter Osterlund <petero2@telia.com>
3846 Date: Sat Jun 17 18:18:18 2006 +0200
3847
3848 Added "Apple iBook G4" to the compatibility list.
3849 (From acrux <acrux@inwind.it>.)
3850
3851 commit a27d0538ac5dab3f133d6fef8137d28b3463c20e
3852 Author: Peter Osterlund <petero2@telia.com>
3853 Date: Sat Jun 17 18:14:57 2006 +0200
3854
3855 Added "Acer Aspire 5672" to the compatibility list.
3856 (From snu@autistici.org.)
3857
3858 commit 2b9414dbd2e6498f56bb9ec720479bfcaa9cbf1c
3859 Author: Mattia Dongili <malattia@linux.it>
3860 Date: Mon Jun 5 00:23:05 2006 +0200
3861
3862 In the modular build case, link the driver with -lc.
3863 All drivers that are included in Xorg 7.0 seem to be linked with -lc,
3864 so do that also for the synaptics driver.
3865
3866 commit 88a74559baf756b954c6d07d4fc81042f3796916
3867 Author: Mattia Dongili <malattia@linux.it>
3868 Date: Sun Jun 4 23:45:35 2006 +0200
3869
3870 Use -fPIC when building the driver as a shared object.
3871
3872 commit 9ea61bd54075c8de93d6204e783ff53d2666d6fb
3873 Author: Peter Osterlund <petero2@telia.com>
3874 Date: Sun Jun 4 23:44:54 2006 +0200
3875
3876 Don't include $(DESTDIR) in $(INSTALLED_X).
3877
3878 Mattia Dongili writes:
3879
3880 In your new release I found a little bug in the Makefile in one use of
3881 $(DESTDIR), when assigning the $(INSTALLED_X) variable.
3882
3883 Since its usage is mainly to find _real_ includes, while DESTDIR is
3884 mainly used when creating binary packages to define a different root
3885 directory, I doubt you'll find any usable include there.
3886
3887 commit a3018d7f0f4ad01291da925217d9f0b420f97e5f
3888 Author: Peter Osterlund <petero2@telia.com>
3889 Date: Sun Jun 4 23:44:47 2006 +0200
3890
3891 Fix make uninstall.
3892
3893 make uninstall didn't remove the driver if it was built for Xorg 7.0.
3894
3895 commit f5ebf048b83890dda9a9309efce826717e6f3c47
3896 Author: Peter Osterlund <petero2@telia.com>
3897 Date: Sun Jun 4 01:54:16 2006 +0200
3898
3899 Changed version to 0.14.5.
3900
3901 commit bb4988f97ade7ae216ff797a96eed5ea668e9763
3902 Author: Peter Osterlund <petero2@telia.com>
3903 Date: Sun Jun 4 01:24:05 2006 +0200
3904
3905 Fix the .spec file to make it work on FC5.
3906
3907 commit 1df966894abf9ee616f30ee64df7184fc5eaa2ef
3908 Author: Peter Osterlund <petero2@telia.com>
3909 Date: Sun Jun 4 01:20:27 2006 +0200
3910
3911 Check for presence of modular Xorg in the Makefile.
3912
3913 commit 362706daf4484bee146157c8b0f846a392954f3b
3914 Author: Peter Osterlund <petero2@telia.com>
3915 Date: Sun May 14 18:19:29 2006 +0200
3916
3917 Added "Toshiba Portege 2000" to the compatibility list.
3918 (From Maximilian Schleiss <maxschleiss@bluewin.ch>.)
3919
3920 commit 470e6feb3ac676c13868ca4fb14180d32cadfc71
3921 Author: Vaclav Kadlcik <vaclav.kadlcik@i.cz>
3922 Date: Sun May 7 23:14:11 2006 +0200
3923
3924 Add new parameter "SingleTapTimeout".
3925
3926 This patch adds a new parameter - "SingleTapTimeout" - to control the
3927 "2A -> SINGLETAP" transition.
3928
3929 This gives greater control of tap behavior. For exmple, it is possible
3930 to disable tap-and-drag by setting the parameter to 0.
3931
3932 commit 9db4f87799188c14bcb797b86f06ba59e7759535
3933 Author: Vaclav Kadlcik <vaclav.kadlcik@i.cz>
3934 Date: Sun May 7 22:48:05 2006 +0200
3935
3936 I added a note about "FastTaps" in the man page.
3937
3938 commit 9aeebd3f2f384695b741589d9aacc6a4723e6886
3939 Author: Peter Osterlund <petero2@telia.com>
3940 Date: Sun May 7 22:44:56 2006 +0200
3941
3942 Added "HP Compaq nw8240" to the compatibility list.
3943 (From Vaclav Kadlcik <vaclav.kadlcik@i.cz>.)
3944
3945 commit b47766fe8c0fd0979f50aaa9b695d4b0ceef5a0d
3946 Author: Peter Osterlund <petero2@telia.com>
3947 Date: Sun Apr 23 22:00:00 2006 +0200
3948
3949 Added "ASUS A6Km-Q010H" to the compatibility list.
3950 (From Lukas <666@sendmail.cz>.)
3951
3952 commit b5b283fdc9c86fd959685e0a7aa3e200537d0f15
3953 Author: Mattia Dongili <malattia@linux.it>
3954 Date: Mon Apr 17 01:17:15 2006 +0200
3955
3956 Allow building a modular driver for Xorg 7.0.
3957
3958 commit f96473ad4ce0ae1aa7ad42900c9e4df5fb9b7b42
3959 Author: Mattia Dongili <malattia@linux.it>
3960 Date: Mon Apr 17 01:17:10 2006 +0200
3961
3962 Makes $(PREFIX) configurable on the command line.
3963
3964 commit 205edb2a3e4e864fba35c1f3df9ea70adf83b2b8
3965 Author: Peter Osterlund <petero2@telia.com>
3966 Date: Mon Apr 17 00:41:08 2006 +0200
3967
3968 Create a helper function to set a floating point option value.
3969
3970 commit 05469e3c0a27a8e52110c37f51107ec1606ddf1b
3971 Author: Peter Osterlund <petero2@telia.com>
3972 Date: Mon Apr 17 00:12:34 2006 +0200
3973
3974 There is no need to fix up invalid circular trigger values. It is OK
3975 to behave as if the invalid value had been set from synclient.
3976
3977 commit 8a6b0c4bfea74dc09a73690a86788d0c1c220da2
3978 Author: Peter Osterlund <petero2@telia.com>
3979 Date: Sun Apr 16 23:25:25 2006 +0200
3980
3981 Use a helper variable in the option parsing code.
3982
3983 commit 40f076f1db8b4e947aaba9e2b78a61c568b8b452
3984 Author: Peter Osterlund <petero2@telia.com>
3985 Date: Sun Apr 2 08:19:09 2006 +0200
3986
3987 Implemented two-finger vertical and horizontal scrolling.
3988 Patch from Stefan Bethge <stefan@lanpartei.de>, somewhat modified by
3989 me.
3990
3991 commit 38074afb0a6ee57f7bd7c5a967bd22e922059321
3992 Author: Peter Osterlund <petero2@telia.com>
3993 Date: Sun Mar 19 08:08:21 2006 +0100
3994
3995 Small manpage clarification.
3996
3997 commit a9e1b9a3756cbd8a4d3b425d7dbe9d1b44a8cb02
3998 Author: Peter Osterlund <petero2@telia.com>
3999 Date: Sat Mar 18 10:12:47 2006 +0100
4000
4001 Added "ASUS A6VA" to the compatibility list.
4002 (From Cherwin Nooitmeer <cherwin@gmail.com>.)
4003
4004 commit 2a16677ee65dac497ce21179d7987aecfc23e31b
4005 Author: Peter Osterlund <petero2@telia.com>
4006 Date: Sun Mar 12 10:23:47 2006 +0100
4007
4008 Added "ASUS Z71V" to the compatibility list.
4009 (From Jared Pedroza <jpedroza@strudelhosen.com>.)
4010
4011 commit f9c8374a7b238d70169a1eb6ed47c0e7eb65c297
4012 Author: Peter Osterlund <petero2@telia.com>
4013 Date: Sun Feb 5 20:31:03 2006 +0100
4014
4015 Added "Acer TravelMate 2310" to the compatibility list.
4016 (From Giuseppe Arecchi <giuseppe.arecchi@gmail.com>.)
4017
4018 commit 14ce35c6a4e56f8d4d17238a4d17334aa1b0cfa4
4019 Author: Peter Osterlund <petero2@telia.com>
4020 Date: Sun Feb 5 20:27:58 2006 +0100
4021
4022 Added "Acer 8104 WLMi" to the compatibility list.
4023 (From Arne Anka <arne.planka@gmail.com>.)
4024
4025 commit 13f57dbf259347be9ba07be6bffd397f87ac8628
4026 Author: Peter Osterlund <petero2@telia.com>
4027 Date: Mon Jan 23 00:34:03 2006 +0100
4028
4029 Added "Toshiba Satellite P25-607" to the compatibility
4030 list.
4031 (From sam@evolving.org)
4032
4033 commit 1ecc83de4561506b5a1e293ab689ae5faebd0a81
4034 Author: Peter Osterlund <petero2@telia.com>
4035 Date: Mon Jan 23 00:21:34 2006 +0100
4036
4037 Added a link with information about horizontal scroll
4038 problems in Mozilla.
4039
4040 commit 324f3595c91b6298480f6ee6815e5ac6ce00a4a5
4041 Author: Peter Osterlund <petero2@telia.com>
4042 Date: Sun Jan 22 11:33:16 2006 +0100
4043
4044 Whitespace cleanup.
4045
4046 commit 6664d2757a0906713a2ee0ca1613c67fcd103f9c
4047 Author: Peter Osterlund <petero2@telia.com>
4048 Date: Sun Jan 22 11:30:06 2006 +0100
4049
4050 Whitespace cleanup.
4051
4052 commit 455bb31fdeb69c73b742c8e4e605d4a706f6d652
4053 Author: Peter Osterlund <petero2@telia.com>
4054 Date: Wed Jan 11 21:03:05 2006 +0100
4055
4056 Added "ASUS A3500L" to the compatibility list.
4057 (From Aaz <pffan@mail.ru>.)
4058
4059 commit a871d7011f2199459c48f92fa9724be5c4d8611b
4060 Author: Peter Osterlund <petero2@telia.com>
4061 Date: Wed Jan 11 21:00:06 2006 +0100
4062
4063 Added "IPC Powernote S" to the compatibility list.
4064 (From Lynne Cahill <lynneca@sussex.ac.uk>.)
4065
4066 commit 1febb83f62df9615194f906cc986657185e4a09c
4067 Author: Peter Osterlund <petero2@telia.com>
4068 Date: Wed Jan 11 20:57:05 2006 +0100
4069
4070 Added "HP Compaq NC6000" to the compatibility list.
4071 (From PALFALVI Attila <paf@mm.bme.hu>.)
4072
4073 commit d2d78a9ca443f0ab079157ae6dffef1035f813a6
4074 Author: Peter Osterlund <petero2@telia.com>
4075 Date: Sat Dec 17 10:21:11 2005 +0100
4076
4077 Added "Acer Aspire 3023" to the compatibility list.
4078 (From Pim Nijdam <pim.n@xs4all.nl>.)
4079
4080 commit d8b4f75144b2d4ac6d09b13a74d069b0d6878fb0
4081 Author: Peter Osterlund <petero2@telia.com>
4082 Date: Sun Dec 11 11:03:51 2005 +0100
4083
4084 Reverted change 6ad7b8219959c84c77a24c733df8c0fbed7a4c94. The Gentoo
4085 maintainer, Kevin F. Quinn
4086 <kevquinn@gentoo.org> and/or Seemant Kulleen <seemant@brontes3d.com>,
4087 says it causes problems.
4088
4089 commit a0aa688844d454c4f8d80e419174144824906ab5
4090 Author: Peter Osterlund <petero2@telia.com>
4091 Date: Mon Nov 14 21:45:04 2005 +0100
4092
4093 Implemented pressure dependent motion speed. Patch from
4094 Stéphane Rosi <steph@via.ecp.fr>, somewhat modified by me.
4095
4096 commit 742bda037b9041b2458a3104e5e55d85b4aa9ff9
4097 Author: Peter Osterlund <petero2@telia.com>
4098 Date: Mon Nov 14 20:35:30 2005 +0100
4099
4100 Added "HP Pavilion ZD8000" to the compatibility list.
4101 (From Tim Folger <tim@timfolger.net>.)
4102
4103 commit 7763ef0ed9b751f8a1786bc5f6861acad51245e6
4104 Author: Peter Osterlund <petero2@telia.com>
4105 Date: Mon Nov 14 20:33:56 2005 +0100
4106
4107 Added "Samsung Q20" to the compatibility list.
4108 (From BEMBARON Raphaël <raphael.bembaron@noos.fr>.)
4109
4110 commit d921c8085d60b78b6ec7d86c72448d4e53e481a7
4111 Author: Peter Osterlund <petero2@telia.com>
4112 Date: Mon Nov 7 18:02:03 2005 +0100
4113
4114 Added a PREFIX variable to the Makefile to make it possible
4115 to install the driver in /usr instead of /usr/local. Patch from
4116 "Ricardo García" <sarbalap-generic@yahoo.es>.
4117
4118 commit 0a7bcaa66bf6f7ac86795bee6e2c7408b65c07b6
4119 Author: Peter Osterlund <petero2@telia.com>
4120 Date: Sun Nov 6 16:35:31 2005 +0100
4121
4122 Changed version to 0.14.4.
4123
4124 commit cec437d4234a5e43d9ec66af629aed7d3140fcdb
4125 Author: Peter Osterlund <petero2@telia.com>
4126 Date: Sun Nov 6 01:33:54 2005 +0100
4127
4128 Added information about "synclient -m" output to the
4129 synclient man page.
4130
4131 commit 04fdc33b0650968978339deb722e8a910bcabb69
4132 Author: Peter Osterlund <petero2@telia.com>
4133 Date: Sat Nov 5 22:55:43 2005 +0100
4134
4135 Added option to syndaemon to ignore "modifier+another key"
4136 combos. This way you can press for example "alt-f1" to switch desktop
4137 without disabling the touchpad. Patch from Mattia Dongili
4138 <malattia@linux.it>, but modified by me so that syndaemon only monitors
4139 key presses. This way the touchpad is not disabled if you press alt-f1,
4140 but release the alt key before the f1 key.
4141
4142 commit f88fab7622e5b8bf8825df794536a3c4b3ce5cc5
4143 Author: Peter Osterlund <petero2@telia.com>
4144 Date: Sat Nov 5 20:04:18 2005 +0100
4145
4146 Added "HP Special Edition L2000" to the compatibility list.
4147 (From Miguel De Anda <miguel@thedeanda.com>.)
4148
4149 commit 5bf94efabb8c2ffb5cd9d9a24e11067bfb81e507
4150 Author: Peter Osterlund <petero2@telia.com>
4151 Date: Sat Nov 5 19:56:32 2005 +0100
4152
4153 Vertical/horizontal scrolling was incorrectly stopped then
4154 the finger left the lower right corner if the scrolling was started
4155 from within that corner. The problem was that in that case both
4156 horizontal and vertical scrolling was enabled at the same time until
4157 the finger left the corner. When the finger left the corner, one of the
4158 scrolling directions was supposed to stop, but buggy handling of
4159 coasting made both scrolling directions stop.
4160 Reported by Arie Huijzer <aries.huijzer@gmail.com>.
4161
4162 commit 32a6e1bf9c890f368cba3f6413e2412da2cee3c7
4163 Author: Peter Osterlund <petero2@telia.com>
4164 Date: Sun Oct 30 23:05:55 2005 +0100
4165
4166 Included driver version number in the shared memory
4167 segment. Suggested by Stefan Kombrink <katakombi@gmail.com> for use in
4168 ksynaptics.
4169
4170 commit 913e4171acd0e9bfac9b8df110c5682bb3b2a24c
4171 Author: Peter Osterlund <petero2@telia.com>
4172 Date: Sun Oct 23 09:35:09 2005 +0200
4173
4174 Added "Toshiba Satellite 2410" to the compatibility list.
4175 (From Simon Scheiwiller <simon@hornweb.ch>.)
4176
4177 commit 0e5eb63ec4d4a652b8761fab906df3e9b13a2347
4178 Author: Peter Osterlund <petero2@telia.com>
4179 Date: Sun Oct 23 09:22:21 2005 +0200
4180
4181 Make the device name change code handle more cases. Patch
4182 from Karl Tomlinson <k.tomlinson@auckland.ac.nz>, who writes:
4183
4184 There are two issues that are resolved here:
4185
4186 1 The call to xf86ReplaceStrOption in DeviceOn, when the device
4187 file can no longer be opened seems unnecessary and causes
4188 problems. If Protocol is auto-dev then Device is reset anyway
4189 (through SetDeviceAndProtocol). If Protocol is something else
4190 then the device file will never be found even after it is
4191 recreated because Device is never set again.
4192
4193 2 The first xf86OpenSerial in DeviceOn may successfully open a
4194 different mouse (or other event file) that has the same name as
4195 the Device found through the first invocation of auto-dev. It
4196 seems reasonable that if auto-dev is used to find the device
4197 file the first time, then it can be used to find it again after
4198 the device has been closed (and possibly changed name).
4199
4200 commit 7fcfad931ba56e10ae56de04d7ed9d47a17b8aa5
4201 Author: Peter Osterlund <petero2@telia.com>
4202 Date: Sun Oct 23 08:24:11 2005 +0200
4203
4204 Added "Sony VAIO VGN-S4XP" to the compatibility list.
4205 (From Julien Laurent <djeyl@djeyl.net>.)
4206
4207 commit d5c9403b8f86f6bb6e02cada7a3784bc07cbdafd
4208 Author: Peter Osterlund <petero2@telia.com>
4209 Date: Mon Oct 3 17:25:17 2005 +0200
4210
4211 Fixed some long vs int inconsistencies to make the driver
4212 work correctly on 64 bit machines.
4213
4214 commit 209ef752c9899f78c4a8c7b871d1c61a034d4d5d
4215 Author: Peter Osterlund <petero2@telia.com>
4216 Date: Sun Oct 2 16:14:17 2005 +0200
4217
4218 Added "Acer Aspire 3003WLMi" to the compatibility list.
4219 (From Ricardo García" <sarbalap-gen@yahoo.es>.)
4220
4221 commit 49b40b9b36f452ca99249f12d3a1d8f18104faaf
4222 Author: Peter Osterlund <petero2@telia.com>
4223 Date: Sun Oct 2 12:07:44 2005 +0200
4224
4225 Added "Toshiba Qosmio E-15" to the compatibility list.
4226 (From J. Bennett <daemon7@netacus.com>.)
4227
4228 commit f211096e89040d2da538e9395c45f337b2309154
4229 Author: Peter Osterlund <petero2@telia.com>
4230 Date: Tue Sep 27 20:52:09 2005 +0200
4231
4232 Forgot to update the table of contents in change
4233 ec4a460b59913f730c515307ba472ea8b4498a1b.
4234
4235 commit 6f561749cf2e7ca585ba440648bd345275b854ad
4236 Author: Peter Osterlund <petero2@telia.com>
4237 Date: Sun Sep 11 17:17:45 2005 +0200
4238
4239 Added "BenQ JoyBook 2100E" to the compatibility list.
4240 (From Bc. Jaroslav Imrich <jariq@jariq.sk>.)
4241
4242 commit e3755d6d9d8b5bda859493f4b27cae1d19d19042
4243 Author: Peter Osterlund <petero2@telia.com>
4244 Date: Sun Sep 11 17:13:11 2005 +0200
4245
4246 Added "Samsung X20" to the compatibility list.
4247 (From Ralf Mueller <denzo@gmx.net>.)
4248
4249 commit 842913cb00b6e1777226911485a39776d1e8fa66
4250 Author: Peter Osterlund <petero2@telia.com>
4251 Date: Mon Aug 29 22:00:13 2005 +0200
4252
4253 Added "Toshiba Tecra M2" to the compatibility list.
4254 (From Brent W. Woodruff <brent@fprimex.com>.)
4255
4256 commit 52bfb8065d916ea1bffb9a7ed47ef36abd6b9968
4257 Author: Peter Osterlund <petero2@telia.com>
4258 Date: Mon Aug 29 00:51:21 2005 +0200
4259
4260 X header file fix for xorg 6.8.99.15. Compile problem
4261 reported by Farhad Shakiba <fshakiba@gmail.com>. Patch from Christoph
4262 Brill <egore@gmx.de>. See also:
4263 http://lists.freedesktop.org/pipermail/xorg/2005-July/008751.html
4264
4265 commit efb07ba595689f9bd099e62083f4d7cd4abf794f
4266 Author: Peter Osterlund <petero2@telia.com>
4267 Date: Wed Aug 17 21:10:49 2005 +0200
4268
4269 Added "Toshiba Tecra A4" to the compatibility list.
4270 (From dpet <dgpet@bigpond.com>.)
4271
4272 commit 4ad4467d6cd72d84c7e3490da0ceb7e89368c7c0
4273 Author: Peter Osterlund <petero2@telia.com>
4274 Date: Wed Aug 17 21:07:24 2005 +0200
4275
4276 Added "Clevo M375C" and "Clevo M385C" to the compatibility
4277 list.
4278 (From Bodon Ferenc <bodon@cs.bme.hu>.)
4279
4280 commit d55d653d5c30d868931feb1eaa30c97793232a14
4281 Author: Peter Osterlund <petero2@telia.com>
4282 Date: Fri Aug 5 17:25:30 2005 +0200
4283
4284 Added "Medion 41700" to the compatibility list.
4285 (From Bogdan Mihaila <mihaila@in.tum.de>.)
4286
4287 commit 08b4ee902b25d228dc0269837c1a9ce696c58a92
4288 Author: Peter Osterlund <petero2@telia.com>
4289 Date: Fri Jul 22 00:50:20 2005 +0200
4290
4291 Changed version to 0.14.3.
4292
4293 commit 2ca10fe975e4bda95dded06486a2568324f59fa8
4294 Author: Peter Osterlund <petero2@telia.com>
4295 Date: Fri Jul 22 00:40:07 2005 +0200
4296
4297 Converted the NEWS file to unicode.
4298
4299 commit 3f2c2d49d50b2d8b683917314eb3fcf93014d27f
4300 Author: Peter Osterlund <petero2@telia.com>
4301 Date: Fri Jul 22 00:35:31 2005 +0200
4302
4303 Updated synaptics.5 to match change
4304 b39dab97b3d3c031cb60a6715d2c23a7bc792033.
4305
4306 commit e40f0390da574f266c13192d05290f2da2d564d9
4307 Author: Peter Osterlund <petero2@telia.com>
4308 Date: Thu Jul 21 23:44:26 2005 +0200
4309
4310 Added "DELL Latitude X1" to the compatibility list.
4311 (From Fredrik Pettersson <freppe@deimos.nu>.)
4312
4313 commit d685cf8da327b3d924cb46bc00793268f8e15d47
4314 Author: Peter Osterlund <petero2@telia.com>
4315 Date: Wed Jul 13 18:04:04 2005 +0200
4316
4317 If no /dev/input/event* device nodes are found, say so in
4318 the log file.
4319
4320 commit 8e0fde944cc653edbeed7dce4c0008d7172ebfee
4321 Author: Peter Osterlund <petero2@telia.com>
4322 Date: Wed Jul 13 01:14:29 2005 +0200
4323
4324 The evdev auto-dev code could incorrectly blame problems on
4325 a missing evdev driver.
4326
4327 commit a90fc3897e8e9226278852eef315892e97820c4e
4328 Author: Peter Osterlund <petero2@telia.com>
4329 Date: Sun Jul 10 12:34:04 2005 +0200
4330
4331 Added "COMPAQ Armada 1750" to the compatibility list.
4332 (From Olivier Mehani <shtrom@ssji.net>.)
4333
4334 commit fe6de6167dc67ab54efe1546604955bdbc53c9f8
4335 Author: Peter Osterlund <petero2@telia.com>
4336 Date: Sun Jul 10 12:29:46 2005 +0200
4337
4338 Added "Toshiba A25" to the compatibility list.
4339 (From "Rick @ TranSpecT" <rick@transpect.net>.)
4340
4341 commit 39582afcb09a8a41f9421a3040e900294e46df83
4342 Author: Peter Osterlund <petero2@telia.com>
4343 Date: Sun Jul 10 12:10:56 2005 +0200
4344
4345 Added "DELL Latitude D610" to the compatibility list.
4346 (From Monika Danielsson <monika@internetbokhandeln.se>.)
4347
4348 commit 8f0a0663b5ef22bc5ed34e7bddbc2856311c5133
4349 Author: Peter Osterlund <petero2@telia.com>
4350 Date: Sun Jul 10 00:07:53 2005 +0200
4351
4352 The touchpad stopped working if you did:
4353 1. From inside X ran "rmmod psmouse"
4354 2. Switched to the console
4355 3. Switched back to X
4356 4. Ran "modprobe psmouse"
4357 5. Switched to the console.
4358 6. Switched back to X.
4359 After this sequence, the device name was set to an event device but the
4360 protocol was psaux. The problem was that when the auto-redetection
4361 failed in step 3, the protocol was set to psaux but the device name was
4362 not cleared. In step 6, opening the old event device succeeded again,
4363 so SetDeviceAndProtocol() was not called, and the protocol remained set
4364 to psaux.
4365
4366 commit 8ee460fe402a95130565ea9682ba4b5860e27aa5
4367 Author: Peter Osterlund <petero2@telia.com>
4368 Date: Mon Jul 4 14:39:10 2005 +0200
4369
4370 Added "Aristo Smart 300" to the compatibility list.
4371 (From "Lukasz Madrzycki" <uksza@wp.pl>.)
4372
4373 commit d082fb1d7cf5672bd93c9c08066fd1105725c640
4374 Author: Peter Osterlund <petero2@telia.com>
4375 Date: Tue Jun 28 21:54:10 2005 +0200
4376
4377 Implemented new driver options LeftRightScrolling,
4378 UpDownScrollRepeat, LeftRightScrollRepeat and ScrollButtonRepeat to
4379 control the auto-repeat behavior of the scroll buttons.
4380 From Sam Barnett-Cormack <sdb@geekworld.co.uk> with some small changes
4381 by me.
4382
4383 commit 6742ccddfafc0b361f911d411e5753bb5a1c7609
4384 Author: Peter Osterlund <petero2@telia.com>
4385 Date: Mon Jun 27 23:16:09 2005 +0200
4386
4387 Fixed spelling error.
4388
4389 commit 4ced6a79c5a594937f7b33a9cd8d4cb80b90426a
4390 Author: Peter Osterlund <petero2@telia.com>
4391 Date: Sun Jun 26 00:29:36 2005 +0200
4392
4393 In the DeviceOn() function, if opening the device node
4394 fails, try to auto-detect the correct event device again. This can fix
4395 problems which occurs after a suspend/resume cycle or after
4396 rmmod/insmod-ing the psmouse kernel driver.
4397
4398 commit 2da0af084657eaed1eb25e817e763de0636a55c3
4399 Author: Peter Osterlund <petero2@telia.com>
4400 Date: Sat Jun 25 14:02:38 2005 +0200
4401
4402 Removed an implemented entry from the TODO file.
4403
4404 commit a2829c3a6a5a8b9ecf29c2d73facf8945df1a211
4405 Author: Peter Osterlund <petero2@telia.com>
4406 Date: Fri Jun 24 17:24:55 2005 +0200
4407
4408 Added references to synaptics(5) in the synclient and
4409 syndaemon man pages.
4410
4411 commit 9402f63826656d6e0e89d2474ad8fad4c12a13a5
4412 Author: Peter Osterlund <petero2@telia.com>
4413 Date: Fri Jun 24 17:20:26 2005 +0200
4414
4415 Converted synaptics.5 to a proper man page.
4416
4417 commit 7d9a62427425f65b402e19ef029d1acc42455cd5
4418 Author: Peter Osterlund <petero2@telia.com>
4419 Date: Fri Jun 24 17:17:31 2005 +0200
4420
4421 Also mention xorg.conf in synclient.1.
4422
4423 commit d3153d87205cda97cdf79b6582a22fe7ade9790b
4424 Author: Peter Osterlund <petero2@telia.com>
4425 Date: Fri Jun 24 15:33:09 2005 +0200
4426
4427 Fixed spelling error.
4428
4429 commit 5a635d033847d3cf058a91e59d7cc6fedcb77ec5
4430 Author: Peter Osterlund <petero2@telia.com>
4431 Date: Fri Jun 24 15:13:33 2005 +0200
4432
4433 Also mention XOrg in the synclient and syndaemon man pages.
4434
4435 commit 4f05f30b6fc69840fd0ab669963bece03a7c6005
4436 Author: Peter Osterlund <petero2@telia.com>
4437 Date: Fri Jun 24 15:08:28 2005 +0200
4438
4439 Spelling fix.
4440
4441 commit ec4a460b59913f730c515307ba472ea8b4498a1b
4442 Author: Peter Osterlund <petero2@telia.com>
4443 Date: Fri Jun 24 00:36:17 2005 +0200
4444
4445 Added a hint about disabled touchpads in the trouble
4446 shooting guide.
4447
4448 commit a3b370acc28d2d09b75c4fcebfb7afd721fd37ee
4449 Author: Peter Osterlund <petero2@telia.com>
4450 Date: Thu Jun 23 16:02:54 2005 +0200
4451
4452 Preparing to create a man page describing the parameters
4453 that control the synaptics driver.
4454
4455 commit d36eaeb6edbf42856955e3859d3054fe37f35d4d
4456 Author: Peter Osterlund <petero2@telia.com>
4457 Date: Sat Jun 18 07:43:56 2005 +0200
4458
4459 Added "Desknote A900" to the compatibility list.
4460 (From Mike Stolove <mstolove@rogers.com>.)
4461
4462 commit a1c7f02362044c866738a1130d785635b015d722
4463 Author: Peter Osterlund <petero2@telia.com>
4464 Date: Tue Jun 14 23:24:44 2005 +0200
4465
4466 Modified the man pages according to recommendations from the
4467 roff(7) man page.
4468
4469 commit f5ad2c98fd994d2bbb06e85b188ed1bf524d614b
4470 Author: Peter Osterlund <petero2@telia.com>
4471 Date: Mon Jun 13 21:05:47 2005 +0200
4472
4473 Added some tasks to the TODO list.
4474
4475 commit b39dab97b3d3c031cb60a6715d2c23a7bc792033
4476 Author: Peter Osterlund <petero2@telia.com>
4477 Date: Mon Jun 13 21:03:02 2005 +0200
4478
4479 Revert change 15d3f642c725636446b3212b8efbd94a9fc9a59b and instead always
4480 disable scrolling
4481 whenever tapping is disabled. It doesn't make any sense to disable
4482 tapping but not scrolling as a response to keyboard activity.
4483
4484 commit 5f65d8c2393d1decbb030679384c1e0896dbb7aa
4485 Author: Peter Osterlund <petero2@telia.com>
4486 Date: Mon Jun 13 20:17:58 2005 +0200
4487
4488 Removed trailing whitespace.
4489
4490 commit 15d3f642c725636446b3212b8efbd94a9fc9a59b
4491 Author: Peter Osterlund <petero2@telia.com>
4492 Date: Mon Jun 13 00:35:49 2005 +0200
4493
4494 Added new switch -s to syndaemon, to make it disable tapping
4495 and scrolling. From Guido Flohr <guido@imperia.net> with some changes
4496 by me.
4497
4498 commit 05125be050323a9d1a407a198d428e368692b01b
4499 Author: Peter Osterlund <petero2@telia.com>
4500 Date: Sun Jun 12 23:58:08 2005 +0200
4501
4502 Added a "When will the driver be included in the XOrg
4503 distribution?" entry to the FAQ.
4504
4505 commit f0f87ac9ad615ee67583cfe42f2b240127343ddb
4506 Author: Peter Osterlund <petero2@telia.com>
4507 Date: Sun Jun 12 21:09:37 2005 +0200
4508
4509 Added "HP Compaq NX6110" to the compatibility list.
4510 (From Marcin Owsiany <marcin@owsiany.pl>.)
4511
4512 commit ca05cdaeaef64095016b1b70b86cb7fe8d7405a1
4513 Author: Peter Osterlund <petero2@telia.com>
4514 Date: Sun Jun 12 21:06:15 2005 +0200
4515
4516 Added "Acer Extensa 3001 WLMi" to the compatibility list.
4517 (From Jürgen Hötzel <juergen@hoetzel.info>.)
4518
4519 commit a6bfc1521292d76cfe4089ca3a902fa833212076
4520 Author: Peter Osterlund <petero2@telia.com>
4521 Date: Sun Jun 5 12:58:28 2005 +0200
4522
4523 Removed obsolete information about ALPS touchpads in the
4524 INSTALL file.
4525
4526 commit 979b497fad0a42b672a5025df00f881672f397e6
4527 Author: Peter Osterlund <petero2@telia.com>
4528 Date: Tue May 31 21:00:23 2005 +0200
4529
4530 Added "Fujitsu-Siemens AMILO L 7300" to the compatibility
4531 list.
4532 (From Wilco Beekhuizen <wbeekhui@cs.uu.nl>.)
4533
4534 commit 8f908bc34dff9017b2f7e0c73d635aaf9bf7f3a1
4535 Author: Peter Osterlund <petero2@telia.com>
4536 Date: Sat May 21 08:57:47 2005 +0200
4537
4538 Added missing flags to the syntax section in the syndaemon
4539 man page.
4540
4541 commit 6658750aebe5d0257b48a66ea933bdb078306525
4542 Author: Peter Osterlund <petero2@telia.com>
4543 Date: Sat May 21 08:40:36 2005 +0200
4544
4545 Added -k switch to syndaemon to make it ignore modifier keys
4546 when monitoring keyboard activity. Suggested by Harold Aling
4547 <h.aling@home.nl>.
4548
4549 commit 73611b31d1331fccdc95b114dc92edeeb8bde84f
4550 Author: Peter Osterlund <petero2@telia.com>
4551 Date: Mon May 16 23:41:01 2005 +0200
4552
4553 Forgot to add usbhid to the Makefile in change
4554 0ca88facdfc56338aa9a38e2de38476579139ad0.
4555
4556 commit a725b8883346f6c1e83a0f12086b4287c4f691c0
4557 Author: Peter Osterlund <petero2@telia.com>
4558 Date: Mon May 16 23:37:53 2005 +0200
4559
4560 Changed version to 0.14.2.
4561
4562 commit ccf39174f63f4f45c1abacf215bf689a93ff7d60
4563 Author: Peter Osterlund <petero2@telia.com>
4564 Date: Wed May 11 19:47:28 2005 +0200
4565
4566 Added "SONY VAIO Z505SX" to the compatibility list.
4567 (From Doug Beachy <dbeachy@gmail.com>.)
4568
4569 commit 548cf31f82ec48213a10bed76e9a3c7ad7747469
4570 Author: Peter Osterlund <petero2@telia.com>
4571 Date: Wed May 11 19:45:21 2005 +0200
4572
4573 Added "Toshiba Satellite 1800" to the compatibility list.
4574 (From Mattia Dongili <malattia@gmail.com>.)
4575
4576 commit 0ca88facdfc56338aa9a38e2de38476579139ad0
4577 Author: Peter Osterlund <petero2@telia.com>
4578 Date: Mon Apr 25 22:03:25 2005 +0200
4579
4580 Added a hotplug script that disables the touchpad when a USB
4581 mouse is connected. (And reenables it again when the USB mouse is
4582 disconnected.)
4583 From Joergen Scheibengruber <Joergen.Scheibengruber@wh-hms.uni-ulm.de>.
4584
4585 commit ed6f7d56ebdf48ab8205a52c425e2b8311d8ef2e
4586 Author: Peter Osterlund <petero2@telia.com>
4587 Date: Mon Apr 25 21:52:49 2005 +0200
4588
4589 Changed file type of usbmouse to xtext.
4590
4591 commit a41b4a342b950ac2ea756c897c4336f176d6d08a
4592 Author: Peter Osterlund <petero2@telia.com>
4593 Date: Mon Apr 18 00:27:07 2005 +0200
4594
4595 Added "Toshiba Tecra A3" to the compatibility list.
4596 (From Tomasz Kojm <tkojm@clamav.net>.)
4597
4598 commit ce9282baa12fd241582ff71e32d22ec808445815
4599 Author: Peter Osterlund <petero2@telia.com>
4600 Date: Sun Apr 3 21:52:35 2005 +0200
4601
4602 Added "HP Compaq NX6120" to the compatibility list.
4603 (From Gordon Rowell <gordonr@gormand.com.au>.)
4604
4605 commit d3232442f263a87e426cb5bee6f1cccb155fdd37
4606 Author: Peter Osterlund <petero2@telia.com>
4607 Date: Sun Apr 3 21:05:53 2005 +0200
4608
4609 Added "Toshiba Satellite 1130-Z23" to the compatibility
4610 list.
4611 (From Kai-Ove Pietsch <kai-ove.pietsch@web.de>.)
4612
4613 commit 1aea131e10b8fcb9252afb052c5ac13e550fd76d
4614 Author: Peter Osterlund <petero2@telia.com>
4615 Date: Sun Apr 3 21:02:20 2005 +0200
4616
4617 Updated tap-and-drag state diagram with information about
4618 "fast taps".
4619
4620 commit a92539058195b42863fc42e09e219121ca9a7966
4621 Author: Peter Osterlund <petero2@telia.com>
4622 Date: Fri Mar 25 09:10:51 2005 +0100
4623
4624 Added "Fujitsu-Siemens AMILO Pro V2020" to the compatibility
4625 list.
4626 (From Risto A. Paju <teknohog@iki.fi>.)
4627
4628 commit ee32058e121ffff7c5ff57525cd295e665635ee7
4629 Author: Peter Osterlund <petero2@telia.com>
4630 Date: Fri Mar 25 09:06:53 2005 +0100
4631
4632 Added "Fujitsu-Siemens LIFEBOOK E7010" to the compatibility
4633 list.
4634 (From Ulrich Lauther <ulrich.lauther@siemens.com>.)
4635
4636 commit b84c6598461977e66086363e2b035010e7785a5f
4637 Author: Peter Osterlund <petero2@telia.com>
4638 Date: Fri Mar 25 09:01:51 2005 +0100
4639
4640 Mention in the INSTALL file that a synaptics touchpad with a
4641 pass through device needs two InputDevice sections in the X config file
4642 if used with a 2.6 linux kernel.
4643
4644 commit 0cd5ae7301c099aa236bd098d74eacadc50e7c6d
4645 Author: Peter Osterlund <petero2@telia.com>
4646 Date: Fri Mar 25 08:50:36 2005 +0100
4647
4648 Spelling fix in the INSTALL file.
4649
4650 commit bfd0f8ad12e0fc54c7f5b54e33820c22a12a8d6e
4651 Author: Peter Osterlund <petero2@telia.com>
4652 Date: Fri Mar 25 08:22:04 2005 +0100
4653
4654 Ignore the finger count from synaptics touchpads if the
4655 finger pressure is below finger_high. Some touchpads (for example, the
4656 one found on HP Pavilion 2028) reports an unreliable finger count when
4657 the finger pressure is very low.
4658 Reported by Cleber Goncalves <cl3b34@yahoo.com.br>.
4659
4660 commit 87abea9cddc0cddc3936e546bec9c36338d689cc
4661 Author: Peter Osterlund <petero2@telia.com>
4662 Date: Fri Mar 25 08:11:51 2005 +0100
4663
4664 Added a note about compiler version incompatibilities in the
4665 trouble shooting guide.
4666
4667 commit c54ed1356af05e252ddcc95e648e64168cdca463
4668 Author: Peter Osterlund <petero2@telia.com>
4669 Date: Wed Mar 23 22:35:45 2005 +0100
4670
4671 Use better permission modes in "make install". Patch from
4672 Mattia Dongili <malattia@gmail.com>.
4673
4674 commit 8b8ff378701ea9f9504008f2222855d948eb1231
4675 Author: Peter Osterlund <petero2@telia.com>
4676 Date: Wed Mar 23 20:48:38 2005 +0100
4677
4678 Added "ASUS A6000G" to the compatibility list.
4679 (From kevinferrare@altern.org.)
4680
4681 commit 78bf9dc1b8d2dc05a45d0ddde4549ce7c4187e27
4682 Author: Peter Osterlund <petero2@telia.com>
4683 Date: Sun Mar 20 21:20:07 2005 +0100
4684
4685 Fixed spelling error.
4686
4687 commit 7d0b493ff61f450eef62f70ad4eb76ae3eebdd42
4688 Author: Peter Osterlund <petero2@telia.com>
4689 Date: Fri Mar 18 22:37:07 2005 +0100
4690
4691 Updated Mattia Dongili's email address in the man pages.
4692
4693 commit 3c306622f67b59857190b748044e28ad7230a9be
4694 Author: Peter Osterlund <petero2@telia.com>
4695 Date: Fri Mar 18 22:23:23 2005 +0100
4696
4697 Added "Fujitsu-Siemens LIFEBOOK P7010D" to the compatibility
4698 list.
4699 (From Stephen Gildea <gildea@stop.mail-abuse.org>.)
4700
4701 commit 647ecb09b4d389dbbfe813bf9bb7a1a4b68e86f7
4702 Author: Peter Osterlund <petero2@telia.com>
4703 Date: Tue Mar 15 00:25:30 2005 +0100
4704
4705 Changed version to 0.14.1.
4706
4707 commit bfb376e84848b6ef98db804a77c0596ab9020d18
4708 Author: Peter Osterlund <petero2@telia.com>
4709 Date: Tue Mar 15 00:12:06 2005 +0100
4710
4711 Added "Gateway 200X" to the compatibility list.
4712 (From Jean-Marc Ranger <jmranger@sympatico.ca>.)
4713
4714 commit 5664d41edee97278e665975c8c627d74e0492f23
4715 Author: Peter Osterlund <petero2@telia.com>
4716 Date: Tue Mar 15 00:10:23 2005 +0100
4717
4718 Fixed wrong ordering in the compatibility list.
4719
4720 commit 113db79f7b319ede72d53e61e10ef944e80f8f85
4721 Author: Peter Osterlund <petero2@telia.com>
4722 Date: Sun Mar 13 10:04:32 2005 +0100
4723
4724 Added "HP Compaq NX7010" to the compatibility list.
4725 (From Nathan Robertson <nathanr@lesmills.net.au>.)
4726
4727 commit 8524d4320665b0edb09f5ae3f08bc5ad9f768f06
4728 Author: Peter Osterlund <petero2@telia.com>
4729 Date: Sun Mar 13 09:47:08 2005 +0100
4730
4731 In the FAQ, mention that the MaxTapTime and MaxTapMove
4732 parameters are located in the X config file. Suggested by
4733 Nathan Robertson <nathanr@lesmills.net.au>.
4734
4735 commit 248d2120ca00c855b7980435becf1c5c24f60209
4736 Author: Peter Osterlund <petero2@telia.com>
4737 Date: Sun Mar 13 09:19:30 2005 +0100
4738
4739 Fix for build problems on Gentoo amd64 systems.
4740 * ARCH is defined to amd64, so make sure the Makefile handles that
4741 value correctly.
4742 * When using the local X includes, the lib64 directory was missing.
4743 Fixed this with a symlink.
4744
4745 commit 892feaec7c43f44b4c1dd21b65944dacad0fa651
4746 Author: Peter Osterlund <petero2@telia.com>
4747 Date: Sat Mar 12 10:35:50 2005 +0100
4748
4749 Added "IBM ThinkPad T42" to the compatibility list.
4750 (From tim@pollenation.net.)
4751
4752 commit cc334fdb4f6a678b17adcdf9e87298e5970382d1
4753 Author: Peter Osterlund <petero2@telia.com>
4754 Date: Sun Mar 6 18:08:11 2005 +0100
4755
4756 Added "Toshiba Satellite A10" to the compatibility list.
4757 (From Miguelanxo Otero Salgueiro <miguelanxo@telefonica.net>.)
4758
4759 commit 71643e88e126eac04ac7ad379e3568ff8d34b538
4760 Author: Peter Osterlund <petero2@telia.com>
4761 Date: Sun Mar 6 17:47:26 2005 +0100
4762
4763 Mention in README.alps that the alps patch is already
4764 included in 2.6.11.
4765
4766 commit 3ad68186afab59138f434d02011fd9d1cc9d8998
4767 Author: Peter Osterlund <petero2@telia.com>
4768 Date: Sun Mar 6 09:57:13 2005 +0100
4769
4770 Better help text for the syndaemon -p switch.
4771
4772 commit 95443d12089f9403f1cec4fbf1456be474b27256
4773 Author: Peter Osterlund <petero2@telia.com>
4774 Date: Sun Mar 6 09:47:22 2005 +0100
4775
4776 Removed superfluous initialization of a static variable.
4777
4778 commit 6b7e8f38917d22644374121ee37288ce1867b86e
4779 Author: Peter Osterlund <petero2@telia.com>
4780 Date: Sun Mar 6 09:46:29 2005 +0100
4781
4782 Forgot to make pid_file static in change
4783 a37fdb94f4fc48a896400071a36191a59ee477fd.
4784
4785 commit a37fdb94f4fc48a896400071a36191a59ee477fd
4786 Author: Peter Osterlund <petero2@telia.com>
4787 Date: Sun Mar 6 09:45:15 2005 +0100
4788
4789 Added -p switch to syndaemon to make it record its pid in
4790 a pid file. This simplifies init scripts. Based on a patch from
4791 maximilian attems <max@sternwelten.at>.
4792
4793 commit 18c6245e43c819491ab2a0c7fae68c30f9c1b868
4794 Author: Peter Osterlund <petero2@telia.com>
4795 Date: Sun Mar 6 09:24:47 2005 +0100
4796
4797 Make it more obvious that the touchpad enable delay can
4798 be a floating point number.
4799
4800 commit b5635c84a1e3ab349100c667a7acaf5f8cea39ff
4801 Author: Peter Osterlund <petero2@telia.com>
4802 Date: Sun Feb 20 09:59:26 2005 +0100
4803
4804 Added "Los Alamos LUP4SA2" to the compatibility list.
4805 (From Sam Varshavchik <mrsam@courier-mta.com>.)
4806
4807 commit ebff321bfa50449b6cbed54f8beaa5604319668c
4808 Author: Peter Osterlund <petero2@telia.com>
4809 Date: Sun Feb 20 09:29:35 2005 +0100
4810
4811 Added "IBM ThinkPad T40" to the compatibility list.
4812 (From Joona Pulliainen <joona@asenne.org>.)
4813
4814 commit f51d8cc79b5f7d3c9c5d9c5838398af8c81c1f2c
4815 Author: Peter Osterlund <petero2@telia.com>
4816 Date: Sat Feb 19 10:55:41 2005 +0100
4817
4818 Made the event auto device detection work even if some
4819 /dev/input/event nodes are missing, which can happen when using a udev
4820 based system.
4821
4822 commit 2d7e5680f765b4c594d048981e6cf29fb8bd29cd
4823 Author: Peter Osterlund <petero2@telia.com>
4824 Date: Sun Feb 13 16:08:12 2005 +0100
4825
4826 Added "Fujitsu-Siemens Amilo M 1425" to the compatibility
4827 list.
4828 (From dan.t <daniel.trstenjak@t-online.de>.)
4829
4830 commit 78313541da7925f3c5100470e17a4d5bde1d087a
4831 Author: Peter Osterlund <petero2@telia.com>
4832 Date: Sat Feb 12 15:12:44 2005 +0100
4833
4834 Added "Toshiba Portege 3500" to the compatibility list.
4835 (From Eric STEIMER <eric.steimer@laposte.net>.)
4836
4837 commit 8bf71c9a02a6400113ee9b7924272d4b3b1e27d4
4838 Author: Peter Osterlund <petero2@telia.com>
4839 Date: Thu Feb 10 23:56:06 2005 +0100
4840
4841 Fixed alpscomm.c so that the X server doesn't lock up if you
4842 incorrectly configure the driver to read from an event device using
4843 protocol "alps". Trying to read less than the size of the input_event
4844 structure size will fail, which triggered an infinite select + read
4845 loop.
4846
4847 commit 9f538a2bf1e7e5326f41b323e691c7f83fd476a1
4848 Author: Peter Osterlund <petero2@telia.com>
4849 Date: Wed Feb 9 19:03:00 2005 +0100
4850
4851 Fixed off by one error in alps_process_byte().
4852
4853 commit 8fe43cef6f1dfe53562da3d8aea8df1fc353fbc8
4854 Author: Peter Osterlund <petero2@telia.com>
4855 Date: Mon Jan 24 22:30:35 2005 +0100
4856
4857 Improved the "synclient -h" text when running on a 2.6 linux
4858 kernel.
4859
4860 commit 21479c768c6d4920016dcac9b931022b2b73b665
4861 Author: Peter Osterlund <petero2@telia.com>
4862 Date: Mon Jan 24 21:53:05 2005 +0100
4863
4864 Added "HP NW8000" to the compatibility list.
4865 (From Vadim Zeitlin <vadim@wxwindows.org>.)
4866
4867 commit 2bd9d2535a0283fc13b53b78f4f4061746a3ec85
4868 Author: Peter Osterlund <petero2@telia.com>
4869 Date: Mon Jan 24 21:38:53 2005 +0100
4870
4871 Added "COMPAQ Presario 1685" to the compatibility list.
4872 (From linux_insidev2@hotmail.com.)
4873
4874 commit a78e30e78ee29c9d0c478a2d57ad2fcc07736ed5
4875 Author: Peter Osterlund <petero2@telia.com>
4876 Date: Sun Jan 16 11:14:39 2005 +0100
4877
4878 Added "NEC Versa M400" to the compatibility list.
4879 (From Gordon Heydon <gordon@heydon.com.au>.)
4880
4881 commit 829fca465a3bb228738252ef346108e0ec6a83d9
4882 Author: Peter Osterlund <petero2@telia.com>
4883 Date: Sat Jan 8 21:56:16 2005 +0100
4884
4885 Fixed spelling errors.
4886
4887 commit c232a9ba28fed97dc37176e4ab1fdd00e2fe0b88
4888 Author: Peter Osterlund <petero2@telia.com>
4889 Date: Sat Jan 8 20:42:02 2005 +0100
4890
4891 Removed #defines from linux_input.h that are unused since
4892 change eab7d85d9b231dc9700ee58bec770ee01dc0670f.
4893
4894 commit 09855d5d44c7d45a7b90979b9965cc5e45181a99
4895 Author: Peter Osterlund <petero2@telia.com>
4896 Date: Sat Jan 8 13:47:54 2005 +0100
4897
4898 Forgot to mention that the configurable palm detection was
4899 contributed by Sean Dilda.
4900
4901 commit 838003ddc37b14cdac638b33b83e10fc89392fbb
4902 Author: Peter Osterlund <petero2@telia.com>
4903 Date: Thu Jan 6 19:33:50 2005 +0100
4904
4905 Changed version to 0.14.0.
4906
4907 commit 87e31f868566f0e2669aec9742833a7c800ca678
4908 Author: Peter Osterlund <petero2@telia.com>
4909 Date: Thu Jan 6 13:41:39 2005 +0100
4910
4911 When coasting starts, take the partial scroll step from the
4912 manual scrolling into account. This eliminates a small delay before the
4913 first generated coasting scroll event.
4914
4915 commit d0754c4c39287af2c87aeb280d46f2325849b846
4916 Author: Peter Osterlund <petero2@telia.com>
4917 Date: Thu Jan 6 02:25:20 2005 +0100
4918
4919 Implemented coasting, ie the ability to automatically
4920 continue scrolling with the same speed in the same direction when the
4921 finger leaves the touchpad.
4922
4923 commit 7ad9b2ce77ed704b4a2537de85d81b1aaa82efaa
4924 Author: Peter Osterlund <petero2@telia.com>
4925 Date: Thu Jan 6 00:13:30 2005 +0100
4926
4927 Made QueryHardware() static.
4928
4929 commit 996d47af5768c12fd45d9f1804ef6b952acddf7b
4930 Author: Peter Osterlund <petero2@telia.com>
4931 Date: Thu Jan 6 00:08:10 2005 +0100
4932
4933 Cosmetic changes.
4934
4935 commit ad7c167063c328723d094fd413d48e54fcdcd6d2
4936 Author: Peter Osterlund <petero2@telia.com>
4937 Date: Wed Jan 5 23:45:34 2005 +0100
4938
4939 Fixed off-by-one error (see also change
4940 7c06552920a09c89f986102ec60869d3dbcb0274) in edge motion
4941 speed calculations that made the speed approximately twice as big as
4942 intended. Updated suggested parameter settings accordingly.
4943
4944 commit 130393b31914f6fd21d812af02c94a78660d3c3c
4945 Author: Peter Osterlund <petero2@telia.com>
4946 Date: Wed Jan 5 21:12:39 2005 +0100
4947
4948 Fixed a bug that made it possible to lock up the X server by
4949 setting VertScrollDelta, HorizScrollDelta or CircScrollDelta to 0 while
4950 the touchpad was scrolling.
4951
4952 commit 02f6b44dbbdaa459903126028779cbc573b13842
4953 Author: Peter Osterlund <petero2@telia.com>
4954 Date: Wed Jan 5 20:55:09 2005 +0100
4955
4956 Always update the move_hist[] buffer when a finger is on the
4957 touchpad. Will be needed to implement coasting.
4958
4959 commit 50c7fdc462daa60cf8555edbb35ac6fc9a5a5d80
4960 Author: Peter Osterlund <petero2@telia.com>
4961 Date: Wed Jan 5 17:54:29 2005 +0100
4962
4963 Changed default values corresponding to change
4964 7c06552920a09c89f986102ec60869d3dbcb0274.
4965
4966 commit 7c06552920a09c89f986102ec60869d3dbcb0274
4967 Author: Peter Osterlund <petero2@telia.com>
4968 Date: Wed Jan 5 17:48:38 2005 +0100
4969
4970 Fixed off-by-one error in the pointer motion dx/dy
4971 calculations. This fix will slow down the pointer movements, so to
4972 regain the same speed as before, the MinSpeed, MaxSpeed and AccelFactor
4973 parameters should be multiplied by 1.5.
4974
4975 commit fa1793bd9e03db888089319c269557d671ac2fce
4976 Author: Peter Osterlund <petero2@telia.com>
4977 Date: Wed Jan 5 15:27:25 2005 +0100
4978
4979 Rearranged code in HandleScrolling() to make it slightly
4980 more logical.
4981
4982 commit 9f1a9f7cf89724f0803106eaf4168bbb72d3b558
4983 Author: Peter Osterlund <petero2@telia.com>
4984 Date: Wed Jan 5 15:18:39 2005 +0100
4985
4986 Made it possible to use horizontal circular scrolling by
4987 smoothly switching from "horizontal" to "horizontal circular" when the
4988 finger enters the lower left or lower right corners during horizontal
4989 scrolling. See also change eeb40cac2b2dfa411618f2ecbffedc85166e675f.
4990
4991 commit fdef1418e342dace2eccb79486188d15129b8832
4992 Author: Peter Osterlund <petero2@telia.com>
4993 Date: Wed Jan 5 12:48:22 2005 +0100
4994
4995 Better noise reduction in the x/y delta estimates used for
4996 pointer motion. The derivative estimate is now based on linear
4997 regression from the last four x/y values instead of the last three.
4998 This means that white noise is amplified by a factor of sqrt(.2)
4999 instead of sqrt(.5), ie the factor of improvement is 1.58. Similar
5000 improvements have been observed in data from a real synaptics
5001 touchpad.
5002 Also, the computations are performed in floating point math to avoid
5003 round off errors for very slow finger movements.
5004
5005 commit aa8910ec72f4d5b805c59c609f48c55cc3f8adf8
5006 Author: Peter Osterlund <petero2@telia.com>
5007 Date: Tue Jan 4 00:41:24 2005 +0100
5008
5009 Improved edge motion behavior. The speed no longer depends
5010 on the MinSpeed, MaxSpeed and AccelFactor parameters, and it doesn't
5011 depend on the packet rate from the touchpad hardware.
5012 The EdgeMotionMinSpeed and EdgeMotionMaxSpeed parameters may have to be
5013 modified to get the same speed as before this change.
5014
5015 commit 6e06fadd324bfdfccce24f028d55fa5c11f75c2b
5016 Author: Peter Osterlund <petero2@telia.com>
5017 Date: Mon Jan 3 23:20:54 2005 +0100
5018
5019 Fixed inconsistent code formatting.
5020
5021 commit ca5d65f1cd8aef6f3cc1ed5168eac35e82541e2a
5022 Author: Peter Osterlund <petero2@telia.com>
5023 Date: Mon Jan 3 16:17:21 2005 +0100
5024
5025 Better fix for the crash fixed in change
5026 cbee47a1f26038ade7386fa52b41d1828036dd1e. The shared
5027 memory area is now removed at DEVICE_CLOSE time but recreated if
5028 necessary at DEVICE_INIT time. This fixes the problem where the shared
5029 memory area was not deleted when exiting the X server, thereby fooling
5030 the synclient program to think the driver was still active.
5031
5032 commit 9f5ae2b7da6a6aa8ecd1bc5929700edb2caca9f7
5033 Author: Peter Osterlund <petero2@telia.com>
5034 Date: Sun Jan 2 21:34:40 2005 +0100
5035
5036 Made it possible to disable tapping without disabling mouse
5037 movements. Added -t switch to syndaemon to disable only tapping in
5038 response to keyboard activity.
5039
5040 commit daac999d7fda93af07fb2403001a5bfe3a50de20
5041 Author: Peter Osterlund <petero2@telia.com>
5042 Date: Sat Jan 1 16:33:32 2005 +0100
5043
5044 Added "Prestigio Nobile 156" to the compatibility list.
5045 (From Vaclav Slavik <vslavik@fastmail.fm>.)
5046
5047 commit 62e27d880c228a90d9765508b7f4d0b279ae752c
5048 Author: Peter Osterlund <petero2@telia.com>
5049 Date: Sat Jan 1 13:46:01 2005 +0100
5050
5051 Clarified the INSTALL file regarding how to set up the X
5052 config file for more than one mouse device.
5053
5054 commit eab7d85d9b231dc9700ee58bec770ee01dc0670f
5055 Author: Peter Osterlund <petero2@telia.com>
5056 Date: Sat Jan 1 13:26:25 2005 +0100
5057
5058 Made the event device auto detection more robust. Check for
5059 required features (ABS_X, ABS_Y, ABS_PRESSURE and BTN_TOOL_FINGER)
5060 instead of relying on the IDs of the input device.
5061 Suggested by Vojtech Pavlik.
5062
5063 commit f67bb145577769a1a8b2b5fe37b72655062e2e2e
5064 Author: Peter Osterlund <petero2@telia.com>
5065 Date: Wed Dec 29 18:40:03 2004 +0100
5066
5067 Added "Compal CL56-15" to the compatibility list.
5068 (From Micrommata <hmhrclassic@ya.com>.)
5069
5070 commit ca2563b8ce33729296648c5fbc05e9aea3582118
5071 Author: Peter Osterlund <petero2@telia.com>
5072 Date: Wed Dec 29 18:38:08 2004 +0100
5073
5074 Added "DELL Latitude D505" to the compatibility list.
5075 (From Deyan D Bektchiev <dejan@bektchiev.net>.)
5076
5077 commit 373fcceef5218608817785d059c0f99194cb5ce8
5078 Author: Peter Osterlund <petero2@telia.com>
5079 Date: Fri Dec 24 01:33:00 2004 +0100
5080
5081 Support up to 12 (virtual) mouse buttons.
5082
5083 commit cba36232215d8fe75ec6f06098a1d0caef71322b
5084 Author: Peter Osterlund <petero2@telia.com>
5085 Date: Thu Dec 23 13:05:31 2004 +0100
5086
5087 Added "ASUS M5N" to the compatibility list.
5088 (From Willy Gardiol <willy@gardiol.org>.)
5089
5090 commit 40a035cbeaa08f1203d79e289b6f6131a199953c
5091 Author: Peter Osterlund <petero2@telia.com>
5092 Date: Thu Dec 23 10:47:12 2004 +0100
5093
5094 Added "Acer TravelMate 522TXV" to the compatibility list.
5095 (From Flavio Fontana <fontana@gmx.at>.)
5096
5097 commit d011a2a3c60f3a3a513b01310014b77d4b047919
5098 Author: Peter Osterlund <petero2@telia.com>
5099 Date: Thu Dec 23 10:43:49 2004 +0100
5100
5101 Added "Gateway 7405GX" to the compatibility list.
5102 (From Jonathan Freiermuth <jon@lazyhobbit.org>.)
5103
5104 commit 673fe50e7df0c115f37e572317566b35679a5b29
5105 Author: Peter Osterlund <petero2@telia.com>
5106 Date: Sun Dec 12 11:58:25 2004 +0100
5107
5108 Updated trouble shooting guide with a hint to check psmouse
5109 module parameters.
5110
5111 commit 08fbb00b186e000a8a0e9fdbbabbb423c69d8171
5112 Author: Peter Osterlund <petero2@telia.com>
5113 Date: Sat Dec 11 19:47:17 2004 +0100
5114
5115 Updated the description in the spec file. From the FC3 RPM.
5116
5117 commit dfc17eb571b5863eb34bed123a8d5243eee1e6aa
5118 Author: Peter Osterlund <petero2@telia.com>
5119 Date: Sat Dec 11 18:00:32 2004 +0100
5120
5121 Better palm detection options. Also reverts change
5122 f852ce43a236d35a2f587ec8e6a8d28e9e98fdbe.
5123 From Sean Dilda <agrajag@dragaera.net>.
5124
5125 commit d0b4722d562aa5f80c657b41a64c63d138e45c75
5126 Author: Peter Osterlund <petero2@telia.com>
5127 Date: Sat Dec 11 17:42:05 2004 +0100
5128
5129 Added "Mitac 6120N" to the compatibility list.
5130 (From Miguel De Anda <miguel@thedeanda.com>.)
5131
5132 commit cec6247aa9f62910ffbdeb45cf7330b3db6d8280
5133 Author: Peter Osterlund <petero2@telia.com>
5134 Date: Sat Dec 11 17:22:14 2004 +0100
5135
5136 Added "COMPAQ Armada M700" to the compatibility list.
5137 (From Klaus S. Madsen <ksm@hjernemadsen.org>.)
5138
5139 commit 9bbdcabf8849faa581461191bd10dbf12be3d28b
5140 Author: Peter Osterlund <petero2@telia.com>
5141 Date: Sat Dec 11 16:54:34 2004 +0100
5142
5143 The fix in change 2732d1ad9fb59937f14d5ec7d0a3f01a9444c843 was not
5144 complete.
5145
5146 commit 2732d1ad9fb59937f14d5ec7d0a3f01a9444c843
5147 Author: Peter Osterlund <petero2@telia.com>
5148 Date: Sat Dec 11 16:03:32 2004 +0100
5149
5150 Another Makefile fix for x86_64 systems, from the FC3 RPM.
5151
5152 commit e791af72106dc9449c589b3134c81518b00ac001
5153 Author: Peter Osterlund <petero2@telia.com>
5154 Date: Mon Nov 22 19:35:06 2004 +0100
5155
5156 Added "Acer Aspire 1511 LMi" to the compatibility list.
5157 (From Giorgio Longo <lingio@lillinet.org>.)
5158
5159 commit 0d280036d91167fa3c65f34451a4834c8cad69ea
5160 Author: Peter Osterlund <petero2@telia.com>
5161 Date: Sat Nov 6 09:37:16 2004 +0100
5162
5163 Added "Acer TravelMate 2501LC" to the compatibility list.
5164 (From Ovidiu Constantin <ovidiusoft@gmail.com>.)
5165
5166 commit 4b3640c37c10c0d6e17d92819f5f8a6067616097
5167 Author: Peter Osterlund <petero2@telia.com>
5168 Date: Sat Nov 6 09:22:31 2004 +0100
5169
5170 Added "LG LM50" to the compatibility list.
5171 (From Jerrett Taylor <jerrett@nullcreations.net>.)
5172
5173 commit 6bdb4941990f423b2468ba7c73dc33fde1648230
5174 Author: Peter Osterlund <petero2@telia.com>
5175 Date: Sat Nov 6 09:14:18 2004 +0100
5176
5177 Added "Acer Aspire 2020" to the compatibility list.
5178 (From Roberto Verzicco <verzicco@imedado.poliba.it>.)
5179
5180 commit 6cedd848b886db9bc2a79c0811f1c7ea20886e50
5181 Author: Peter Osterlund <petero2@telia.com>
5182 Date: Sun Oct 31 10:47:20 2004 +0100
5183
5184 Added link to www.kernelnewbies.org on how to apply kernel
5185 patches and compile kernels.
5186
5187 commit 70afb8f238878a68cbb235695719121dd5818018
5188 Author: Peter Osterlund <petero2@telia.com>
5189 Date: Sun Oct 24 23:06:09 2004 +0200
5190
5191 Added FastTaps option to make the driver react faster to
5192 tapping.
5193
5194 commit 890dcc484aa67cb05d7f3b314a6d2d59e2b29cf3
5195 Author: Peter Osterlund <petero2@telia.com>
5196 Date: Sun Oct 24 15:15:37 2004 +0200
5197
5198 Removed TODO entry that was implemented in change
5199 f852ce43a236d35a2f587ec8e6a8d28e9e98fdbe.
5200
5201 commit f852ce43a236d35a2f587ec8e6a8d28e9e98fdbe
5202 Author: Peter Osterlund <petero2@telia.com>
5203 Date: Sat Oct 23 23:52:42 2004 +0200
5204
5205 Added an option to disable the palm detection heuristics.
5206
5207 commit 02495fd51ec2e2627386d6f00529f409224095b0
5208 Author: Peter Osterlund <petero2@telia.com>
5209 Date: Sat Oct 23 22:55:40 2004 +0200
5210
5211 Changed version to 0.13.6.
5212
5213 commit 34c35b97b9dedb8e70b6543394a7e75dd8f23d7c
5214 Author: Peter Osterlund <petero2@telia.com>
5215 Date: Sat Oct 23 22:46:49 2004 +0200
5216
5217 Added "Toshiba Satellite A50" to the compatibility list.
5218 (From Patrick Nagel <p.nagel@gmx.net>.)
5219
5220 commit e86ceeac4af4d6555f909a9416aa6209b7578a98
5221 Author: Peter Osterlund <petero2@telia.com>
5222 Date: Sat Oct 23 22:44:42 2004 +0200
5223
5224 Added "DELL Inspiron 8500" to the compatibility list.
5225 (From Nils Rennebarth <Nils.Rennebarth@web.de>.)
5226
5227 commit 08ce01a6018477b7decdbc239cd2f93962067f82
5228 Author: Peter Osterlund <petero2@telia.com>
5229 Date: Sat Oct 23 13:12:59 2004 +0200
5230
5231 Added "COMPAQ Presario 2100US" to the compatibility list.
5232 (From ghayes <gch64@adelphia.net>.)
5233
5234 commit 07beb7a49c784d2768d04400206359c3bccac887
5235 Author: Peter Osterlund <petero2@telia.com>
5236 Date: Sat Oct 23 13:10:06 2004 +0200
5237
5238 Added "Toshiba Satellite A75-S209" to the compatibility
5239 list.
5240 (From ghayes <gch64@adelphia.net>.)
5241
5242 commit 163e8420ba69ad357717624bb8d5243d1b62c468
5243 Author: Peter Osterlund <petero2@telia.com>
5244 Date: Sat Oct 23 13:00:03 2004 +0200
5245
5246 Added "Toshiba Satellite 1400-103" to the compatibility
5247 list.
5248 (From paulo.fernando.silva@iol.pt.)
5249
5250 commit 12cd575c5dc188cb9d1e825ef65571c0f6cf55eb
5251 Author: Peter Osterlund <petero2@telia.com>
5252 Date: Fri Oct 22 20:30:33 2004 +0200
5253
5254 Added documentation explaining the meaning of the edge
5255 parameters.
5256
5257 commit 46feb77614ec1efd9a092cdc88415c5a9c112bbf
5258 Author: Peter Osterlund <petero2@telia.com>
5259 Date: Wed Oct 20 20:08:33 2004 +0200
5260
5261 Updated the alps patch for kernel 2.6.9.
5262
5263 commit 437be85ee582400bed619a8451a052e644fd12e7
5264 Author: Peter Osterlund <petero2@telia.com>
5265 Date: Sun Oct 17 10:14:41 2004 +0200
5266
5267 Added a FAQ entry about reset problems on some Compaq
5268 models.
5269
5270 commit a1462b441336194de3f0220545bcf622724131bf
5271 Author: Peter Osterlund <petero2@telia.com>
5272 Date: Sun Oct 10 11:02:54 2004 +0200
5273
5274 Added "Acer TravelMate 634LCi" to the compatibility list.
5275 (From Florian Arthofer <flart@liwest.at>.)
5276
5277 commit c19af95b0e815fe9d94cc8ee1580a9aa18592d6b
5278 Author: Peter Osterlund <petero2@telia.com>
5279 Date: Thu Sep 23 23:13:09 2004 +0200
5280
5281 Added "Sharp Actius UM32W" to the compatibility list.
5282 (From Ben Drawbaugh <bjdraw@gmail.com>.)
5283
5284 commit d1fa5fb772c1723dd343733583e3bf5c7cfe15bc
5285 Author: Peter Osterlund <petero2@telia.com>
5286 Date: Thu Sep 23 22:21:50 2004 +0200
5287
5288 Added "Acer TravelMate 340T" to the compatibility list.
5289 (From Victor Ramos <Victor.Ramos@online.fr>.)
5290
5291 commit 37c4e8c7d9ad578449e003d39b4bdfe8736fd60d
5292 Author: Peter Osterlund <petero2@telia.com>
5293 Date: Mon Sep 20 21:52:06 2004 +0200
5294
5295 Added "DELL Latitude C600" to the compatibility list.
5296 (From J4nus <j4nus@ifrance.com>.)
5297
5298 commit e145d33a1fab08830a6d0fdcb44508ddcfc6d66c
5299 Author: Peter Osterlund <petero2@telia.com>
5300 Date: Sat Sep 4 09:08:55 2004 +0200
5301
5302 Added "HP Pavilion ZD7000" to the compatibility list.
5303 (From Ian Rousom <ian@rousom.com>.)
5304
5305 commit 911a308556077b2a794918d23dc5051e1b4e1b2d
5306 Author: Peter Osterlund <petero2@telia.com>
5307 Date: Thu Sep 2 21:04:19 2004 +0200
5308
5309 Updated the alps patch to make it work on the DELL Inspiron
5310 8600. From Alexandre Belloni <abelloni@nerim.net>.
5311
5312 commit 310638391b74fe552d3b75bb5997aa44c2caee8b
5313 Author: Peter Osterlund <petero2@telia.com>
5314 Date: Mon Aug 23 18:57:17 2004 +0200
5315
5316 Added "DELL Latitude CSx" to the compatibility list.
5317 (From Jessica Hall <jes@bryson.co.nz>.)
5318
5319 commit ba798192fbb0bf786506ca9f58b0d36e922cce61
5320 Author: Peter Osterlund <petero2@telia.com>
5321 Date: Thu Aug 12 21:25:37 2004 +0200
5322
5323 Document that syndaemon requires "shmconfig on".
5324 From Mattia Dongili <dongili@supereva.it>.
5325
5326 commit ea6edb9f5c11488de9873c422bf5e87ccf4aa067
5327 Author: Peter Osterlund <petero2@telia.com>
5328 Date: Wed Aug 11 21:27:50 2004 +0200
5329
5330 Added "Jewel Saffier 1500" to the compatibility list.
5331 (From Vincent Bourgonjen <vincent@hq.nerdnet.nl>.)
5332
5333 commit fe7bdb6c765249d8077b7dc98814f31b08cc80e3
5334 Author: Peter Osterlund <petero2@telia.com>
5335 Date: Wed Aug 11 21:22:55 2004 +0200
5336
5337 Added "HP Pavilion ZV5000" to the compatibility list.
5338 (From Jason Burrell <burrell@uthscsa.edu>.)
5339
5340 commit e3e39a763e314141ab08f7a2f95937a07fc4f375
5341 Author: Peter Osterlund <petero2@telia.com>
5342 Date: Wed Aug 11 21:12:19 2004 +0200
5343
5344 Added "HP Omnibook 4150" to the compatibility list.
5345 (From july <july@nat.bg>.)
5346
5347 commit 2cd7e9e54bb8e2ffdbb01fb70e178b6b1be754fb
5348 Author: Peter Osterlund <petero2@telia.com>
5349 Date: Wed Aug 11 21:10:18 2004 +0200
5350
5351 Added "Samsung P30" to the compatibility list.
5352 (From Dmitry A. Marin <corvax@hotbox.ru>.)
5353
5354 commit 4f427424c27a2837bca7bc7f7163c47704a1eb1b
5355 Author: Peter Osterlund <petero2@telia.com>
5356 Date: Sat Aug 7 22:27:56 2004 +0200
5357
5358 Changed version to 0.13.5.
5359
5360 commit 30274dc58b2bca935aeb1aed62c718e7d619c518
5361 Author: Peter Osterlund <petero2@telia.com>
5362 Date: Sat Aug 7 22:10:03 2004 +0200
5363
5364 Update FreeBSD psm driver.
5365 From Arne Schwabe <arne@rfc2549.org>.
5366
5367 commit 5faa64b7f60ce64c38d0e2e2968c34d427c91a40
5368 Author: Peter Osterlund <petero2@telia.com>
5369 Date: Sat Aug 7 22:01:29 2004 +0200
5370
5371 Added "Acer Ferrari 3200" to the compatibility list.
5372 (From agabrown@xs4all.nl.)
5373
5374 commit e6d72ff4a850c9c240056fd3de5084e3d831acf6
5375 Author: Peter Osterlund <petero2@telia.com>
5376 Date: Sat Jul 31 23:05:54 2004 +0200
5377
5378 Added "DELL Latitude D600" to the compatibility list.
5379 (From Giridhar Pemmasani <giri@lmc.cs.sunysb.edu>.)
5380
5381 commit abce679e567ab3a1d784209f62755e6d8e1b3215
5382 Author: Peter Osterlund <petero2@telia.com>
5383 Date: Sat Jul 31 22:41:46 2004 +0200
5384
5385 Added "DELL Latitude CPx" to the compatibility list.
5386 (From Alastair M. Robinson <blackfive@fakenhamweb.co.uk> who also wrote
5387 the code to make it work.)
5388
5389 commit 0c097f30099a5d906e5bdc6bdb22a283a2548b62
5390 Author: Peter Osterlund <petero2@telia.com>
5391 Date: Sat Jul 31 22:38:11 2004 +0200
5392
5393 Added "DELL Inspiron 8200" to the compatibility list.
5394 (From Nicholas Porter <nporter@kcumb.edu>.) Also removed the
5395 corresponding FAQ entry since it is now obsolete.
5396
5397 commit 832dc0c0c0621c905e3780cca85597b1c556221b
5398 Author: Peter Osterlund <petero2@telia.com>
5399 Date: Sat Jul 31 15:59:28 2004 +0200
5400
5401 Fixed problem with ALPS dualpoint stick packets. packet[2]
5402 does not contain button information.
5403
5404 commit afe209ef8ffc4d26b72ba3077d65bcb5db8d4ce3
5405 Author: Peter Osterlund <petero2@telia.com>
5406 Date: Sat Jul 31 10:58:34 2004 +0200
5407
5408 Moved the relevant part of change 7b610b2d4bbfb72f31cc631c16be07973fbe8a16
5409 to the alps patch.
5410
5411 commit a28d58fc6886b72773b5aaeec3d18bef662734b5
5412 Author: Peter Osterlund <petero2@telia.com>
5413 Date: Sat Jul 31 03:20:43 2004 +0200
5414
5415 Makefile fix for x86_64 systems. Some setups required LIBDIR
5416 to be set to lib64. Since this is OK for all x86_64 systems, always use
5417 LIBDIR=lib64 for x86_64 systems.
5418
5419 commit f4bebd6775807f6b3a309372c218eb5a0696bbbc
5420 Author: Peter Osterlund <petero2@telia.com>
5421 Date: Sat Jul 31 03:16:04 2004 +0200
5422
5423 Fixed spelling error in change 7b610b2d4bbfb72f31cc631c16be07973fbe8a16.
5424
5425 commit 7b610b2d4bbfb72f31cc631c16be07973fbe8a16
5426 Author: Peter Osterlund <petero2@telia.com>
5427 Date: Sat Jul 31 03:01:37 2004 +0200
5428
5429 Fixed some problems with ALPS guest devices.
5430 From Alastair M. Robinson:
5431
5432 * The guest mouse doesn't report button releases.
5433
5434 * The stick pointer has buttons of its own, and they don't work.
5435
5436 Attached is another patch, this one far less invasive than the last,
5437 which fixes these two problems.
5438 (The button presses that come from the stick pointer's buttons arrive
5439 in events with pressure set to 127, just like stick movement - but
5440 this doesn't seem to be terribly reliable - I think the button
5441 release gets reported with true pressure when the touchpad is being
5442 used too. For this reason, I've set these up to report as ->left /
5443 ->right, not as ->guest_left / ->guest_right.)
5444
5445 * One issue that remains - the middle button emulation for two button
5446 mice doesn't seem to work for the guest mouse.
5447 Fixed by me.
5448
5449 commit b46a57ef3dd6d18da812dfe00f44690605a429e5
5450 Author: Peter Osterlund <petero2@telia.com>
5451 Date: Fri Jul 30 23:21:30 2004 +0200
5452
5453 Implemented ALPS DualPoint support from change
5454 c01b4c0bceb65df01b7ddfb180fc367c6d070370 also for
5455 the 2.6 linux kernel.
5456
5457 commit 7e210b8b981b01f4fe75c7bd4eef07881d3aa4d6
5458 Author: Peter Osterlund <petero2@telia.com>
5459 Date: Fri Jul 30 20:19:32 2004 +0200
5460
5461 Whitespace fixes.
5462
5463 commit a8ea1ab150cd0359f2e1ccf7f7193dbee1e0d737
5464 Author: Peter Osterlund <petero2@telia.com>
5465 Date: Fri Jul 30 17:25:51 2004 +0200
5466
5467 Added a comment about ALPS pointing stick initialization.
5468
5469 commit 347b1564e1a958e26a0caad5cf607a71b191ef54
5470 Author: Peter Osterlund <petero2@telia.com>
5471 Date: Fri Jul 30 16:57:51 2004 +0200
5472
5473 Handle guest alps devices in the same way as guest synaptics
5474 devices, so that the hardware state is set correctly also when you use
5475 more than one device at the same time.
5476
5477 commit a3bc8d6e5c4bc95e17614191839904824e8557f1
5478 Author: Peter Osterlund <petero2@telia.com>
5479 Date: Fri Jul 30 16:32:04 2004 +0200
5480
5481 An ALPS 3-byte packet should set hw->guest_{left,right}, not
5482 hw->{left,right}. Also, don't report bogus z/finger values when a
5483 dualpoint stick packet is received.
5484
5485 commit d0d22a605561136915197bce0f94353bc28ee734
5486 Author: Peter Osterlund <petero2@telia.com>
5487 Date: Fri Jul 30 16:24:12 2004 +0200
5488
5489 The GuestMouseOff parameter now also disables the guest
5490 buttons.
5491
5492 commit 28c85320798c5625907d7809ee9af15055cca8c7
5493 Author: Peter Osterlund <petero2@telia.com>
5494 Date: Fri Jul 30 15:27:25 2004 +0200
5495
5496 Fixed spelling error in trouble-shooting.txt.
5497
5498 commit d8232d93d1e3835f60a295f01b4dd86468ffc2fc
5499 Author: Peter Osterlund <petero2@telia.com>
5500 Date: Fri Jul 30 12:53:41 2004 +0200
5501
5502 Include the trouble-shooting.txt file also in the RPM
5503 package.
5504
5505 commit 35fcc565d31e23ee60fa714ab545e850c2b27402
5506 Author: Peter Osterlund <petero2@telia.com>
5507 Date: Fri Jul 30 12:49:26 2004 +0200
5508
5509 Fixed spelling error in the FAQ.
5510
5511 commit 4e685acfee3f7b83ece74d6f0b31db16a6ad3953
5512 Author: Peter Osterlund <petero2@telia.com>
5513 Date: Fri Jul 30 12:44:08 2004 +0200
5514
5515 Spelling fix in alpscomm.c.
5516
5517 commit c01b4c0bceb65df01b7ddfb180fc367c6d070370
5518 Author: Peter Osterlund <petero2@telia.com>
5519 Date: Fri Jul 30 11:23:39 2004 +0200
5520
5521 Patch from Alastair M. Robinson
5522 <blackfive@fakenhamweb.co.uk> to make the ALPS dual trackpad found on
5523 Dell CPx machines work. (For 2.4 kernels.)
5524
5525 In order to get my trackpad working in absolute mode I had to make some
5526 modifications to the driver:
5527
5528 Firstly, initialising the trackpad on this model is more complicated
5529 than other ALPS devices; the usual "magic knock" must be performed for
5530 both the trackpad and the pointing device, and I found that I needed a
5531 device reset first to get reliable initialisation.
5532
5533 Secondly, the pointing stick, for obvious reasons, provides relative
5534 data even when the trackpad is in absolute mode.
5535
5536 Thirdly, the guest mouse in the PS/2 port continues to send 3-byte
5537 packets.
5538
5539 commit 90377b8c1b279cc5cc023a27cc2670bf911b76d7
5540 Author: Peter Osterlund <petero2@telia.com>
5541 Date: Fri Jul 30 03:16:59 2004 +0200
5542
5543 Use generic ps2 functions in alpscomm.c instead of synaptics
5544 specific functions.
5545
5546 commit f40f3d451ef883f53a43d9714c13e578598d9cee
5547 Author: Peter Osterlund <petero2@telia.com>
5548 Date: Fri Jul 30 03:04:11 2004 +0200
5549
5550 Another whitespace fix in alpscomm.c.
5551
5552 commit a9aa9222590e09688c5ae1b48b1e5f65d00c87bb
5553 Author: Peter Osterlund <petero2@telia.com>
5554 Date: Fri Jul 30 02:49:04 2004 +0200
5555
5556 Whitespace fix in alpscomm.c.
5557
5558 commit 91c10372f1e6ca4c93914ef1e8140ba4e9fffc6e
5559 Author: Peter Osterlund <petero2@telia.com>
5560 Date: Fri Jul 30 02:36:52 2004 +0200
5561
5562 Consistency fix in the compatibility file.
5563
5564 commit c019c53a69b1e6443db42450523827e2d2b81410
5565 Author: Peter Osterlund <petero2@telia.com>
5566 Date: Thu Jul 29 16:22:03 2004 +0200
5567
5568 Added a trouble-shooting guide explaining what to do about
5569 common installation problems.
5570
5571 commit 134c330983bd0c5fef88e959506b792b6d4e2447
5572 Author: Peter Osterlund <petero2@telia.com>
5573 Date: Thu Jul 29 15:50:38 2004 +0200
5574
5575 Added a FAQ item about horizontal scrolling.
5576
5577 commit 920547535780945068e7d0f302bb169964ffb3e3
5578 Author: Peter Osterlund <petero2@telia.com>
5579 Date: Thu Jul 29 14:20:24 2004 +0200
5580
5581 Fixed a FAQ entry. It's the ClickTime parameter that
5582 controls the duration of a tap click in newer driver versions.
5583
5584 commit b34e07363e3188a3e875651286817a5bfe1b859b
5585 Author: Peter Osterlund <petero2@telia.com>
5586 Date: Wed Jul 28 20:16:46 2004 +0200
5587
5588 Added "Panasonic CF-R3" to the compatibility list.
5589 (From "Axel G. Rossberg" <Axel@Rossberg.net>.)
5590
5591 commit d45a835a21a32a2c86715935e0b0cc30caba9c13
5592 Author: Peter Osterlund <petero2@telia.com>
5593 Date: Wed Jul 28 10:55:55 2004 +0200
5594
5595 Makefile fix to auto-detect x86_64 systems.
5596 From Mattia Dongili <dongili@supereva.it>.
5597
5598 commit 109e6aabb04be4582044fc016b9f756ee7442081
5599 Author: Peter Osterlund <petero2@telia.com>
5600 Date: Wed Jul 28 10:42:52 2004 +0200
5601
5602 Added "NEC Versa E400" to the compatibility list.
5603 (From kamal <yarash@intnet.mu>.)
5604
5605 commit 2568c5e28dd0d175ac47085ac5f62490a1759c0d
5606 Author: Peter Osterlund <petero2@telia.com>
5607 Date: Tue Jul 27 12:20:54 2004 +0200
5608
5609 Changed version to 0.13.4.
5610
5611 commit 53b9941db7b95436f701a9a5bd065a4069ab573f
5612 Author: Peter Osterlund <petero2@telia.com>
5613 Date: Tue Jul 27 00:52:36 2004 +0200
5614
5615 The SynapticsPreInit() function shouldn't call
5616 xf86RemoveEnabledDevice() when it hasn't called xf86AddEnabledDevice()
5617 first.
5618
5619 commit c30e4b8d455d575569fc530377e2aaa88b8dcfcb
5620 Author: Peter Osterlund <petero2@telia.com>
5621 Date: Tue Jul 27 00:49:11 2004 +0200
5622
5623 Fixed another X server crash caused by forgetting to remove
5624 the timer callback in the DeviceOff() function.
5625
5626 commit a7a994b49a915ed2e895ddf24bcfb7a45414f554
5627 Author: Peter Osterlund <petero2@telia.com>
5628 Date: Mon Jul 26 18:35:22 2004 +0200
5629
5630 Removed duplicated function declaration.
5631
5632 commit f5f1f8427634a3970c5bd99940816aba6fa63a52
5633 Author: Peter Osterlund <petero2@telia.com>
5634 Date: Mon Jul 26 15:33:33 2004 +0200
5635
5636 Forgot this file in change 3784d29fb4c478bf555df36b7f7a1ddc06878948.
5637
5638 commit 3784d29fb4c478bf555df36b7f7a1ddc06878948
5639 Author: Peter Osterlund <petero2@telia.com>
5640 Date: Mon Jul 26 15:33:08 2004 +0200
5641
5642 Mention XOrg also in the README and INSTALL files.
5643
5644 commit 8bb2862670d171b6fbf187845253e41b335ad3cd
5645 Author: Peter Osterlund <petero2@telia.com>
5646 Date: Mon Jul 26 14:55:39 2004 +0200
5647
5648 Removed obsolete stuff from the TODO file.
5649
5650 commit cbee47a1f26038ade7386fa52b41d1828036dd1e
5651 Author: Peter Osterlund <petero2@telia.com>
5652 Date: Mon Jul 26 14:43:28 2004 +0200
5653
5654 Don't remove the shared memory segment when DEVICE_CLOSE is
5655 received. When exiting a KDE session in FC2, DEVICE_CLOSE is sent to
5656 the synaptics driver, but the X server doesn't quit. Therefore, the
5657 driver will use a stale memory area afterwards, which can cause X
5658 server crashes and prevent synclient from working.
5659 Reported by Jerry Kiely <jerry@cowboysmall.com>.
5660
5661 commit 14c9eeead6a7549db3197fd7bb62a42c97a89e38
5662 Author: Peter Osterlund <petero2@telia.com>
5663 Date: Sun Jul 25 22:15:26 2004 +0200
5664
5665 Added support for circular touchpads. Based on a patch from
5666 Axel G. Rossberg <Axel@Rossberg.net>.
5667
5668 commit ac0394ad9c16cc38518922175a68d60d66c27845
5669 Author: Peter Osterlund <petero2@telia.com>
5670 Date: Sun Jul 25 20:56:06 2004 +0200
5671
5672 Corrected README file. Some synaptics touchpad models do
5673 have a middle mouse button.
5674
5675 commit efe7b7adb5788c20693f0df1f4d2aaf8b61cdd49
5676 Author: Peter Osterlund <petero2@telia.com>
5677 Date: Sun Jul 25 17:37:49 2004 +0200
5678
5679 Added a caveat about connecting syndaemon to a remote X
5680 server.
5681
5682 commit c8fc266b25c6a2942b521b4a44c1fe8ba8b3b6c7
5683 Author: Peter Osterlund <petero2@telia.com>
5684 Date: Sun Jul 25 17:25:49 2004 +0200
5685
5686 Added a somewhat modified patch from James Ketrenos
5687 <james@ketrenos.com> that implements a daemon mode for syndaemon.
5688
5689 commit 4ddf616991d822e8e1e1b44c69172ea675116c2b
5690 Author: Peter Osterlund <petero2@telia.com>
5691 Date: Fri Jul 23 20:13:38 2004 +0200
5692
5693 Added "Fujitsu-Siemens LIFEBOOK S-2020" to the compatibility
5694 list.
5695 (From Hank Knox <hank@music.mcgill.ca>.)
5696
5697 commit 7ff083e441ec925ca0d138c5ec2a53e8a6435d99
5698 Author: Peter Osterlund <petero2@telia.com>
5699 Date: Fri Jul 23 12:21:11 2004 +0200
5700
5701 * Better default parameters for alps touchpads.
5702 * Added Dmitry's updated alps patch that can do hardware auto-detection
5703 and also disables hardware tapping.
5704
5705 commit f40f0e40ce01415baff8f86a8038ad8b6d02a118
5706 Author: Peter Osterlund <petero2@telia.com>
5707 Date: Thu Jul 22 18:55:18 2004 +0200
5708
5709 Added "Fujitsu-Siemens Amilo M 1420" to the compatibility
5710 list.
5711 (From Torbjorn Pettersen <torbjorn.pettersen@broadpark.no>
5712
5713 commit fdcbe407a3808412ad242f21369032074818a673
5714 Author: Peter Osterlund <petero2@telia.com>
5715 Date: Thu Jul 22 18:31:25 2004 +0200
5716
5717 Added "Acer Aspire 2010" to the compatibility list.
5718 (From Michiel Dethmers <michiel@tincan.co.uk>.)
5719
5720 commit 0f9b4676e75c9d654a3b96ef3672251c3ba23078
5721 Author: Peter Osterlund <petero2@telia.com>
5722 Date: Fri Jul 16 17:45:26 2004 +0200
5723
5724 Added "COMPAQ Presario R3000" to the compatibility list.
5725 (From Darin Nelson <darin@opt-imaging.com>.)
5726
5727 commit d19995db6129d6a41e5cd2001d1715b1a21c6088
5728 Author: Peter Osterlund <petero2@telia.com>
5729 Date: Wed Jul 14 22:55:04 2004 +0200
5730
5731 Added "COMPAQ Presario 912RSH" to the compatibility list.
5732 (From chris riney <criney1@sasoom.tis.tandy.com>.)
5733
5734 commit a8a8acae96e06817640b98bc58469cbaf70871d4
5735 Author: Peter Osterlund <petero2@telia.com>
5736 Date: Sat Jul 10 11:49:05 2004 +0200
5737
5738 Added "Targa Visionary Pro" to the compatibility list.
5739 (From Eric <eric@bloembergen.com>.)
5740
5741 commit 7592041d4349b9ada95b9c55bfc66300dfa17e3a
5742 Author: Peter Osterlund <petero2@telia.com>
5743 Date: Mon Jul 5 15:50:58 2004 +0200
5744
5745 Added "Gericom Cinema XXL" to the compatibility list.
5746 (From Arnaud Quette <arnaud.quette@free.fr>.)
5747
5748 commit 70af73e6e24abf251b028260559806e496ff2216
5749 Author: Peter Osterlund <petero2@telia.com>
5750 Date: Mon Jul 5 15:48:05 2004 +0200
5751
5752 Added "DELL Latitude C400" to the compatibility list.
5753 (From feng zhou <fengzhou@yahoo.com>.)
5754
5755 commit 29db7f350e414924fdd9fd06b6f9a94fa01358aa
5756 Author: Peter Osterlund <petero2@telia.com>
5757 Date: Mon Jul 5 15:44:46 2004 +0200
5758
5759 Added "EMachines M5305" to the compatibility list.
5760 (From pikhurko@webmail.math.cmu.edu.)
5761
5762 commit e836c79506ee735fd56b66eb912cb8ccdd548d56
5763 Author: Peter Osterlund <petero2@telia.com>
5764 Date: Thu Jul 1 19:28:30 2004 +0200
5765
5766 Added "SONY VAIO PCG-GRX650" to the compatibility list.
5767 (From Tim Daly Jr. <tim@tenkan.org>.)
5768
5769 commit 3bac98a8a91da366ee6de3ebd27a284af8369e10
5770 Author: Peter Osterlund <petero2@telia.com>
5771 Date: Tue Jun 29 23:26:16 2004 +0200
5772
5773 Makefile tweak to make it easier to build for x86_64.
5774
5775 commit 88fea6057694a7072324357682d7efafac7ad6b2
5776 Author: Peter Osterlund <petero2@telia.com>
5777 Date: Tue Jun 29 12:05:38 2004 +0200
5778
5779 Added "HP Pavilion ZE4101" to the compatibility list.
5780 (From Jeff Fehervari <jfehervari@yahoo.com>.)
5781
5782 commit a056cf92979b4d97e9553b2fa9982710e3a8e668
5783 Author: Peter Osterlund <petero2@telia.com>
5784 Date: Sat Jun 26 08:46:29 2004 +0200
5785
5786 Added "ASUS L2000B" to the compatibility list.
5787 (From Fred Green UNSW <fgreen@phys.unsw.edu.au>.)
5788
5789 commit 4f4c7f8b622c5566a1aa6652d9273d3f3eab4dab
5790 Author: Peter Osterlund <petero2@telia.com>
5791 Date: Sat Jun 26 08:39:09 2004 +0200
5792
5793 Added "Acer TravelMate 533LCi" to the compatibility list.
5794 (From Frank van der Loo <frank_l@linuxmail.org>.)
5795
5796 commit 4c716aeae5f5710d67c3faaeea511367c692f373
5797 Author: Peter Osterlund <petero2@telia.com>
5798 Date: Wed Jun 23 19:40:28 2004 +0200
5799
5800 Added "Arima A520-K7" to the compatibility list.
5801 (From Ferenc Engard <ferenc@engard.hu>.)
5802
5803 commit 2e63d597da609201158b33af35e31887037bd8f5
5804 Author: Peter Osterlund <petero2@telia.com>
5805 Date: Wed Jun 23 19:24:30 2004 +0200
5806
5807 Added "SONY VAIO VGN-A115S" and "Targa Visionary XP-210" to
5808 the compatibility list.
5809 (From till busch <till@bux.at>.)
5810
5811 commit 7e5d222015b2f176cb7a7c6be7e50ef144320e94
5812 Author: Peter Osterlund <petero2@telia.com>
5813 Date: Wed Jun 23 19:17:52 2004 +0200
5814
5815 Updated synclient man page for the new -V option.
5816 From Mattia Dongili <dongili@supereva.it>.
5817
5818 commit 4dbe8adbbf735e2809ad3817245f005400911b98
5819 Author: Peter Osterlund <petero2@telia.com>
5820 Date: Tue Jun 15 22:37:28 2004 +0200
5821
5822 Added "HP Omnibook 6100" to the compatibility list.
5823 (From Denis DerSarkisian <denis_dersarkisian@yahoo.com>.)
5824
5825 commit 6d9169a0334b7b80c6c6dbf8e1d93567dbb69cf6
5826 Author: Peter Osterlund <petero2@telia.com>
5827 Date: Tue Jun 15 22:31:57 2004 +0200
5828
5829 Added "HP Pavilion ZE4521ea" to the compatibility list.
5830 (From Anthony Durity <anthony.durity@nuigalway.ie>.)
5831
5832 commit d6825991e344486e1b64992ab65fceb363371a16
5833 Author: Peter Osterlund <petero2@telia.com>
5834 Date: Tue Jun 15 22:25:57 2004 +0200
5835
5836 Added "SONY VAIO PCG-FX701" to the compatibility list.
5837 (From Romano Giannetti <romano@dea.icai.upco.es>.)
5838
5839 commit d3fe5330aeb8f71e8acf4849b863b2c89afbc93f
5840 Author: Peter Osterlund <petero2@telia.com>
5841 Date: Tue Jun 15 22:19:44 2004 +0200
5842
5843 Added "RoverBook F219" to the compatibility list.
5844 (From CeDr1ck <cedr1ck@gros.com.ua>.)
5845
5846 commit 7b7b36ec2932de9f97b64584ce020bb72940222d
5847 Author: Peter Osterlund <petero2@telia.com>
5848 Date: Sun Jun 13 22:57:09 2004 +0200
5849
5850 Added "Toshiba Satellite A40" to the compatibility list.
5851 (From Frans Pop <aragorn@tiscali.nl>.)
5852
5853 commit 6c00f1ea7a0e679cc17613434bbc92cfb85232a9
5854 Author: Peter Osterlund <petero2@telia.com>
5855 Date: Sun Jun 13 18:47:12 2004 +0200
5856
5857 Changed version to 0.13.3.
5858
5859 commit a27efd8f04113b01384a2b5ba725d621c0076701
5860 Author: Peter Osterlund <petero2@telia.com>
5861 Date: Sun Jun 13 18:39:44 2004 +0200
5862
5863 Fixed Makefile dependency for change
5864 deb6ed66a951fd0fe892a08cd4f3f802140229ce.
5865
5866 commit deb6ed66a951fd0fe892a08cd4f3f802140229ce
5867 Author: Peter Osterlund <petero2@telia.com>
5868 Date: Sat Jun 12 22:29:39 2004 +0200
5869
5870 Added -V option to synclient to display the version number.
5871 Suggested by Stefan Kombrink <katakombi@web.de> for use in the GUI
5872 configuration tool.
5873
5874 commit ea9e8df12aec74d3e523d869323bbc6a9e44f74d
5875 Author: Peter Osterlund <petero2@telia.com>
5876 Date: Sat Jun 12 22:14:32 2004 +0200
5877
5878 Updated the alps patch for kernel 2.6.7-rc3.
5879
5880 commit 580c8483fe4b80f745ff0d1dc86c3371593d78c7
5881 Author: Peter Osterlund <petero2@telia.com>
5882 Date: Sat Jun 12 22:05:05 2004 +0200
5883
5884 Added "COMPAQ EVO N180" to the compatibility list.
5885 (From digitalFX <xfarrell@losch.net>.)
5886
5887 commit f5d56ef99505c87b376659f32bc715540f628699
5888 Author: Peter Osterlund <petero2@telia.com>
5889 Date: Tue Jun 8 23:04:59 2004 +0200
5890
5891 Consistency fix in change 6f22de441c419ad3f79268ab28d84a11b1b776d6.
5892
5893 commit 6f22de441c419ad3f79268ab28d84a11b1b776d6
5894 Author: Peter Osterlund <petero2@telia.com>
5895 Date: Tue Jun 8 23:04:25 2004 +0200
5896
5897 Added "Fujitsu-Siemens Amilo M-7400" to the compatibility
5898 list.
5899 (From Aktaion <aktaion@gmx.net>.)
5900
5901 commit c22f085e815a0893ea09f12081eea9d47c68e701
5902 Author: Peter Osterlund <petero2@telia.com>
5903 Date: Tue Jun 8 22:59:50 2004 +0200
5904
5905 Reformatting in the compatibility list.
5906
5907 commit 1cb6c555d16e16eddc7f2b76b6883f513e6f43b6
5908 Author: Peter Osterlund <petero2@telia.com>
5909 Date: Sun Jun 6 23:57:34 2004 +0200
5910
5911 Added two parameters.
5912 MaxDoubleTapTime makes it easier to do fast double clicks.
5913 ClickTime adds a delay between the button down and button up events
5914 generated in response to a tap event.
5915
5916 commit 2100a60c62306a831dcd24949c0f73503f664c19
5917 Author: Peter Osterlund <petero2@telia.com>
5918 Date: Sun Jun 6 21:32:05 2004 +0200
5919
5920 Fixed spelling error in the spec file.
5921
5922 commit 1c831251b1992c575ba5d7a5460d9785567650d9
5923 Author: Peter Osterlund <petero2@telia.com>
5924 Date: Sun Jun 6 15:23:59 2004 +0200
5925
5926 Added a LIBDIR Makefile variable to make it easier to build
5927 the driver on x86_64.
5928
5929 commit 31bc44fda8663693b339ab6185cfc09bc3dcdd98
5930 Author: Peter Osterlund <petero2@telia.com>
5931 Date: Sun Jun 6 09:32:02 2004 +0200
5932
5933 Fixed compiler warnings when using the xorg sdk include
5934 files.
5935
5936 commit 8cd0eb9154d97da68a36b7dae4e0695599477f58
5937 Author: Peter Osterlund <petero2@telia.com>
5938 Date: Tue Jun 1 22:40:46 2004 +0200
5939
5940 Added "Fujitsu-Siemens AMILO M 6300" to the compatibility
5941 list.
5942 (From fred <petit.frederic@free.fr>.)
5943
5944 commit 40625eedd6116fb94b4ba07a25b8c09b9a74c64b
5945 Author: Peter Osterlund <petero2@telia.com>
5946 Date: Tue Jun 1 22:29:17 2004 +0200
5947
5948 Added "Gericom Webgine" to the compatibility list.
5949 (From lale@leet.it.)
5950
5951 commit 91c8c6ae41fd7c58d6dae85d80ca9976c94eb950
5952 Author: Peter Osterlund <petero2@telia.com>
5953 Date: Wed May 26 19:53:48 2004 +0200
5954
5955 Added "HP Pavilion N3250" to the compatibility list.
5956 (From dave forbis <df19808@hotmail.com>.)
5957
5958 commit 572cc11e6bc345fd02a6343456e8c109e95666a4
5959 Author: Peter Osterlund <petero2@telia.com>
5960 Date: Thu May 20 22:56:40 2004 +0200
5961
5962 Added "DELL Inspiron 300m" to the compatibility list.
5963 (From Oren Laadan <orenl@cs.columbia.edu>.)
5964
5965 commit 4ed25ff55ccf308f8d22a0f035fb26ddfa6bdafe
5966 Author: Peter Osterlund <petero2@telia.com>
5967 Date: Thu May 20 22:53:47 2004 +0200
5968
5969 Added "MAXDATA Pro 5000X" to the compatibility list.
5970 (From Andre Duffeck <andre.duffeck@arcor.de>.)
5971
5972 commit 2d1dab24d6d9a06eed65f691667e27eac4bcdb2e
5973 Author: Peter Osterlund <petero2@telia.com>
5974 Date: Thu May 20 22:49:17 2004 +0200
5975
5976 Added "HP Pavilion ZE5400" to the compatibility list.
5977 (From David F. Rios <David.Rios@satrack.com>.)
5978
5979 commit 865c1162aed2eb2ba137972bb32d21ca395f0a22
5980 Author: Peter Osterlund <petero2@telia.com>
5981 Date: Sun May 16 07:34:30 2004 +0200
5982
5983 Makefile optimization. Don't call check_gcc more than
5984 necessary.
5985
5986 commit 6ad7b8219959c84c77a24c733df8c0fbed7a4c94
5987 Author: Peter Osterlund <petero2@telia.com>
5988 Date: Sun May 16 07:32:21 2004 +0200
5989
5990 Pass -fno-pic to gcc if supported. The X driver loader can't
5991 load PIC code and some Gentoo users have configured gcc to generate PIC
5992 code by default.
5993 (Reported by Arturo Araya <Arturo_Araya@world.oberlin.edu>.)
5994
5995 commit 057dd60bffc7c38cdc3c7f011cb666b34f91a3a7
5996 Author: Peter Osterlund <petero2@telia.com>
5997 Date: Sat May 15 22:38:01 2004 +0200
5998
5999 Added "ASUS M6700N" to the compatibility list.
6000 (From Cord Bielke <cbielke@gmx.net>.)
6001
6002 commit ed3ea62a2ac4baedb742e331aab1dd158a77b1f6
6003 Author: Peter Osterlund <petero2@telia.com>
6004 Date: Sat May 15 22:30:36 2004 +0200
6005
6006 Added "Acer TravelMate 290" to the compatibility list.
6007 (From Julián Yuste <jyuste09@ono.com>.)
6008
6009 commit 32d18d4e5b59f0c57ea81a467b2f00d838038678
6010 Author: Peter Osterlund <petero2@telia.com>
6011 Date: Sat May 15 22:04:39 2004 +0200
6012
6013 Fixed handling of the repeater device.
6014 (Reported by Ronen Abravanel <ronen@techunix.technion.ac.il>.)
6015
6016 commit d4eaf6d6d809fcb6a2048283f75b7536a5c3ba73
6017 Author: Peter Osterlund <petero2@telia.com>
6018 Date: Mon May 10 22:58:15 2004 +0200
6019
6020 Fixed bug in change b8e955b4ce399ba44e60bd13f9838974eee88513.
6021
6022 commit e8a16ce65e5207304dda46a852b5628baa06458a
6023 Author: Peter Osterlund <petero2@telia.com>
6024 Date: Sun May 9 19:23:08 2004 +0200
6025
6026 Added support for Synaptics cPad devices. (Also requires a
6027 2.6 kernel patch.) From Jan Steinhoff <Jan.Steinhoff@uni-jena.de>.
6028
6029 commit 744372a41b9e64bafe8ee70748ec7495a89146d3
6030 Author: Peter Osterlund <petero2@telia.com>
6031 Date: Sun May 9 16:28:26 2004 +0200
6032
6033 Mention XOrg in the web page, since the driver works fine
6034 with XOrg too.
6035
6036 commit e5ebe6ee4e4430426d4f0b3147ae705c9956cc4b
6037 Author: Peter Osterlund <petero2@telia.com>
6038 Date: Sun May 9 16:01:11 2004 +0200
6039
6040 Changed version to 0.13.2.
6041
6042 commit 5d2b7423ed0717031129af579effd7eec4d99cef
6043 Author: Peter Osterlund <petero2@telia.com>
6044 Date: Sun May 9 12:09:27 2004 +0200
6045
6046 Small cleanup.
6047
6048 commit 77c952aa279c6ae0897bba6322ad4de0ac5f7a1f
6049 Author: Peter Osterlund <petero2@telia.com>
6050 Date: Sun May 9 11:35:37 2004 +0200
6051
6052 Made double clicks faster, so that they work in xmms and the
6053 gtk file selector.
6054 Reported by Jean DIRAISON <diraison.jean@wanadoo.fr>.)
6055
6056 commit 481bb4f0afa482a32840082ef803058036196a31
6057 Author: Peter Osterlund <petero2@telia.com>
6058 Date: Sat May 8 20:59:39 2004 +0200
6059
6060 Fixed bug in change dee1cca686b33a0c2a565d5ecee036abdac6b3a6 that broke
6061 middle mouse button
6062 emulation. The HandleState() fuction modifies the SynapticsHwState
6063 object, so it must work on a copy of the real hardware state, or else
6064 the wrong state will later be used when HandleState() is called from
6065 the timer function.
6066
6067 commit 9bf66c19709e75c0504a394d2ad862fb2289adf6
6068 Author: Peter Osterlund <petero2@telia.com>
6069 Date: Sat May 8 17:38:29 2004 +0200
6070
6071 Added "Acer Ferrari 3000LMi" to the compatibility list.
6072 (From Mark Eaton <meaton@vasco.com>.)
6073
6074 commit 5afb76ed431bc561c52c58094f86703ef01ecd67
6075 Author: Peter Osterlund <petero2@telia.com>
6076 Date: Sat May 8 17:35:43 2004 +0200
6077
6078 Added "COMPAQ Presario 2500" to the compatibility list.
6079 (From "Kneepkens, RFJM (Robert)" <RFJM.Kneepkens@interpolis.nl>.)
6080
6081 commit 7701671665b2f348ab841197c0e5c0dc3aeb70cb
6082 Author: Peter Osterlund <petero2@telia.com>
6083 Date: Wed May 5 21:21:09 2004 +0200
6084
6085 Added "COMPAQ Presario 915US" to the compatibility list.
6086 (From Steve Rubart <steverubart@comcast.net>.)
6087
6088 commit cd990619bb6d44f0364b6746ae4c0f66170956cd
6089 Author: Peter Osterlund <petero2@telia.com>
6090 Date: Wed May 5 21:08:50 2004 +0200
6091
6092 Added "SONY VAIO PCG-NV105" to the compatibility list.
6093 (From Defiant <erik@defiant.homedns.org>.)
6094
6095 commit 2c0f81a36e8560ed692358114b9345f195065ed1
6096 Author: Peter Osterlund <petero2@telia.com>
6097 Date: Wed May 5 21:04:15 2004 +0200
6098
6099 Yet another consistency fix in the compatibility list.
6100
6101 commit bf8b37d82f9c1e1ed4403b5f4c7ba32e79c5edb0
6102 Author: Peter Osterlund <petero2@telia.com>
6103 Date: Wed May 5 21:03:19 2004 +0200
6104
6105 Consistency fix in the compatibility list.
6106
6107 commit bcfff46041026359afdfda3704adf9fc6f8335f6
6108 Author: Peter Osterlund <petero2@telia.com>
6109 Date: Wed May 5 21:00:07 2004 +0200
6110
6111 Updated the "Vobis Highscreen" entry in the compatibility
6112 list.
6113 (From Antonio Celentano <tonice@tonice.de>.)
6114
6115 commit a943bc0f5ed6b7156933d7eecc7fe792985e2d94
6116 Author: Peter Osterlund <petero2@telia.com>
6117 Date: Wed May 5 20:48:09 2004 +0200
6118
6119 Added "DELL Inspiron 4000" and "Toshiba 1105" to the
6120 compatibility list.
6121 (From micky mouse <baal_killer@hotmail.com>.)
6122
6123 commit c9c4d1f832c8cd599db427464663064c30c50d4b
6124 Author: Peter Osterlund <petero2@telia.com>
6125 Date: Mon May 3 21:23:53 2004 +0200
6126
6127 Changed version to 0.13.1.
6128
6129 commit 214bbbd518d6cc0ed06f628dea3b7b2a8dee3129
6130 Author: Peter Osterlund <petero2@telia.com>
6131 Date: Sun May 2 19:19:22 2004 +0200
6132
6133 Added a "GuestMouseOff" parameter to disable the pass
6134 through device. (It's not entirely uncommon that the pointing stick is
6135 broken and generates bogus pointer movements.)
6136 From Moritz Maass <maass@informatik.tu-muenchen.de>.
6137
6138 commit b6cc622350d89b12fbbab354cb245e583e06f306
6139 Author: Peter Osterlund <petero2@telia.com>
6140 Date: Fri Apr 30 22:14:55 2004 +0200
6141
6142 Added "Fujitsu-Siemens LIFEBOOK S-4572" to the compatibility
6143 list.
6144 (From Olaf Glage <olaf@dieglages.de>.)
6145
6146 commit 72ba1ae6183d14236b2e92e417f4a6be50d4dfc8
6147 Author: Peter Osterlund <petero2@telia.com>
6148 Date: Tue Apr 27 21:19:40 2004 +0200
6149
6150 Added "Vobis Highscreen XI 14-C1200" to the compatibility
6151 list.
6152 (From Antonio Celentano <tonice@tonice.de>.)
6153
6154 commit d793d20748e38f83fddabcf077312dd7608b0be5
6155 Author: Peter Osterlund <petero2@telia.com>
6156 Date: Tue Apr 27 21:15:55 2004 +0200
6157
6158 Fixed detection of ALPS touchpads when using a 2.6 linux
6159 kernel. Reported by stage.nexvision <stage.nexvision@laposte.net>.
6160
6161 commit a2bf6b124bce0839dfb682161a0cb69f1cca6444
6162 Author: Peter Osterlund <petero2@telia.com>
6163 Date: Tue Apr 27 19:59:31 2004 +0200
6164
6165 Added "DELL Inspiron 500m" to the compatibility list.
6166 (From holger <holger@ftml.net>.)
6167
6168 commit 4c4599a8acc2d1b1ab3eb8453cedf435e984aa13
6169 Author: Peter Osterlund <petero2@telia.com>
6170 Date: Sat Apr 24 15:30:53 2004 +0200
6171
6172 Changed version to 0.13.0.
6173
6174 commit 9d9b89db9154ae6cb97f7b32fcfe392fc6898931
6175 Author: Peter Osterlund <petero2@telia.com>
6176 Date: Sat Apr 24 15:15:21 2004 +0200
6177
6178 Updated documentation to reflect the fact the ALPS support
6179 no longer requires the 2.6 linux kernel.
6180
6181 commit fffba79a285eead4f225cfd649d0e66089958243
6182 Author: Peter Osterlund <petero2@telia.com>
6183 Date: Sat Apr 24 11:53:15 2004 +0200
6184
6185 Added "HP Pavilion ZE4610us" to the compatibility list.
6186 (From Derrick <derrickm@kcmsdocs.org>.)
6187
6188 commit caf8a07cb5ea4c823baa904e9836d0745e657c1b
6189 Author: Peter Osterlund <petero2@telia.com>
6190 Date: Sat Apr 24 11:45:04 2004 +0200
6191
6192 Always rebuild the tar.bz2 file. (Some dependencies were
6193 missing and adding correct dependencies is not worth the trouble.)
6194
6195 commit 8a9559c317c9c9cdb09c6f0e3e9ef206ce9acf67
6196 Author: Peter Osterlund <petero2@telia.com>
6197 Date: Sat Apr 24 11:00:11 2004 +0200
6198
6199 Added "SONY VAIO Z1" to the compatibility list.
6200 (From Markus Huschka <M_H_ulm@gmx.de>.)
6201
6202 commit 173c0698d8f32a8c6084e6de8f5b4aa362c00fce
6203 Author: Peter Osterlund <petero2@telia.com>
6204 Date: Sat Apr 24 09:21:26 2004 +0200
6205
6206 Explain what packages to install on debian systems. From
6207 mair <mair.allen-williams@cl.cam.ac.uk>.
6208
6209 commit f5179294a7ab7ae033493a4fd4292f6b37fec128
6210 Author: Peter Osterlund <petero2@telia.com>
6211 Date: Sat Apr 24 09:18:40 2004 +0200
6212
6213 Added "Toshiba Portege A100" to the compatibility list.
6214 (From mair <mair.allen-williams@cl.cam.ac.uk>.)
6215
6216 commit e6b7b4f7042d6acc76ceb6eb78ba69eb6a89368c
6217 Author: Peter Osterlund <petero2@telia.com>
6218 Date: Thu Apr 22 23:36:48 2004 +0200
6219
6220 Removed obsolete comment from alps.patch and updated the
6221 patch for kernel 2.6.5.
6222
6223 commit a4ba6e264a52d475ccecf381e9b9acc63190d4f4
6224 Author: Peter Osterlund <petero2@telia.com>
6225 Date: Thu Apr 22 23:32:25 2004 +0200
6226
6227 Added (untested) support for ALPS touchpads using the 2.4
6228 linux kernel.
6229
6230 commit f1146f67f7e377d1f6f32a26bb833fc2b0ed2ed6
6231 Author: Peter Osterlund <petero2@telia.com>
6232 Date: Thu Apr 22 01:07:49 2004 +0200
6233
6234 Fixed change 09085c9fb8f4e243e6bda78a019cd8a50c693dfc. If the device
6235 nodes don't exist, don't
6236 blame it on missing evdev support.
6237
6238 commit 09085c9fb8f4e243e6bda78a019cd8a50c693dfc
6239 Author: Peter Osterlund <petero2@telia.com>
6240 Date: Thu Apr 22 00:37:02 2004 +0200
6241
6242 If the evdev kernel module seems to be missing, say so in
6243 the log file.
6244
6245 commit 3fa4224a123e60bb51f8144dc95d5034fd3152ba
6246 Author: Peter Osterlund <petero2@telia.com>
6247 Date: Tue Apr 20 20:17:51 2004 +0200
6248
6249 Properly implement EventQueryHardware().
6250
6251 commit 70d8648301d81c9035799818e4d4e616256df0d3
6252 Author: Peter Osterlund <petero2@telia.com>
6253 Date: Sun Apr 18 20:55:15 2004 +0200
6254
6255 Removed repeater from the shared memory segment. It's not
6256 possible to share pointers between different address spaces.
6257
6258 commit ab2b8a2c4b5f23731c07648a866d8cc3799215ad
6259 Author: Peter Osterlund <petero2@telia.com>
6260 Date: Sun Apr 18 20:43:54 2004 +0200
6261
6262 Fixed inconsistent function name.
6263
6264 commit 6df2b83affaa4f2a6756ab857e5d400ae30a87cb
6265 Author: Peter Osterlund <petero2@telia.com>
6266 Date: Sun Apr 18 20:43:13 2004 +0200
6267
6268 Don't call PS2QueryHardware() from PSMReadHwState().
6269
6270 commit 52376f3bd0d846de81063bd2b0d42f946177c614
6271 Author: Peter Osterlund <petero2@telia.com>
6272 Date: Sun Apr 18 20:30:43 2004 +0200
6273
6274 Moved ps2_print_ident() forward declaration to ps2comm.h.
6275
6276 commit 264bbfd70a6102dd2a9b8b347e6a31a633984bc0
6277 Author: Peter Osterlund <petero2@telia.com>
6278 Date: Sun Apr 18 20:27:31 2004 +0200
6279
6280 Added (untested) support for the FreeBSD psm mouse driver.
6281
6282 commit 8148d66fb55dc3307fb653242c5120c7192e9773
6283 Author: Peter Osterlund <petero2@telia.com>
6284 Date: Sun Apr 18 19:47:17 2004 +0200
6285
6286 Reverted incorrect changes in change
6287 f56d238d28567c0c23270a72ff656255f4fd8e0d.
6288
6289 commit afab8e3ae05759d40b311532401eb1b5be018795
6290 Author: Peter Osterlund <petero2@telia.com>
6291 Date: Sun Apr 18 11:40:55 2004 +0200
6292
6293 Renamed functions in ps2comm.c for better consistency.
6294
6295 commit fe2a627601a091f097384d4fcc4763267cf6c48b
6296 Author: Peter Osterlund <petero2@telia.com>
6297 Date: Sun Apr 18 11:19:31 2004 +0200
6298
6299 Removed unnecessary #includes and made some code formatting
6300 fixes.
6301
6302 commit 2447cda31a15d0f928daafd52e8c6ac32baffe77
6303 Author: Peter Osterlund <petero2@telia.com>
6304 Date: Sun Apr 18 10:24:14 2004 +0200
6305
6306 Renamed synapticshw to SynapticsHwInfo to avoid conflicts
6307 with the FreeBSD psm driver.
6308
6309 commit e1970297ec26f526f3ac543205bed14920ed0715
6310 Author: Peter Osterlund <petero2@telia.com>
6311 Date: Sun Apr 18 02:02:33 2004 +0200
6312
6313 Updated Makefile dependencies.
6314
6315 commit 3e37b4c7d263b033741bf1c8176c013e5e7ca739
6316 Author: Peter Osterlund <petero2@telia.com>
6317 Date: Sun Apr 18 01:52:08 2004 +0200
6318
6319 Moved the CommData struct from synaptics.h to synproto.h so
6320 that ps2comm.c and eventcomm.c don't have to define SYNAPTICS_PRIVATE.
6321
6322 commit 647c5ae5f5658fabb46ce434be47e2892bed2111
6323 Author: Peter Osterlund <petero2@telia.com>
6324 Date: Sun Apr 18 01:40:07 2004 +0200
6325
6326 Don't call ps2comm functions directly from synaptics.c.
6327
6328 commit f574d42c776f0687cce5c15406ea870211058b39
6329 Author: Peter Osterlund <petero2@telia.com>
6330 Date: Sun Apr 18 01:18:06 2004 +0200
6331
6332 Moved autodev handling to the protocol specific files.
6333
6334 commit 7bd534c0e315a2b9bb3f549df0a30f113d21ee93
6335 Author: Peter Osterlund <petero2@telia.com>
6336 Date: Sun Apr 18 00:57:25 2004 +0200
6337
6338 Removed unnecessary forward declaration.
6339
6340 commit 486548b18107a1b7ddab836baffb87e268b20d6f
6341 Author: Peter Osterlund <petero2@telia.com>
6342 Date: Sat Apr 17 23:44:27 2004 +0200
6343
6344 Fixed incorrect sort order in the compatibility list.
6345
6346 commit 03c247ccc95c464692bf2f65fc2ea5514a64fd40
6347 Author: Peter Osterlund <petero2@telia.com>
6348 Date: Sat Apr 17 23:42:31 2004 +0200
6349
6350 Added "Medion MD9626" to the compatibility list.
6351 (From Olive <olivier.fambon@free.fr>.)
6352
6353 commit e7b5246874512dc6160f3f0792818d9ce4ae8d17
6354 Author: Peter Osterlund <petero2@telia.com>
6355 Date: Sat Apr 17 23:40:34 2004 +0200
6356
6357 Reordered the requirements list in the INSTALL file so that
6358 the most important items come first.
6359
6360 commit 8ad3c7d36b5583dead89b64ee26795772417752a
6361 Author: Peter Osterlund <petero2@telia.com>
6362 Date: Sat Apr 17 23:36:52 2004 +0200
6363
6364 Updated INSTALL file. From Olive <olivier.fambon@free.fr>.
6365
6366 commit b8e955b4ce399ba44e60bd13f9838974eee88513
6367 Author: Peter Osterlund <petero2@telia.com>
6368 Date: Wed Apr 14 20:15:19 2004 +0200
6369
6370 Handle touchpads with a middle mouse button. Based on a 2.6
6371 kernel patch from Dmitry Torokhov.
6372
6373 commit 599641dbbbd9cadf68ddf8cf8ffffbc1533d4012
6374 Author: Peter Osterlund <petero2@telia.com>
6375 Date: Tue Apr 13 19:29:49 2004 +0200
6376
6377 Added "Packard Bell Easy Note E3259SE" to the compatibility
6378 list.
6379 (From Robert Emil Berge <robert@rebi.no>.)
6380
6381 commit a180cc6cae34db09878b2810d64fedea61fe55ae
6382 Author: Peter Osterlund <petero2@telia.com>
6383 Date: Tue Apr 13 19:09:06 2004 +0200
6384
6385 Added "ASUS A2500" to the compatibility list.
6386 (From Duncan Irving <duncan.irving@man.ac.uk>.)
6387
6388 commit 514976ad0380044f34d5a4ebca3bb48450fa4296
6389 Author: Peter Osterlund <petero2@telia.com>
6390 Date: Tue Apr 13 01:13:23 2004 +0200
6391
6392 Moved testprotokoll.c to the test directory.
6393
6394 commit dee1cca686b33a0c2a565d5ecee036abdac6b3a6
6395 Author: Peter Osterlund <petero2@telia.com>
6396 Date: Tue Apr 13 01:02:22 2004 +0200
6397
6398 Don't send the whole SynapticsPrivate struct to the
6399 ReadHwState() functions.
6400
6401 commit 641aef59c6b1aa2f81d4e1ac7017339ff3b5e072
6402 Author: Peter Osterlund <petero2@telia.com>
6403 Date: Mon Apr 12 22:46:21 2004 +0200
6404
6405 Small #include fix.
6406
6407 commit b76ecca961999a42a049023f3ba41d925a4d6718
6408 Author: Peter Osterlund <petero2@telia.com>
6409 Date: Mon Apr 12 22:31:33 2004 +0200
6410
6411 Replaced Success with TRUE/FALSE in ps2comm.c.
6412
6413 commit 324421dd8683b09546312a6c09338a41cc65b235
6414 Author: Peter Osterlund <petero2@telia.com>
6415 Date: Mon Apr 12 21:48:48 2004 +0200
6416
6417 Moved reading of hardware state to the protocol specific
6418 files.
6419
6420 commit 05011c8079c3fe515da7963f99be0d1c6a043272
6421 Author: Peter Osterlund <petero2@telia.com>
6422 Date: Mon Apr 12 13:54:25 2004 +0200
6423
6424 Replaced Success with TRUE/FALSE where possible.
6425
6426 commit 306df7f1219a1d18f8cc56b3bccd3af8eca1fa20
6427 Author: Peter Osterlund <petero2@telia.com>
6428 Date: Mon Apr 12 10:58:33 2004 +0200
6429
6430 Don't export private stuff from ps2comm.[ch].
6431
6432 commit 695a442786bd87997c64d344ac235ef70847f546
6433 Author: Peter Osterlund <petero2@telia.com>
6434 Date: Mon Apr 12 10:45:05 2004 +0200
6435
6436 Moved the QueryHardware function to the protocol specific
6437 files.
6438
6439 commit c1efdf9b3b76e03b4cb0809fddd0160c0c3f4d59
6440 Author: Peter Osterlund <petero2@telia.com>
6441 Date: Mon Apr 12 01:50:07 2004 +0200
6442
6443 The PrintIdent() function doesn't need access to the whole
6444 SynapticsPrivate struct.
6445
6446 commit 5a3e05478ae3e641791031c241dc00eb43598726
6447 Author: Peter Osterlund <petero2@telia.com>
6448 Date: Mon Apr 12 01:27:55 2004 +0200
6449
6450 Some work on abstracting out the protocol differences from
6451 synaptics.c to make supporting the FreeBSD psm driver possible.
6452
6453 commit bda42daf592497ee210868660ce6be5a0f390e98
6454 Author: Peter Osterlund <petero2@telia.com>
6455 Date: Mon Apr 12 00:21:45 2004 +0200
6456
6457 Renamed the DBG macro in ps2comm.c to PS2DBG to avoid
6458 collision with the DBG macro from the XFree86 core.
6459
6460 commit c091af0e838fdf5a338cd51387cc266563f40f89
6461 Author: Peter Osterlund <petero2@telia.com>
6462 Date: Sun Apr 11 23:34:25 2004 +0200
6463
6464 Spelling fix.
6465
6466 commit a4334dd02d70b0d7f2cbe1596ae9ce942e0cee3d
6467 Author: Peter Osterlund <petero2@telia.com>
6468 Date: Sun Apr 11 23:16:11 2004 +0200
6469
6470 Spelling fixes.
6471
6472 commit c818be3c6f2c2efa1e93db463b146a76153a3153
6473 Author: Peter Osterlund <petero2@telia.com>
6474 Date: Sun Apr 11 15:20:40 2004 +0200
6475
6476 Small simplification in HandleTapProcessing().
6477
6478 commit 1a4834ed33ce192f800e63e0726d9704269b47d6
6479 Author: Peter Osterlund <petero2@telia.com>
6480 Date: Sun Apr 11 13:43:33 2004 +0200
6481
6482 Moved pointer delta computations to a separate function.
6483
6484 commit f13fa56f1a5ac09319758e5c56f2e06dc38f4d06
6485 Author: Peter Osterlund <petero2@telia.com>
6486 Date: Sun Apr 11 13:22:12 2004 +0200
6487
6488 Moved scroll processing to a separate function.
6489
6490 commit 1645864d7b1ba6b8b9593409a914fbbe057e04a8
6491 Author: Peter Osterlund <petero2@telia.com>
6492 Date: Sun Apr 11 00:04:18 2004 +0200
6493
6494 Added "ECS A-530 Transmeta 5600" to the compatibility list.
6495 (From Bruno R <petibill@wanadoo.fr>.)
6496
6497 commit 174d85a0f70316f4e2b244018a9864cd34fadd23
6498 Author: Peter Osterlund <petero2@telia.com>
6499 Date: Sat Apr 10 23:46:42 2004 +0200
6500
6501 Implemented a proper state machine for tap and drag
6502 processing. This fixes several problems:
6503 * Double tap and drag now works. (Problem reported by Andrew Pimlott
6504 <andrew@pimlott.net>.)
6505 * Locked drags are handled correctly, even for button 2 and 3
6506 tap-and-drag operations.
6507 * The [LR][TB]CornerButton and TapButton[123] parameters now work also
6508 for button values > 3.
6509 * The old code was too hard to understand.
6510
6511 commit 9a41e6a364c308341772e403332ed3da5399a187
6512 Author: Peter Osterlund <petero2@telia.com>
6513 Date: Fri Apr 9 22:02:57 2004 +0200
6514
6515 Fixed spelling error.
6516
6517 commit 38bcad4cdfcddff171419dced82f04c54be8afee
6518 Author: Peter Osterlund <petero2@telia.com>
6519 Date: Thu Apr 8 22:46:23 2004 +0200
6520
6521 Added "DELL Latitude LS400" to the compatibility list.
6522 (From Florian Schlichting <f.schlichting@ucl.ac.uk>.)
6523
6524 commit 8f131cab8726ff5d5efc34f3e365cb419c736b3e
6525 Author: Peter Osterlund <petero2@telia.com>
6526 Date: Mon Apr 5 00:28:15 2004 +0200
6527
6528 Removed the unused reset retry loop.
6529
6530 commit d1feeac0d2f614ad343f108046970556491397ef
6531 Author: Peter Osterlund <petero2@telia.com>
6532 Date: Mon Apr 5 00:08:07 2004 +0200
6533
6534 More preparations for FreeBSD support.
6535
6536 commit 4feab2340f65c95abde3384f4fd53769cfd98116
6537 Author: Peter Osterlund <petero2@telia.com>
6538 Date: Sun Apr 4 22:58:55 2004 +0200
6539
6540 Shortened the code in SynapticsPreInit() by introducing a
6541 helper variable.
6542
6543 commit fb4b8f3d822d697542e9f4f49e7e5ee2ff1bef43
6544 Author: Peter Osterlund <petero2@telia.com>
6545 Date: Sun Apr 4 22:25:40 2004 +0200
6546
6547 Added "IBM ThinkPad R40" to the compatibility list.
6548 (From Reinhard Tartler <siretart@meinungsverstaerker.de>.)
6549
6550 commit f56d238d28567c0c23270a72ff656255f4fd8e0d
6551 Author: Peter Osterlund <petero2@telia.com>
6552 Date: Sun Apr 4 22:23:08 2004 +0200
6553
6554 Some changes to make supporting FreeBSD easier. From Arne
6555 Schwabe <arne@rfc2549.org>, with some editing by me.
6556
6557 commit 30a409af6f888e47108bb8f1a57118217b8dd799
6558 Author: Peter Osterlund <petero2@telia.com>
6559 Date: Thu Apr 1 21:21:25 2004 +0200
6560
6561 Cosmetic change in the INSTALL file.
6562
6563 commit 6a3c37600df37e5ae5588f077441a54df4c7d12b
6564 Author: Peter Osterlund <petero2@telia.com>
6565 Date: Sun Mar 28 15:22:51 2004 +0200
6566
6567 Added "Acer Aspire 2000" to the compatibility list.
6568 (From Daniel Gonsior <daniel.gonsior@web.de>.)
6569
6570 commit 37aaf27e89ecd88f3409e79b77235b664a909de5
6571 Author: Peter Osterlund <petero2@telia.com>
6572 Date: Sat Mar 27 22:25:56 2004 +0100
6573
6574 Added "COMPAQ EVO N1020v" to the compatibility list.
6575 (From Jonatan Sandström <jonatan.sandstrom@telia.com>.)
6576
6577 commit 16051d17ecbb4549b8f11b219b73047604131fd0
6578 Author: Peter Osterlund <petero2@telia.com>
6579 Date: Sat Mar 27 22:05:35 2004 +0100
6580
6581 Added "HP Omnibook 6000" to the compatibility list.
6582 (From Peter Salisbury <peter@baddesleychurch.org>.)
6583
6584 commit fae035534d89b1e39ed343fa1a8a08e526ff3e48
6585 Author: Peter Osterlund <petero2@telia.com>
6586 Date: Wed Mar 24 21:14:51 2004 +0100
6587
6588 Added "Acer TravelMate 330T" to the compatibility list.
6589 (From Gary Lawrence Murphy <garym@canada.com>.)
6590
6591 commit 7b2bbe12183a289a71a790c90b0aab214f055810
6592 Author: Peter Osterlund <petero2@telia.com>
6593 Date: Mon Mar 22 21:19:07 2004 +0100
6594
6595 Added "Toshiba EX1/524CDET" to the compatibility list.
6596 (From Johnny A <jnny@home.se>.)
6597
6598 commit 873aba342a64ec70a3c878307d4e647d4c1b8297
6599 Author: Peter Osterlund <petero2@telia.com>
6600 Date: Mon Mar 22 21:10:59 2004 +0100
6601
6602 Added "SONY VAIO FX405" to the compatibility list.
6603 (From Markus Gaugusch <markus@gaugusch.at>.)
6604
6605 commit c07fe2e4191e8d49bf20e8083c9976ac13b5b9bc
6606 Author: Peter Osterlund <petero2@telia.com>
6607 Date: Mon Mar 22 21:08:48 2004 +0100
6608
6609 Added "COMPAQ Presario 700EA" to the compatibility list.
6610 (From Harm de Vries <h.de.vries@st.hanze.nl>.)
6611
6612 commit 0a25629e30e7ece4f918481282f9bd4412603d89
6613 Author: Peter Osterlund <petero2@telia.com>
6614 Date: Sat Mar 20 19:19:35 2004 +0100
6615
6616 Added "HP Pavilion ZE4420us" to the compatibility list.
6617 (From Fab Perez <fabperez@dzo.com>.)
6618
6619 commit e316364d718edfd83e62e8b615d814c1c159296b
6620 Author: Peter Osterlund <petero2@telia.com>
6621 Date: Thu Mar 18 21:31:40 2004 +0100
6622
6623 Updated the FAQ.
6624
6625 commit 819c660d8b4399247fb1069016ae37d71545dd4d
6626 Author: Peter Osterlund <petero2@telia.com>
6627 Date: Mon Mar 15 22:39:48 2004 +0100
6628
6629 Added "Fujitsu-Siemens AMILO A 7600" to the compatibility
6630 list.
6631 (From Juho Virtanen <juho.virtanen@iki.fi>.)
6632
6633 commit 02c307e0b49a2bad564c39a754b009c532a1027a
6634 Author: Peter Osterlund <petero2@telia.com>
6635 Date: Sun Mar 14 15:05:27 2004 +0100
6636
6637 Added "COMPAQ Presario 1200" to the compatibility list.
6638 (From M.I. Prins <miprins@iskandar.demon.nl>.)
6639
6640 commit d347a231acc633ab515505690675346488ff4c35
6641 Author: Peter Osterlund <petero2@telia.com>
6642 Date: Mon Mar 8 23:15:12 2004 +0100
6643
6644 Added back support for the TOP makefile variable.
6645
6646 commit e4c5ade83339ecdec2113e6d59e2b4a7a2ea693c
6647 Author: Peter Osterlund <petero2@telia.com>
6648 Date: Mon Mar 8 22:31:31 2004 +0100
6649
6650 Added "COMPAQ Presario 2510EA" to the compatibility list.
6651 (From Matteo Croce <3297627799@wind.it>.)
6652
6653 commit b91a232e9476885719c4f5004720fc998397e39c
6654 Author: Peter Osterlund <petero2@telia.com>
6655 Date: Mon Mar 8 21:36:29 2004 +0100
6656
6657 Added "Acer Aspire 1353XC" to the compatibility list.
6658 (From Edward Gray <edgray@jg-hosting.com>.)
6659
6660 commit 4b1927bcffdf450a8e6991fa84fd51d1b4054b23
6661 Author: Peter Osterlund <petero2@telia.com>
6662 Date: Sun Mar 7 09:55:37 2004 +0100
6663
6664 Added "Airis Diamond 630" to the compatibility list.
6665 (From Tiago Miguel Cavaco Rodrigues <a25092@ualg.pt>.)
6666
6667 commit 3dd1afc05099b69e761c76ef91af62c00f1fe4de
6668 Author: Peter Osterlund <petero2@telia.com>
6669 Date: Thu Mar 4 20:25:16 2004 +0100
6670
6671 Changed version to 0.12.5.
6672
6673 commit a30d9b0eda80a401dc440346708d88b7d9b759d5
6674 Author: Peter Osterlund <petero2@telia.com>
6675 Date: Thu Mar 4 20:16:09 2004 +0100
6676
6677 When no usable event device node was found, print out how
6678 many nodes were checked.
6679
6680 commit 3fc26494885f4ca0085c096d7937a42e2c45ac09
6681 Author: Peter Osterlund <petero2@telia.com>
6682 Date: Wed Mar 3 07:14:59 2004 +0100
6683
6684 Clarified how to get the contents of the
6685 /proc/bus/input/devices file.
6686
6687 commit 8078d4c2b9622e78c30dd6cbf413711ccef7ee52
6688 Author: Peter Osterlund <petero2@telia.com>
6689 Date: Sun Feb 29 23:12:08 2004 +0100
6690
6691 Mention that the X server log file is usually called
6692 /var/log/XFree86.0.log.
6693
6694 commit eeb40cac2b2dfa411618f2ecbffedc85166e675f
6695 Author: Peter Osterlund <petero2@telia.com>
6696 Date: Sun Feb 29 22:33:57 2004 +0100
6697
6698 Made it possible to have both circular scrolling and
6699 vertical/horizontal scrolling enabled at the same time. From Matthias
6700 Ihmig <m.ihmig@gmx.net>.
6701
6702 commit 362c0722dd60376fb0197a899b3f44592bcff09c
6703 Author: Peter Osterlund <petero2@telia.com>
6704 Date: Sun Feb 29 21:23:46 2004 +0100
6705
6706 Made it possible to disable vertical and horizontal
6707 scrolling by setting the corresponding parameter to zero. From Matthias
6708 Ihmig <m.ihmig@gmx.net>.
6709
6710 commit 2f36b06fdc2838440139684d17aea4dabe49c1b3
6711 Author: Peter Osterlund <petero2@telia.com>
6712 Date: Sun Feb 29 21:02:58 2004 +0100
6713
6714 Made it possible to use "edge motion" also when not
6715 dragging. From Matthias Ihmig <m.ihmig@gmx.net>.
6716
6717 commit 661c08dca83b7413cab6f2ac3c3a3f097b975234
6718 Author: Peter Osterlund <petero2@telia.com>
6719 Date: Sun Feb 29 20:46:37 2004 +0100
6720
6721 Added pressure dependent edge motion speed. From Matthias
6722 Ihmig <m.ihmig@gmx.net>.
6723
6724 commit bc76e183f5b7d9d3f01744c22232212558c4067c
6725 Author: Peter Osterlund <petero2@telia.com>
6726 Date: Sun Feb 29 20:21:42 2004 +0100
6727
6728 Fixed bug in change ec6c36c16d5f7093f194595607bc9d2e1d114f5f.
6729
6730 commit 86017b6f84805e4853a76221d8dbcefe4069ae0c
6731 Author: Peter Osterlund <petero2@telia.com>
6732 Date: Sat Feb 28 21:21:20 2004 +0100
6733
6734 Added "Toshiba A20" to the compatibility list.
6735 (From Gabriel Lavoie <glavoie@mutehq.net>.)
6736
6737 commit 633d63d6d39c11a6d217380c02674251d3b584fc
6738 Author: Peter Osterlund <petero2@telia.com>
6739 Date: Sat Feb 28 20:51:46 2004 +0100
6740
6741 Reverted change 90f04a3309544d56e0e1ea845276993599f63167 and added a
6742 note explaining why in the
6743 README.alps file.
6744
6745 commit b51f390888ea8c277326f5dbfb89887b5a0d7673
6746 Author: Peter Osterlund <petero2@telia.com>
6747 Date: Sat Feb 28 20:32:53 2004 +0100
6748
6749 Added "Compaq Presario 2155US" to the compatibility list.
6750 (From Lars Bamberger <Lars.Bamberger@gmx.de>.)
6751
6752 commit ea379ff19c5c2cba9596a6825957076539c4120d
6753 Author: Peter Osterlund <petero2@telia.com>
6754 Date: Sat Feb 28 20:19:03 2004 +0100
6755
6756 Added "Desknote A928" to the compatibility list.
6757 (From Olivier Esser <o.esser@dpmms.cam.ac.uk>.)
6758
6759 commit 684a20f32f21ded5955ceede0183b69be7a12d4a
6760 Author: Peter Osterlund <petero2@telia.com>
6761 Date: Wed Feb 25 18:45:57 2004 +0100
6762
6763 The is_equal() function in synclient.c forgot to check
6764 multibuttons.
6765
6766 commit ee8c5d9849dbcddf682b2c73680614b558319e01
6767 Author: Peter Osterlund <petero2@telia.com>
6768 Date: Wed Feb 25 18:41:16 2004 +0100
6769
6770 Added support for middle mouse button events on some ALPS
6771 touchpad models.
6772
6773 commit 8307eaaced6e8192f0119b27cf9db091e4941352
6774 Author: Peter Osterlund <petero2@telia.com>
6775 Date: Wed Feb 25 18:31:07 2004 +0100
6776
6777 Added support for middle mouse buttons. (Some ALPS touchpads
6778 have them.)
6779
6780 commit ec6c36c16d5f7093f194595607bc9d2e1d114f5f
6781 Author: Peter Osterlund <petero2@telia.com>
6782 Date: Wed Feb 25 18:11:26 2004 +0100
6783
6784 Small preparation for pressure dependent edge motion speed.
6785
6786 commit 7ab526547edfabed201adb2233af296772b72646
6787 Author: Peter Osterlund <petero2@telia.com>
6788 Date: Sun Feb 22 23:03:09 2004 +0100
6789
6790 Added "ASUS Degatto D1" to the compatibility list.
6791 (From Patrick Maupin <pmaupin@speakeasy.net>.)
6792
6793 commit 26b805e09ee02e0e954f2d3f465fc81fdcb441fc
6794 Author: Peter Osterlund <petero2@telia.com>
6795 Date: Thu Feb 19 19:27:54 2004 +0100
6796
6797 Added "Acer TravelMate 451Cli" to the compatibility list.
6798 (From Sebastian Müller <s.mueller@gci.de>.)
6799
6800 commit d6f72c8129abaad8f4d738bc58afeaa25dc76c98
6801 Author: Peter Osterlund <petero2@telia.com>
6802 Date: Thu Feb 19 19:18:00 2004 +0100
6803
6804 Added "HP Pavilion N3350" to the compatibility list.
6805 (From Sam Logen <starz909@yahoo.com>.)
6806
6807 commit adc5124719defafe8a164cebf130ec79e06e3762
6808 Author: Peter Osterlund <petero2@telia.com>
6809 Date: Thu Feb 19 19:10:07 2004 +0100
6810
6811 Added "Sharp Muramasa PC-MV1-5CA" to the compatibility
6812 list.
6813 (From Ka Yan Lee <klee@geminimobile.com>.)
6814
6815 commit 215b300d14adc34ceb39e99f3edf2ab2b53e7b05
6816 Author: Peter Osterlund <petero2@telia.com>
6817 Date: Thu Feb 19 18:55:40 2004 +0100
6818
6819 Added "Samsung Q10" to the compatibility list.
6820 (From MIkE <mike@ull.at>.)
6821
6822 commit 6ad9291e75052a205e010737cabb301c95f0fef0
6823 Author: Peter Osterlund <petero2@telia.com>
6824 Date: Thu Feb 19 17:47:11 2004 +0100
6825
6826 Added "MAXDATA Pro 8000X" to the compatibility list.
6827 (From Thomas Spitz <T.Spitz@Siegener-Zeitung.de>.)
6828
6829 commit df9368ba91e836ae44bc1034b764a3c4b9e88df7
6830 Author: Peter Osterlund <petero2@telia.com>
6831 Date: Tue Feb 10 22:46:16 2004 +0100
6832
6833 Changed version to 0.12.4.
6834
6835 commit 77c0402d14d58dbe100d4a43da4af6b1c50f2c9d
6836 Author: Peter Osterlund <petero2@telia.com>
6837 Date: Tue Feb 10 00:15:11 2004 +0100
6838
6839 Fixed "make clean" to also remove the distribution file.
6840
6841 commit 10d4b1d26c3ef5b64cc048731ef6f917557a95e4
6842 Author: Peter Osterlund <petero2@telia.com>
6843 Date: Tue Feb 10 00:10:59 2004 +0100
6844
6845 Include also the German and French INSTALL files in the
6846 RPM.
6847
6848 commit 3f62d68c1503b838d5aaf1559776c48d9568a949
6849 Author: Peter Osterlund <petero2@telia.com>
6850 Date: Mon Feb 9 23:58:38 2004 +0100
6851
6852 Fixed the .spec-file to make it actually work. You can now
6853 build an rpm directly from the tarball using "rpmbuild -ta".
6854
6855 commit c950f4cd6398e128e38348fe58eb8729ffca74d2
6856 Author: Peter Osterlund <petero2@telia.com>
6857 Date: Mon Feb 9 23:40:41 2004 +0100
6858
6859 Added a "distribution" target to the Makefile.
6860
6861 commit bf028192421e3ad99c218734f9c407078a7e93ca
6862 Author: Peter Osterlund <petero2@telia.com>
6863 Date: Mon Feb 9 23:04:57 2004 +0100
6864
6865 Removed unnecessary local X include files that are available
6866 in the XFree86-devel package. Patch from Paul Bender
6867 <pbender@qualcomm.com>.
6868
6869 commit f62c15b07dcceacd328cd1a2f4f966fad4122063
6870 Author: Peter Osterlund <petero2@telia.com>
6871 Date: Mon Feb 9 22:54:39 2004 +0100
6872
6873 Automatically build using the 4.3 SDK if available. Patch
6874 from Paul Bender <pbender@qualcomm.com>.
6875
6876 commit 6935b77b82842f377dfeb2d59b39e4345be846dd
6877 Author: Peter Osterlund <petero2@telia.com>
6878 Date: Mon Feb 9 22:01:10 2004 +0100
6879
6880 Added uninstall target to the Makefile. From Paul Bender
6881 <pbender@qualcomm.com>.
6882
6883 commit 73931b6b719d94075a501c0d3eb22b06d36b8be6
6884 Author: Peter Osterlund <petero2@telia.com>
6885 Date: Mon Feb 9 00:01:31 2004 +0100
6886
6887 Added "DELL Inspiron 2600" to the compatibility list.
6888 (From Michael Nacey <mnacey@mail1.teletracking.com>.)
6889
6890 commit 5a5d5f2588af286aba38772e18fce0347aa7afec
6891 Author: Peter Osterlund <petero2@telia.com>
6892 Date: Sun Feb 8 22:29:49 2004 +0100
6893
6894 Fixed "make clean" to remove ~ files in the manpages
6895 directory.
6896
6897 commit c03394d78a954194b216fe9320c08674217999aa
6898 Author: Peter Osterlund <petero2@telia.com>
6899 Date: Sun Feb 8 22:21:19 2004 +0100
6900
6901 Removed unnecessary #include. From Paul Bender
6902 <pbender@qualcomm.com>.
6903
6904 commit c42ffc66cc06451c5591704c047964eef117bf47
6905 Author: Peter Osterlund <petero2@telia.com>
6906 Date: Sun Feb 8 22:17:01 2004 +0100
6907
6908 Added (untested) RPM .spec file. From giorgio bellussi
6909 <giorgio.bellussi@infocamere.it>.
6910
6911 commit a2621c563dc124a0a7365839d3a0d25ecbf75b07
6912 Author: Peter Osterlund <petero2@telia.com>
6913 Date: Sun Feb 8 22:13:37 2004 +0100
6914
6915 Added DESTDIR support to the Makefile. From giorgio bellussi
6916 <giorgio.bellussi@infocamere.it> and adapted to the current Makefile
6917 version by me.
6918
6919 commit 7d1935e9ed825c2f6069dbe7389a18649307e737
6920 Author: Peter Osterlund <petero2@telia.com>
6921 Date: Sun Feb 8 22:05:50 2004 +0100
6922
6923 Added proper Makefile dependencies for synclient.1 and
6924 syndaemon.1 so that they are re-installed if/when they are changed.
6925
6926 commit 43026c6e63bae9fe3848be7ff55315cc99aade1a
6927 Author: Peter Osterlund <petero2@telia.com>
6928 Date: Sun Feb 8 22:01:26 2004 +0100
6929
6930 Makefile cleanup. Removed DRIVER variable. Removed reference
6931 to undefined variable EXTRALIBRARYDEPS.
6932
6933 commit 173ce7d90bafce6fec77dd66d3baa7f993226cc5
6934 Author: Peter Osterlund <petero2@telia.com>
6935 Date: Sun Feb 8 21:49:41 2004 +0100
6936
6937 Added copyright headers to synclient.c and syndaemon.c.
6938
6939 commit 354b45ae8123adb0d9805d8e7043d617ab72d6e4
6940 Author: Peter Osterlund <petero2@telia.com>
6941 Date: Sun Feb 8 21:42:40 2004 +0100
6942
6943 Minor corrections to the man pages.
6944
6945 commit 005a0943854fc72d54b4e50452e8bf6071671bbd
6946 Author: Peter Osterlund <petero2@telia.com>
6947 Date: Sun Feb 8 21:35:36 2004 +0100
6948
6949 Added manpages for synclient and syndaemon. Contributed by
6950 Mattia Dongili <dongili@supereva.it>.
6951
6952 commit d5b4060aba07b87425ed798526b5f7342b3b8767
6953 Author: Peter Osterlund <petero2@telia.com>
6954 Date: Sun Feb 8 21:07:04 2004 +0100
6955
6956 Added "DELL Latitude X300" to the compatibility list.
6957 (From Simon Mika <smika@hx.se>.)
6958
6959 commit 00af6627079a528891fcd3910121a4e62a54bcfb
6960 Author: Peter Osterlund <petero2@telia.com>
6961 Date: Tue Feb 3 22:24:30 2004 +0100
6962
6963 Added "COMPAQ Presario 2100Z" to the compatibility list.
6964 (From Andre Eisenbach <andre@eisenbach.com>.)
6965
6966 commit 3d85e3821aac5b84bb9ef055613a8a0b882004f7
6967 Author: Peter Osterlund <petero2@telia.com>
6968 Date: Tue Feb 3 21:59:58 2004 +0100
6969
6970 Added "Siemens Nixdorf Scenic Mobile 710" to the
6971 compatibility list.
6972 (From Thomas Orgis <thomas.orgis@gmx.de>.)
6973
6974 commit c139cf83fb603bc5a4ca04e0fd29601663fe09fe
6975 Author: Peter Osterlund <petero2@telia.com>
6976 Date: Tue Feb 3 21:50:01 2004 +0100
6977
6978 Added "Acer TravelMate 521TE" to the compatibility list.
6979 (From Arthur Taylor <arthurtaylor@shaw.ca>.)
6980
6981 commit db0d0e544a0c53780c47a38af6954496553420d5
6982 Author: Peter Osterlund <petero2@telia.com>
6983 Date: Thu Jan 29 22:35:35 2004 +0100
6984
6985 Added "ASUS M2400A" to the compatibility list.
6986 (From Jens Schittenhelm <jens@jensflorian.com>.)
6987
6988 commit c98a4d7b1a0663602ccf6afdba57d799ab50fda6
6989 Author: Peter Osterlund <petero2@telia.com>
6990 Date: Thu Jan 29 22:30:46 2004 +0100
6991
6992 Added "Fujitsu-Siemens AMILO D 7830" to the compatibility
6993 list.
6994 (From Manolo Padrón Martínez <manolopm@cip.es>.)
6995
6996 commit f894659659ff778167a47cd7fb0a72eff1dc43c3
6997 Author: Peter Osterlund <petero2@telia.com>
6998 Date: Sun Jan 25 23:02:27 2004 +0100
6999
7000 Removed the saved_touchpad_off variable in syndaemon. It's
7001 more robust to just not disable the touchpad if it already is
7002 disabled.
7003
7004 commit 995df72ef0e1db74c6ef432a633cdfdd3209839d
7005 Author: Peter Osterlund <petero2@telia.com>
7006 Date: Sun Jan 25 00:10:28 2004 +0100
7007
7008 Added support for circular scrolling. From Alexei Gilchrist
7009 <alexei@physics.uq.edu.au>, with some cosmetic changes by me.
7010
7011 commit 2fa26a2574fa3e8e79f1fbba5a9d47b866c414e7
7012 Author: Peter Osterlund <petero2@telia.com>
7013 Date: Sat Jan 24 21:35:42 2004 +0100
7014
7015 Added "Fujitsu-Siemens AMILO M 6100" to the compatibility
7016 list.
7017 (From Martin Willemoes Hansen <mwh@sysrq.dk>.)
7018
7019 commit 4d60c730bd2bc27aadc5cd4761645aef07df1722
7020 Author: Peter Osterlund <petero2@telia.com>
7021 Date: Thu Jan 22 21:59:37 2004 +0100
7022
7023 Added "ASUS S5200N" to the compatibility list.
7024 (From Andreas Gruenbacher <agruen@suse.de>.)
7025
7026 commit bb7f82142870ae826879b7276cc3c1d09b27cbff
7027 Author: Peter Osterlund <petero2@telia.com>
7028 Date: Thu Jan 22 18:11:53 2004 +0100
7029
7030 The INSTALL file now mentions that compiling for XFree86 4.0
7031 or 4.1 requires the XFree86 source code.
7032
7033 commit a4b1ec2f99e89809f1a8e092d2ee07b71b935a52
7034 Author: Peter Osterlund <petero2@telia.com>
7035 Date: Thu Jan 22 18:07:02 2004 +0100
7036
7037 Don't mention the no longer existing
7038 CONFIG_MOUSE_PS2_SYNAPTICS config option in the INSTALL file.
7039
7040 commit 1120ab22d0132eef34e88344a2ab2db9cf54cebc
7041 Author: Peter Osterlund <petero2@telia.com>
7042 Date: Thu Jan 22 18:02:24 2004 +0100
7043
7044 The CONFIG_MOUSE_PS2_SYNAPTICS config option doesn't exist
7045 anymore.
7046
7047 commit 4bb52073cf5e789298a3435cab87d33bb45f7f1a
7048 Author: Peter Osterlund <petero2@telia.com>
7049 Date: Thu Jan 22 14:47:53 2004 +0100
7050
7051 Added "Toshiba Satellite M30" to the compatibility list.
7052 (From Tommy Ch. <tommy-c@gmx.net>.)
7053
7054 commit a69f1e0c968c6fe414583b34106593c79b941712
7055 Author: Peter Osterlund <petero2@telia.com>
7056 Date: Thu Jan 22 14:43:56 2004 +0100
7057
7058 Added "DELL Inspiron 5000" to the compatibility list.
7059 (From Axel Boldt <axel@uni-paderborn.de>.)
7060
7061 commit 5a0f2344e3179c912448bfb5a410a55a4adf6c41
7062 Author: Peter Osterlund <petero2@telia.com>
7063 Date: Mon Jan 19 23:38:11 2004 +0100
7064
7065 Added "Gericom X5" to the compatibility list.
7066 (From Gerd Fleischer <GerdFleischer@gmx.de>.)
7067
7068 commit 817f3b102c97de12c80047d5604feb8ab7556bca
7069 Author: Peter Osterlund <petero2@telia.com>
7070 Date: Mon Jan 19 23:18:19 2004 +0100
7071
7072 Added "COMPAQ EVO N1015v" to the compatibility list.
7073 (From Jonas Ã…dahl <tox@dtek.chalmers.se>.)
7074
7075 commit d8f0556b2fa9ee044ea9b92a93cc7dae58ddef20
7076 Author: Peter Osterlund <petero2@telia.com>
7077 Date: Sun Jan 18 12:39:10 2004 +0100
7078
7079 Added "COMPAQ Presario 1723EA" to the compatibility list.
7080 (From Rafet Eriskin <rafet@dtek.chalmers.se>.)
7081
7082 commit 48ecda524bd99f2d46d3ef21c56444df253c5c84
7083 Author: Peter Osterlund <petero2@telia.com>
7084 Date: Sun Jan 18 12:33:33 2004 +0100
7085
7086 Added "IBM ThinkPad R50" to the compatibility list.
7087 (From Tim Wright <Tim.Wright@vuw.ac.nz>.)
7088
7089 commit 47612b922468cf5d807d1e7893e59e63a9977ca9
7090 Author: Peter Osterlund <petero2@telia.com>
7091 Date: Fri Jan 16 07:55:55 2004 +0100
7092
7093 Fixed typo in the FAQ. (mkdev -> mknod).
7094
7095 commit a210c3a5bf5fad3d0e159158742be4f9e7c692a9
7096 Author: Peter Osterlund <petero2@telia.com>
7097 Date: Thu Jan 15 22:26:29 2004 +0100
7098
7099 Added "Sotec 3120X" to the compatibility list.
7100 (From Nick Wilson <evil@linuxfreak.ca>.)
7101
7102 commit dfaea11db7dac4970742e7b5b73325281d7a6b1f
7103 Author: Peter Osterlund <petero2@telia.com>
7104 Date: Tue Jan 13 19:45:15 2004 +0100
7105
7106 Added "Fujitsu-Siemens AMILO L 6810" to the compatibility
7107 list.
7108 (From Hauke Deppmeyer <hauke.deppmeyer@heh.uni-osnabrueck.de>.)
7109
7110 commit a593f31943b8837fbd0b2b1804bf5bfe45d15768
7111 Author: Peter Osterlund <petero2@telia.com>
7112 Date: Tue Jan 13 00:38:25 2004 +0100
7113
7114 Handle touchpads with a scroll region on the right side
7115 where very large X coordinates (typically 8176=0x1ff0) are reported.
7116
7117 commit c86668de260c96ab38ee7c82aedcc3f3df23da56
7118 Author: Peter Osterlund <petero2@telia.com>
7119 Date: Tue Jan 13 00:17:28 2004 +0100
7120
7121 Tiny cleanup.
7122
7123 commit 04b62c8b1660f0daff0a8335c9a903115c739fb4
7124 Author: Peter Osterlund <petero2@telia.com>
7125 Date: Mon Jan 12 22:00:38 2004 +0100
7126
7127 Include time in the "synclient -m" output.
7128
7129 commit 1b77cfccaf6599f6bbece9dbeb2e4012babccfca
7130 Author: Peter Osterlund <petero2@telia.com>
7131 Date: Mon Jan 12 21:09:58 2004 +0100
7132
7133 Changed suggested default values in the INSTALL file, to get
7134 more reasonable speed settings and edge parameters.
7135
7136 commit 7a8a1ecc60201a685ddc2a6bec79c149fbb8c6fd
7137 Author: Peter Osterlund <petero2@telia.com>
7138 Date: Sun Jan 11 13:21:34 2004 +0100
7139
7140 Changed version to 0.12.3.
7141
7142 commit 5222a887b607c313053cfd5f1176c943d827638b
7143 Author: Peter Osterlund <petero2@telia.com>
7144 Date: Sun Jan 11 12:09:20 2004 +0100
7145
7146 Added "Gateway 450XL" to the compatibility list.
7147 (From Aidan Mirisola-Sullivan <amirisolasullivan@clarku.edu>.)
7148
7149 commit 6d4ba1df4bb44831cf5e24513b4f749a83350f36
7150 Author: Peter Osterlund <petero2@telia.com>
7151 Date: Sat Jan 10 22:13:44 2004 +0100
7152
7153 Removed deprecated use of psmouse_noext in the alps patch.
7154 This makes the patch work also for recent -mm kernels.
7155
7156 commit 1879d055d658a6a52fd8f0ebeb38b8a702736892
7157 Author: Peter Osterlund <petero2@telia.com>
7158 Date: Sat Jan 10 17:31:05 2004 +0100
7159
7160 Added "Samsung V20" to the compatibility list.
7161 (From jm@gnux.info.)
7162
7163 commit b7b18268d50e9add68f688fad758f39a6c076997
7164 Author: Peter Osterlund <petero2@telia.com>
7165 Date: Sat Jan 10 16:43:07 2004 +0100
7166
7167 Added "Toshiba Satellite Pro 2100" to the compatibility
7168 list.
7169 (From Andrea Dieni <andrea.dieni@tin.it>.)
7170
7171 commit b2248c26c505a9ae9f6c22c79e47bd479797297a
7172 Author: Peter Osterlund <petero2@telia.com>
7173 Date: Sat Jan 10 16:38:31 2004 +0100
7174
7175 Added "Acer TravelMate 350TE" to the compatibility list.
7176 (From Beast <indorama@rad.net.id>.)
7177
7178 commit e893ba89eff8b846efd0d2de080c8f0ddb30571b
7179 Author: Peter Osterlund <petero2@telia.com>
7180 Date: Sat Jan 10 16:35:06 2004 +0100
7181
7182 Added "COMPAQ EVO N600c" to the compatibility list.
7183 (From Oliver Hanka <hanka@desscon.com>.)
7184
7185 commit 0d1a8e0b0f4126dd2245efe9a90ddc6cf1aaf1cd
7186 Author: Peter Osterlund <petero2@telia.com>
7187 Date: Thu Jan 8 23:37:34 2004 +0100
7188
7189 Added "Acer Aspire 1703SM" to the compatibility list.
7190 (From Francesco Petrogalli <paquito81@tin.it>.)
7191
7192 commit 2b2e7c5dc03bb0c599cd3b0f3e705046989e9957
7193 Author: Peter Osterlund <petero2@telia.com>
7194 Date: Sat Jan 3 14:00:41 2004 +0100
7195
7196 Mention that /dev/input/eventX device nodes are needed when
7197 using the driver with a 2.6 kernel.
7198
7199 commit e083c88b50e3a5bc1e00113fd59856cc4b927582
7200 Author: Peter Osterlund <petero2@telia.com>
7201 Date: Wed Dec 31 22:37:44 2003 +0100
7202
7203 Updated INSTALL.FR.
7204 From Rigot Michel <michel.rigot@advalvas.be>.
7205
7206 commit 089a7aa131d07b6567f3e19e5d4fa1cb253cf1b8
7207 Author: Peter Osterlund <petero2@telia.com>
7208 Date: Tue Dec 30 15:54:16 2003 +0100
7209
7210 Added "HP N6395" to the compatibility list.
7211 (From Jim Richardson <treyvan@wtfo-guru.com>.)
7212
7213 commit f5ef65f1c1f8b2e454384c655dd5c75d64b9d85c
7214 Author: Peter Osterlund <petero2@telia.com>
7215 Date: Tue Dec 30 15:52:59 2003 +0100
7216
7217 Updated HP NX9010 entry in the compatibility list.
7218
7219 commit b7a6acb4bdcb9ca9167ecb2b6272e1f1b32bc2e2
7220 Author: Peter Osterlund <petero2@telia.com>
7221 Date: Tue Dec 30 15:50:12 2003 +0100
7222
7223 Added "DELL Inspiron 8600" to the compatibility list.
7224 (From Alexandre Belloni <abelloni@nerim.net>.)
7225
7226 commit 51d4cdccac3e2f872b0e5784df7c5edea49cbfd6
7227 Author: Peter Osterlund <petero2@telia.com>
7228 Date: Tue Dec 30 15:47:39 2003 +0100
7229
7230 Added "Acer TravelMate 280" to the compatibility list.
7231 (From Andrew Burgess <andrew277@ntlworld.com>.)
7232
7233 commit b427b06ead1d88aa55103157840dda034b570bee
7234 Author: Peter Osterlund <petero2@telia.com>
7235 Date: Mon Dec 29 00:49:47 2003 +0100
7236
7237 The requirements in the INSTALL file are now a numbered list
7238 instead of an unnumbered list.
7239
7240 commit cb8801f3c2ea76b523a2e725e23010437c5bde30
7241 Author: Peter Osterlund <petero2@telia.com>
7242 Date: Mon Dec 29 00:41:54 2003 +0100
7243
7244 Added French translation of the INSTALL file. Contributed by
7245 Rigot Michel <michel.rigot@advalvas.be>.
7246
7247 commit 630971bcc865b3ac3ced615ed4ae48d760382c7a
7248 Author: Peter Osterlund <petero2@telia.com>
7249 Date: Sun Dec 28 03:24:35 2003 +0100
7250
7251 Explain that XFree86-devel is needed to compile the
7252 syndaemon program.
7253
7254 commit b82e8f4b118629597baf38d8f05178d789735dcd
7255 Author: Peter Osterlund <petero2@telia.com>
7256 Date: Sun Dec 28 00:11:10 2003 +0100
7257
7258 Added "HP Compaq NX7000" to the compatibility list.
7259 (From Michael Jahn <michael.linux@web.de>.)
7260
7261 commit f5efdfd91960735b7c03b502a06bf08b955c4405
7262 Author: Peter Osterlund <petero2@telia.com>
7263 Date: Sat Dec 27 17:00:11 2003 +0100
7264
7265 Added "Gericom Hummer 2430" to the compatibility list.
7266 (From Sebastien B <sebastien.bourdeauducq@laposte.net>.)
7267
7268 commit a6f1b57d64a526f4d400cf8b4e6c31ad6e91f06e
7269 Author: Peter Osterlund <petero2@telia.com>
7270 Date: Tue Dec 23 20:17:02 2003 +0100
7271
7272 Removed an already implemented item from the TODO list.
7273
7274 commit 2c197363a8efa3c0c5c4d5d8a7dc80b6f2689485
7275 Author: Peter Osterlund <petero2@telia.com>
7276 Date: Tue Dec 23 20:08:20 2003 +0100
7277
7278 Added "Toshiba 1410-303" to the compatibility list.
7279 (From Margus Niitsoo <Velochy@gmx.net>.)
7280
7281 commit a3b617555d7c285153934d2bfe0429d3d27eec48
7282 Author: Peter Osterlund <petero2@telia.com>
7283 Date: Tue Dec 23 19:59:28 2003 +0100
7284
7285 Added "HP Compaq NX9000" to the compatibility list.
7286 (From Tijmen Ruizendaal <tijmen@connectionresetbypeer.net>.)
7287
7288 commit bb94164f3f9007eac1e9b3de2b6cdd0dc47f0ded
7289 Author: Peter Osterlund <petero2@telia.com>
7290 Date: Tue Dec 23 19:53:35 2003 +0100
7291
7292 Added "Dell Latitude D800" to the compatibility list.
7293 (From Tom Sightler <ttsig@tuxyturvy.com>.)
7294
7295 commit 7cd276294e58894d888d1a47177cb61d8937660e
7296 Author: Peter Osterlund <petero2@telia.com>
7297 Date: Tue Dec 23 18:19:28 2003 +0100
7298
7299 Added "DELL Inspiron 5100" to the compatibility list.
7300 (From jm <jmarik@ucdavis.edu>.)
7301
7302 commit 5756bd418d2435a5d01d0f758079a1edbe4f25e1
7303 Author: Peter Osterlund <petero2@telia.com>
7304 Date: Mon Dec 22 17:05:08 2003 +0100
7305
7306 Included information about the module path for Gentoo 1.4 in
7307 the INSTALL file.
7308
7309 commit 6ec5d2603feb6856269bc691e9e2bb91435fd057
7310 Author: Peter Osterlund <petero2@telia.com>
7311 Date: Mon Dec 22 14:57:57 2003 +0100
7312
7313 Added "COMPAQ Armada M300" to the compatibility list.
7314 (From Pintér Vince <wince.pinter@bmkik.hu>.)
7315
7316 commit 5465f21b40289c7469824492054fd5cc7435b2b1
7317 Author: Peter Osterlund <petero2@telia.com>
7318 Date: Fri Dec 19 21:46:50 2003 +0100
7319
7320 Added "DELL Inspiron 3500" to the compatibility list.
7321 (From Paul Bolle <pebolle@tiscali.nl>.)
7322
7323 commit ddb6714a6249f4643b85afb39d235fbdbcb91b99
7324 Author: Peter Osterlund <petero2@telia.com>
7325 Date: Wed Dec 17 00:37:26 2003 +0100
7326
7327 Changed version to 0.12.2.
7328
7329 commit 14ae2733772d87f6205d46e57672d6acd37666f0
7330 Author: Peter Osterlund <petero2@telia.com>
7331 Date: Tue Dec 16 22:42:14 2003 +0100
7332
7333 Made tap processing configurable. Patch from Justin Quek
7334 <quek@crhc.uiuc.edu>, cleaned up somewhat by me.
7335
7336 commit 90f04a3309544d56e0e1ea845276993599f63167
7337 Author: Peter Osterlund <petero2@telia.com>
7338 Date: Tue Dec 16 20:27:37 2003 +0100
7339
7340 Updated the alps.patch to handle the gesture bit correctly.
7341 (From Tom Sightler <ttsig@tuxyturvy.com>.)
7342
7343 commit 7319f511becc0c129f71548fe13c83da0009b5ad
7344 Author: Peter Osterlund <petero2@telia.com>
7345 Date: Tue Dec 16 19:53:23 2003 +0100
7346
7347 Added "IBM ThinkPad T40p" to the compatibility list.
7348 (From Fred Hucht <fred@thp.Uni-Duisburg.DE>.)
7349
7350 commit 8f9605830b9e5e60f68561ddb3747f250707f802
7351 Author: Peter Osterlund <petero2@telia.com>
7352 Date: Tue Dec 16 19:48:52 2003 +0100
7353
7354 Guest packets require the newabs protocol. (From Fred Hucht
7355 <fred@thp.Uni-Duisburg.DE>.)
7356
7357 commit f928c154f544f22d3a51cd4972a1e1e36c973781
7358 Author: Peter Osterlund <petero2@telia.com>
7359 Date: Tue Dec 16 00:07:48 2003 +0100
7360
7361 When calling HandleState() from timerFunc() make sure
7362 guest_dx and guest_dy are zero, so that we don't account for the same
7363 delta values more than once.
7364
7365 commit 79d70cd3491ebed6ac02d3d4646874cc34611bfc
7366 Author: Peter Osterlund <petero2@telia.com>
7367 Date: Tue Dec 16 00:02:29 2003 +0100
7368
7369 Cosmetic changes.
7370
7371 commit cdac4b8d80d60ec87bd18e874b26232e18177608
7372 Author: Peter Osterlund <petero2@telia.com>
7373 Date: Mon Dec 15 23:59:49 2003 +0100
7374
7375 Cosmetic changes.
7376
7377 commit 0024b7707a9445713babc76bb23f42b8417f1719
7378 Author: Peter Osterlund <petero2@telia.com>
7379 Date: Mon Dec 15 23:52:35 2003 +0100
7380
7381 Fixed bug in change e6d92b0e4399ead8d24e043857d3120b87ecc1ef. Pass-through
7382 packets were parsed as
7383 both pass through packets and normal packets.
7384
7385 commit 4ca397a160371aaf9119f26800ea81994bb46a45
7386 Author: Peter Osterlund <petero2@telia.com>
7387 Date: Mon Dec 15 23:29:26 2003 +0100
7388
7389 Fixed bug in change 5b55777bf27124647422000f9d71f273f7864406.
7390
7391 commit 5b55777bf27124647422000f9d71f273f7864406
7392 Author: Peter Osterlund <petero2@telia.com>
7393 Date: Mon Dec 15 23:13:43 2003 +0100
7394
7395 Cleaned up the packet parsing code.
7396
7397 commit e6d92b0e4399ead8d24e043857d3120b87ecc1ef
7398 Author: Peter Osterlund <petero2@telia.com>
7399 Date: Mon Dec 15 22:44:08 2003 +0100
7400
7401 Added pass through support. From David Kennedy and Fred
7402 Hucht.
7403
7404 commit 13e1f68ac2c43e448bd012139bba5278a29f874c
7405 Author: Peter Osterlund <petero2@telia.com>
7406 Date: Mon Dec 15 21:11:17 2003 +0100
7407
7408 Added "IBM ThinkPad T30" to the compatibility list.
7409 (From Fred Hucht <fred@thp.Uni-Duisburg.DE>.)
7410
7411 commit c4664996d7791dac5cf24966c05a042d20d3b757
7412 Author: Peter Osterlund <petero2@telia.com>
7413 Date: Mon Dec 15 20:49:32 2003 +0100
7414
7415 Cosmetic changes in ps2comm.c. Mostly from Fred Hucht
7416 <fred@thp.Uni-Duisburg.DE> and/or David Kennedy.
7417
7418 commit 073e5439786b97793ab6dc5cb82cf1144a38405e
7419 Author: Peter Osterlund <petero2@telia.com>
7420 Date: Thu Dec 11 19:59:43 2003 +0100
7421
7422 Clarified that the EmulateMidButtonTime parameter affects
7423 the physical mouse buttons, not tapping.
7424
7425 commit cda45f6eb940a96c85e7bc4d6e2e2be610d36bef
7426 Author: Peter Osterlund <petero2@telia.com>
7427 Date: Thu Dec 11 18:18:37 2003 +0100
7428
7429 Clarified that the MinSpeed, MaxSpeed and AccelFactor
7430 parameters don't have any effect on scrolling speed.
7431
7432 commit 73eb7e265704590df4f57bd19e7cb0038c7db3f3
7433 Author: Peter Osterlund <petero2@telia.com>
7434 Date: Thu Dec 11 17:39:26 2003 +0100
7435
7436 Added "Gericom A2" to the compatibility list.
7437 (From Bastiaan Veelo <Bastiaan.N.Veelo@immtek.ntnu.no>.)
7438
7439 commit 75299c611e36ab2f881d735dc6ac1e75e81cba21
7440 Author: Peter Osterlund <petero2@telia.com>
7441 Date: Wed Dec 10 21:47:00 2003 +0100
7442
7443 Added "Acer TravelMate 244LM" to the compatibility list.
7444 (From Malcolm Farmer <general@smilodon.plus.com>.)
7445
7446 commit b86f6c519a00d033cf0d862015186bb5b376b6ba
7447 Author: Peter Osterlund <petero2@telia.com>
7448 Date: Sun Dec 7 00:00:11 2003 +0100
7449
7450 Translated the TODO file to English.
7451
7452 commit 80d38a1db80b467c5f15e4c6190dca691a228ed1
7453 Author: Peter Osterlund <petero2@telia.com>
7454 Date: Sat Dec 6 10:56:37 2003 +0100
7455
7456 Updated INSTALL.DE. Translation contributed by
7457 Markus B. <bajo@gmx.at>.
7458
7459 commit 46560d5fa1d9e601916efc442f4bd9599f23f731
7460 Author: Peter Osterlund <petero2@telia.com>
7461 Date: Fri Dec 5 00:25:24 2003 +0100
7462
7463 Explained how to find the correct event device when using
7464 the driver with an ALPS GlidePoint device.
7465
7466 commit 111ff490a4887b24fd430a52b67a99932ea2248f
7467 Author: Peter Osterlund <petero2@telia.com>
7468 Date: Fri Dec 5 00:05:49 2003 +0100
7469
7470 Added "ASUS B1500" to the compatibility list.
7471 (From Tomas Metz jr. <tomm@metz.cz>.)
7472
7473 commit 9bb7c8a065dcdc61a7c5e7a73be8c94bcb0a09aa
7474 Author: Peter Osterlund <petero2@telia.com>
7475 Date: Wed Dec 3 00:20:33 2003 +0100
7476
7477 Only use the -fno-merge-constants compiler flag if the
7478 compiler understands it.
7479
7480 commit 60407d1e3d7f27dbe1a63e42499b889d2997ec1f
7481 Author: Peter Osterlund <petero2@telia.com>
7482 Date: Tue Dec 2 22:35:22 2003 +0100
7483
7484 Added "COMPAQ Presario 1710T" to the compatibility list.
7485 (From Justin Quek <quek@crhc.uiuc.edu>.)
7486
7487 commit 51d47912b8ee64944fd58e13eeb5b54305fde75f
7488 Author: Peter Osterlund <petero2@telia.com>
7489 Date: Tue Dec 2 19:55:50 2003 +0100
7490
7491 Added "Acer Aspire 1601LC" to the compatibility list.
7492 (From Jean Lepropre <jlepropre@student.ulg.ac.be>.)
7493
7494 commit c3058fae0e4f67739a88a7ee2ea8c7faaf1ec97a
7495 Author: Peter Osterlund <petero2@telia.com>
7496 Date: Sun Nov 30 09:15:02 2003 +0100
7497
7498 Added an explanation how the FingerLow, FingerHigh,
7499 MaxTapTime and MaxTapMove parameters affect tapping.
7500
7501 commit f70be12f843bb31a93415829920c16165fbf3a2c
7502 Author: Peter Osterlund <petero2@telia.com>
7503 Date: Sat Nov 29 08:25:19 2003 +0100
7504
7505 Added "Sharp PC-FS2518" to the compatibility list.
7506 (From Simon Bell <aooi58@dsl.pipex.com>.)
7507
7508 commit 08deb1d3f1bd4691a37be689767788f053fed6b0
7509 Author: Peter Osterlund <petero2@telia.com>
7510 Date: Fri Nov 28 21:27:05 2003 +0100
7511
7512 Added "Panasonic Toughbook W2" to the compatibility list.
7513 (From Alexei Gilchrist <alexei@physics.uq.edu.au>.)
7514
7515 commit 1e4d7b9b0da416dad8328c90e647f9f93d990d40
7516 Author: Peter Osterlund <petero2@telia.com>
7517 Date: Fri Nov 28 20:19:12 2003 +0100
7518
7519 Added "DELL Inspiron 8100" to the compatibility list.
7520 (From Dmitry Torokhov <dtor_core@ameritech.net>.)
7521
7522 commit ea69c93f16cb271d9dc6d58a6c3b7f4e520d1c55
7523 Author: Peter Osterlund <petero2@telia.com>
7524 Date: Thu Nov 27 00:18:48 2003 +0100
7525
7526 Added "HP Omnibook XE4400" to the compatibility list.
7527 (From alnoah@moncantabrari.com.)
7528
7529 commit 9e4c2ed27323f0b0412284eaa7ba3cfb5edd0dc7
7530 Author: Peter Osterlund <petero2@telia.com>
7531 Date: Mon Nov 24 22:56:08 2003 +0100
7532
7533 Added "Acer Aspire 1353LC" to the compatibility list.
7534 (From Andrea Stroppolo <andrea.stroppolo@libero.it>.)
7535
7536 commit 5a821ab9b099b193aba603f5feea3ffb1c872c5b
7537 Author: Peter Osterlund <petero2@telia.com>
7538 Date: Mon Nov 24 22:53:02 2003 +0100
7539
7540 Added "Medion MD40100" to the compatibility list.
7541 (From Richard Hoefter <richard.hoefter@web.de>.)
7542
7543 commit 2789ae53fd0c82d8a61c809be5b0e9d4d96c3285
7544 Author: Peter Osterlund <petero2@telia.com>
7545 Date: Thu Nov 20 21:31:01 2003 +0100
7546
7547 Added "IBM ThinkPad T41" to the compatibility list.
7548 (From Ari Pollak <ari@debian.org>.)
7549
7550 commit 569a0c1ab70184b1be93cb15795f2b7b9830505b
7551 Author: Peter Osterlund <petero2@telia.com>
7552 Date: Thu Nov 20 18:34:18 2003 +0100
7553
7554 In the syndaemon help message, print the default disable
7555 time. (Suggestion from Frédéric Bothamy <frederic.bothamy@free.fr>.)
7556
7557 commit 069e4a26a67d11c1a0c2194f09ead2acad1a75ba
7558 Author: Peter Osterlund <petero2@telia.com>
7559 Date: Thu Nov 20 18:32:24 2003 +0100
7560
7561 Made syndaemon recognize the '?' option, causing the help
7562 message to be printed.
7563
7564 commit 793b86a23aee1b6d59cee377ff7f6cb6d48b5fe1
7565 Author: Peter Osterlund <petero2@telia.com>
7566 Date: Thu Nov 20 18:30:18 2003 +0100
7567
7568 Added "COMPAQ Presario 711EA" to the compatibility list.
7569 (From Frédéric Bothamy <frederic.bothamy@free.fr>.)
7570
7571 commit 00bd7e6acc8168998ea3365ef6ebb223adb0577a
7572 Author: Peter Osterlund <petero2@telia.com>
7573 Date: Tue Nov 18 22:53:11 2003 +0100
7574
7575 Added "Sony PCG-TR1A" to the compatibility list.
7576 (From Gene Imes <gene@ozob.net>.)
7577
7578 commit b90424a631341cb08eec23d96bcc401fde678828
7579 Author: Peter Osterlund <petero2@telia.com>
7580 Date: Tue Nov 18 22:43:26 2003 +0100
7581
7582 Added parameter settings to the InputDevice example in
7583 README.alps, so that the whole thing can be cut and pasted into the
7584 XFree86 config file. (Suggestion from Gene Imes <gene@ozob.net>.)
7585
7586 commit b843ea1eed178decbdd5828e42e8c50ca34047fb
7587 Author: Peter Osterlund <petero2@telia.com>
7588 Date: Tue Nov 18 22:28:22 2003 +0100
7589
7590 Added "HP Pavillion ZT3000" to the compatibility list.
7591 (From Justin Jones <randomgalssuck@iinet.net.au>.)
7592
7593 commit f764fdbf20e25e5bbcbc6cc462cb06903bae2cff
7594 Author: Peter Osterlund <petero2@telia.com>
7595 Date: Mon Nov 17 16:42:57 2003 +0100
7596
7597 Added an fflush() call after the printf in the monitor loop
7598 in synclient.c. This makes "synclient -m" behave better when the output
7599 is piped to some other program.
7600 (From Anders Kaseorg <anders@kaseorg.com>.)
7601
7602 commit 49254fe2f08123d5fe21e9bfa6f3f26de3a4f2a0
7603 Author: Peter Osterlund <petero2@telia.com>
7604 Date: Mon Nov 17 00:55:53 2003 +0100
7605
7606 Added "Airis Pragma 750" to the compatibility list.
7607 (From José L. Fernández Jambrina <j.fdez.jambrina@telefonica.net>.)
7608
7609 commit b6109c357c46b676e82259f2bd2bb2d935f211c9
7610 Author: Peter Osterlund <petero2@telia.com>
7611 Date: Sun Nov 16 12:19:46 2003 +0100
7612
7613 Added "DELL Inspiron 5150" to the compatibility list.
7614 (From Steve Head <smhh@onthe.net.au>.)
7615
7616 commit 99566d5e09b49c57629d44f475b865c1e8dbe997
7617 Author: Peter Osterlund <petero2@telia.com>
7618 Date: Sat Nov 15 13:40:29 2003 +0100
7619
7620 Added "DELL Inspiron 7000" to the compatibility list.
7621 (From casey <cruark@comcast.net>.)
7622
7623 commit c0113a86d4aaf399c1fa4eec29553203eb76ea59
7624 Author: Peter Osterlund <petero2@telia.com>
7625 Date: Fri Nov 14 21:17:16 2003 +0100
7626
7627 Changed version to 0.12.1.
7628
7629 commit ed43dd7af5533432afc3d69fbec4a24b5512a1b2
7630 Author: Peter Osterlund <petero2@telia.com>
7631 Date: Fri Nov 14 21:11:45 2003 +0100
7632
7633 No longer support installation from a precompiled binary.
7634 It should be possible for everyone to compile from source.
7635
7636 commit 2d84ff6e0b937459ced3208362c0fae7b48bab9c
7637 Author: Peter Osterlund <petero2@telia.com>
7638 Date: Fri Nov 14 20:56:59 2003 +0100
7639
7640 Added the FAQ section from the web page to the README file.
7641
7642 commit c8955366a82e863c74e835f2861eb3aa68e464a1
7643 Author: Peter Osterlund <petero2@telia.com>
7644 Date: Fri Nov 14 20:44:58 2003 +0100
7645
7646 Restructured and updated the documentation. Created README
7647 file that replaces the FEATURES and PARAMETER files.
7648
7649 commit 98295fd6ca1f747c2e390692c1bcfd59370b23a3
7650 Author: Peter Osterlund <petero2@telia.com>
7651 Date: Wed Nov 12 21:29:02 2003 +0100
7652
7653 Improved a comment.
7654
7655 commit e2f79457b8ddbf4bb99c01909d79a7f3966b664d
7656 Author: Peter Osterlund <petero2@telia.com>
7657 Date: Wed Nov 12 21:02:21 2003 +0100
7658
7659 Added "PowerPro C 3:16" to the compatibility list.
7660 (From Anders Kaseorg <anders@kaseorg.com>.) (Requires change
7661 c04c5744c3fdaff2037b7eb387640888c09d8b1a.)
7662
7663 commit 0a3ab4831d47ccde9f1ccfefbac16a0de1bbcf99
7664 Author: Peter Osterlund <petero2@telia.com>
7665 Date: Wed Nov 12 20:49:36 2003 +0100
7666
7667 Replaced the oneFinger, twoFingers and threeFingers
7668 variables in SynapticsHwState with a single variable numFingers. This
7669 is more logical, the old variables only existed because of
7670 implementation details in the 2.6 kernel interface.
7671
7672 commit 5181449a9ffb449ac55d943ab2b6905f97558d4f
7673 Author: Peter Osterlund <petero2@telia.com>
7674 Date: Wed Nov 12 20:02:01 2003 +0100
7675
7676 Removed compatibility code for old (<test6) 2.6 kernels.
7677
7678 commit efbbea912111d1072b472cc1e38c57203a8059cd
7679 Author: Peter Osterlund <petero2@telia.com>
7680 Date: Wed Nov 12 16:52:01 2003 +0100
7681
7682 Rediffed the alps patch for kernel 2.6.0-test9-bk16.
7683
7684 commit c04c5744c3fdaff2037b7eb387640888c09d8b1a
7685 Author: Peter Osterlund <petero2@telia.com>
7686 Date: Wed Nov 12 16:14:34 2003 +0100
7687
7688 Made the packet checking code less strict, so that the
7689 driver works also for touchpads that don't strictly follow the
7690 specified protocol. Problem reported by Anders Kaseorg
7691 <anders@kaseorg.com> using a PowerPro C 3:16 laptop.
7692
7693 commit 8424ef07deb673f2b506d4184d25d00b2e34c367
7694 Author: Peter Osterlund <petero2@telia.com>
7695 Date: Tue Nov 11 20:14:16 2003 +0100
7696
7697 Removed unnecessary pointer typedefs.
7698
7699 commit 2252815be5479c5665b7d0de9a55760432ac514e
7700 Author: Peter Osterlund <petero2@telia.com>
7701 Date: Tue Nov 11 16:29:09 2003 +0100
7702
7703 Do edge detection a little later in the HandleState()
7704 function, so that it is not done at all when the touchpad is disabled.
7705
7706 commit 984f218d03d2a98856bf318d6665fa69ed02905b
7707 Author: Peter Osterlund <petero2@telia.com>
7708 Date: Tue Nov 11 16:23:13 2003 +0100
7709
7710 Added "HP NX9010" to the compatibility list.
7711 (From Roberto Selbach Teixeira <roberto@robt.org>.)
7712
7713 commit 1c9a4cbd499f261047c63be7a413b2379123b06f
7714 Author: Peter Osterlund <petero2@telia.com>
7715 Date: Mon Nov 10 20:39:40 2003 +0100
7716
7717 Fixed spelling error.
7718
7719 commit 5b959ee659590b48ceffc49c6176aa95e5bf760e
7720 Author: Peter Osterlund <petero2@telia.com>
7721 Date: Wed Nov 5 18:15:00 2003 +0100
7722
7723 Added "HP Pavillion ZE4125" to the compatibility list.
7724 (From Kurt Bechstein <kbechstein@buckeye-express.com>.)
7725
7726 commit 475b1c5a822f855eee09ff352588f88a2d8900cb
7727 Author: Peter Osterlund <petero2@telia.com>
7728 Date: Mon Nov 3 21:05:04 2003 +0100
7729
7730 Added "SONY VAIO GR7/K" to the compatibility list.
7731 (From Mattia Dongili <dongili@supereva.it>.)
7732
7733 commit 3e4020797e608369cc15f14520ebc1317bee7965
7734 Author: Peter Osterlund <petero2@telia.com>
7735 Date: Mon Nov 3 20:36:29 2003 +0100
7736
7737 Added "DELL Inspiron 1100" to the compatibility list.
7738 (From Damien Solley <dsolley@student.usyd.edu.au>.)
7739
7740 commit 91fdf85fba2fd2a46db154c67c7b4e5bc2774629
7741 Author: Peter Osterlund <petero2@telia.com>
7742 Date: Sun Nov 2 11:51:49 2003 +0100
7743
7744 Disable the whole touchpad, not just tapping, during
7745 keyboard activity.
7746
7747 commit 91c7a9f8004eeed3f3c86863ae4c3c8112045fc4
7748 Author: Peter Osterlund <petero2@telia.com>
7749 Date: Sun Nov 2 11:30:46 2003 +0100
7750
7751 Added "syndaemon", a program that monitors keyboard activity
7752 and disables touchpad tapping when the keyboard is being used.
7753
7754 commit 282572e2ffd9ce3119dc750591b5633d854f1d67
7755 Author: Peter Osterlund <petero2@telia.com>
7756 Date: Thu Oct 30 19:39:05 2003 +0100
7757
7758 Added "COMPAQ Presario 700US" to the compatibility list.
7759 (From Jeremie Wattellier <j_wattellier@yahoo.com>.)
7760
7761 commit 6f4b0b58f7ccd96e8238dca79916f458a9e9fd2e
7762 Author: Peter Osterlund <petero2@telia.com>
7763 Date: Thu Oct 30 19:35:28 2003 +0100
7764
7765 Added "Panasonic CF-R1" to the compatibility list.
7766 (From matthew@mulrooney.ca.)
7767
7768 commit fa786c17e73cc29a01653665b598025853225699
7769 Author: Peter Osterlund <petero2@telia.com>
7770 Date: Mon Oct 27 19:20:09 2003 +0100
7771
7772 Added a note explaining that you can not have more than one
7773 core pointer.
7774
7775 commit 366457bafa1df82eb363c68fa3cf5be2caaf3a5a
7776 Author: Peter Osterlund <petero2@telia.com>
7777 Date: Mon Oct 27 19:08:04 2003 +0100
7778
7779 Added "INote 88EPS" to the compatibility list.
7780 (From Yves Caniou <Yves.Caniou@loria.fr>.)
7781
7782 commit 8e470c9d5851611bb95a78760dbf7bf5c7f8ca14
7783 Author: Peter Osterlund <petero2@telia.com>
7784 Date: Sun Oct 26 10:30:38 2003 +0100
7785
7786 Changed version to 0.12.0.
7787
7788 commit d184b86a023afc88a94341e58c6c81e3bc5985c7
7789 Author: Peter Osterlund <petero2@telia.com>
7790 Date: Sun Oct 26 10:19:51 2003 +0100
7791
7792 Updated documentation regarding 2.6.x, alps and security
7793 considerations for the SHMConfig driver option.
7794
7795 commit b1009fe08bab96d1dab6ac48c5382861019a7c10
7796 Author: Peter Osterlund <petero2@telia.com>
7797 Date: Sun Oct 26 09:05:04 2003 +0100
7798
7799 Added the alps kernel patch for 2.6.0-test9.
7800
7801 commit 30d59997968289a8491e0b4f26d1ba6f160cd729
7802 Author: Peter Osterlund <petero2@telia.com>
7803 Date: Sun Oct 26 08:58:41 2003 +0100
7804
7805 Print the driver version string before other driver
7806 messages.
7807
7808 commit 7f348b659c49d56da3872efcb8ce27038d176458
7809 Author: Peter Osterlund <petero2@telia.com>
7810 Date: Fri Oct 24 17:08:06 2003 +0200
7811
7812 Added "ASUS M3000N" to the compatibility list.
7813 (From Luca Capello <luca@pca.it>.)
7814
7815 commit 820748ba2a3c9c9a76d886b39238c46283d94855
7816 Author: Peter Osterlund <petero2@telia.com>
7817 Date: Fri Oct 24 16:52:43 2003 +0200
7818
7819 Added "Compaq Evo N800v" to the compatibility list.
7820 (From Vladimir Wiedermann <wiedermann@sturak.sk>.)
7821
7822 commit dba1d2aef96116d95bffb08214bc8f9bf108063c
7823 Author: Peter Osterlund <petero2@telia.com>
7824 Date: Sun Oct 19 17:46:16 2003 +0200
7825
7826 Added "HP Omnibook XT1000 (F3433)" to the compatibility
7827 list. (From Philip Rieger <prieger@gmx.de>.)
7828
7829 commit 4093aab2f0660dbcd30f9f13e9757fdf8c88f488
7830 Author: Peter Osterlund <petero2@telia.com>
7831 Date: Fri Oct 17 16:32:27 2003 +0200
7832
7833 Added "COMPAQ Presario 2825EA" and "DELL Latitude C610" to
7834 the compatibility list.
7835 (From Dr. Jörg-Volker Peetz <peetz@scai.fhg.de>.)
7836
7837 commit 698ae2fa0e167d3954692da978ba7023ae5ed674
7838 Author: Peter Osterlund <petero2@telia.com>
7839 Date: Thu Oct 16 07:47:30 2003 +0200
7840
7841 In the bug reporting paragraph, ask for dmesg and
7842 /proc/bus/input/devices for 2.6.x kernels.
7843
7844 commit a415c1c4b356440d8587cbc705e05ee84b3d0fb0
7845 Author: Peter Osterlund <petero2@telia.com>
7846 Date: Mon Oct 13 23:39:27 2003 +0200
7847
7848 Fixed some language issues.
7849
7850 commit 64cb1f3f141c17340d38550a2ac251f6a9e30f77
7851 Author: Peter Osterlund <petero2@telia.com>
7852 Date: Mon Oct 13 23:33:25 2003 +0200
7853
7854 Report all eight multi buttons in the synclient program.
7855
7856 commit d2aa3f955bba0159b2190c1012365699f0b8ecba
7857 Author: Peter Osterlund <petero2@telia.com>
7858 Date: Mon Oct 13 23:06:52 2003 +0200
7859
7860 Cosmetic cleanup in ps2comm.h.
7861
7862 commit 909bb54fdb1f9fee3aa004df112c02d754ef53d0
7863 Author: Peter Osterlund <petero2@telia.com>
7864 Date: Mon Oct 13 22:02:10 2003 +0200
7865
7866 Fixed spelling error.
7867
7868 commit ad34245639263fc815f0a99871b15a1762272858
7869 Author: Peter Osterlund <petero2@telia.com>
7870 Date: Sun Oct 12 16:49:09 2003 +0200
7871
7872 Use case insensitive matching when setting parameters.
7873
7874 commit 215c8256a5ddfc48c7b8bf850eff3c5951b9d673
7875 Author: Peter Osterlund <petero2@telia.com>
7876 Date: Sun Oct 12 16:45:02 2003 +0200
7877
7878 Implemented "locked drags", after a suggestion from
7879 "Karl Kashofer" <karl.kashofer@gmx.at>.
7880
7881 commit 0160f6e854a0f384df280b299c8d504b815a47f8
7882 Author: Peter Osterlund <petero2@telia.com>
7883 Date: Sat Oct 11 14:51:51 2003 +0200
7884
7885 Made code formatting more consistent.
7886
7887 commit b3fb393f842ec4691dfe4f354e02b4a2ff84185f
7888 Author: Peter Osterlund <petero2@telia.com>
7889 Date: Sat Oct 11 14:31:17 2003 +0200
7890
7891 Added file README.alps that explains how to use the driver
7892 with an ALPS Glidepoint device.
7893
7894 commit 70922137ac2b5ad69bda742892291671c2ffdaed
7895 Author: Peter Osterlund <petero2@telia.com>
7896 Date: Sat Oct 11 12:04:18 2003 +0200
7897
7898 Added "ECS Desknote i-Buddie A900" to the compatibility
7899 list. (From Sergio Queiroz <srmq@cin.ufpe.br>.)
7900
7901 commit 4e4f3e83856fed8d0f16fff0bc885152273d7e85
7902 Author: Peter Osterlund <petero2@telia.com>
7903 Date: Wed Oct 8 19:44:20 2003 +0200
7904
7905 Changed version to 0.11.8.
7906
7907 commit bd6eff99abb3217cb4db0b6d8dff3e551582c8fc
7908 Author: Peter Osterlund <petero2@telia.com>
7909 Date: Tue Oct 7 00:28:56 2003 +0200
7910
7911 Fixed INSTALL files. There are no compound words in the
7912 English language.
7913
7914 commit fd9ffb281c8a33d1bdbcd4f29e0e9814b6ba4b85
7915 Author: Peter Osterlund <petero2@telia.com>
7916 Date: Sun Oct 5 08:42:12 2003 +0200
7917
7918 Minor documentation fixes.
7919
7920 commit 2cdd459c1d78fff499ad1122cb8848c45db1b969
7921 Author: Peter Osterlund <petero2@telia.com>
7922 Date: Sat Oct 4 19:11:04 2003 +0200
7923
7924 Updated the documentation.
7925
7926 commit d7d9674548b25d716418d04906f526665eae2539
7927 Author: Peter Osterlund <petero2@telia.com>
7928 Date: Sat Oct 4 18:38:52 2003 +0200
7929
7930 Added X include files so that the driver can be compiled
7931 without an external XFree86 source tree.
7932
7933 commit 18d9a2d1f81a1cc460fa6d64505d4706df3ab918
7934 Author: Peter Osterlund <petero2@telia.com>
7935 Date: Wed Oct 1 07:26:14 2003 +0200
7936
7937 Added "Sharp Actius MM10" to the compatibility list.
7938 (From David Masover <masover@physemp.com>.)
7939
7940 commit a83a851935e5e15048cb1b8b458946604410ec7b
7941 Author: Peter Osterlund <petero2@telia.com>
7942 Date: Sun Sep 28 20:28:18 2003 +0200
7943
7944 Initialize the id variable in QueryIsSynaptics(), so that we
7945 don't print out garbage if the identification fails.
7946
7947 commit 387932425d6fe3967233d5e0c0d61fcc086287e1
7948 Author: Peter Osterlund <petero2@telia.com>
7949 Date: Sun Sep 28 15:27:16 2003 +0200
7950
7951 Changed version to 0.11.7.
7952
7953 commit 8c8177561c7baa0f2d0b3b974f67aa85b4f73c09
7954 Author: Peter Osterlund <petero2@telia.com>
7955 Date: Sun Sep 28 15:23:54 2003 +0200
7956
7957 When using the Linux 2.6 event device, try to get exclusive
7958 access to the device, so that touchpad data doesn't leak to
7959 /dev/input/mice.
7960
7961 commit e3413da67be91dd32e01e6eb8918101eb4f25361
7962 Author: Peter Osterlund <petero2@telia.com>
7963 Date: Sat Sep 27 17:30:52 2003 +0200
7964
7965 Added "Gateway 600S" to the compatibility list.
7966 (From Bradley Chapman <kakadu_croc@yahoo.com>.)
7967
7968 commit 5a7315d09f7831d24a5d8f21bd5c3fef0bfd968e
7969 Author: Peter Osterlund <petero2@telia.com>
7970 Date: Sat Sep 27 08:25:03 2003 +0200
7971
7972 Added "Acer TravelMate 234LC" to the compatibility list.
7973 (From Andras Huszar <hsi@mailbox.hu>.)
7974
7975 commit 08dbc35d45bedb73570bec917138622aeb646b0a
7976 Author: Peter Osterlund <petero2@telia.com>
7977 Date: Fri Sep 26 08:02:51 2003 +0200
7978
7979 Changed version to 0.11.6.
7980
7981 commit 0b82ac7de42319c42fcb910cc4ae8757e2d35e5c
7982 Author: Peter Osterlund <petero2@telia.com>
7983 Date: Fri Sep 26 08:00:59 2003 +0200
7984
7985 Warn about (and fix) mis-configured TopEdge/BottomEdge
7986 parameters.
7987
7988 commit e507f26e140a8b400e3376dfa1f8dce92dedaee0
7989 Author: Peter Osterlund <petero2@telia.com>
7990 Date: Fri Sep 26 07:54:48 2003 +0200
7991
7992 Forgot to change the default values for TopEdge and
7993 BottomEdge in change a37a1239a79d0147dbd76e7346108d4b7a836864.
7994
7995 commit 3b6deacd0bab0f10f4c5147548d156bddb56b855
7996 Author: Peter Osterlund <petero2@telia.com>
7997 Date: Fri Sep 26 07:53:21 2003 +0200
7998
7999 Updated the config section in INSTALL.DE. Added warning
8000 explaining that the file is not up to date.
8001
8002 commit 86adad50ea56005cc3d6f536b5ea2856c7d1ed57
8003 Author: Peter Osterlund <petero2@telia.com>
8004 Date: Thu Sep 25 01:40:16 2003 +0200
8005
8006 Changed version to 0.11.5.
8007
8008 commit a37a1239a79d0147dbd76e7346108d4b7a836864
8009 Author: Peter Osterlund <petero2@telia.com>
8010 Date: Thu Sep 25 01:37:13 2003 +0200
8011
8012 Added support for the new 2.6 kernel events ABS_TOOL_WIDTH,
8013 BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP and BTN_TOOL_TRIPLETAP. Note that
8014 this swaps the direction of the Y axis internally to match X and the
8015 linux input subsystem. Because of this, the TopEdge and BottomEdge
8016 parameters must be modified in the config file. There is some backwards
8017 compatibility code for old 2.5/2.6 kernels that will probably be
8018 deleted later.
8019
8020 commit fe3d1e6d2bae13264eb85d2466d1e8c78686d993
8021 Author: Peter Osterlund <petero2@telia.com>
8022 Date: Wed Sep 24 23:03:43 2003 +0200
8023
8024 Use the EVIOCGID ioctl for synaptics event device auto
8025 detection. This is much simpler than parsing /proc/bus/input/devices
8026 and more robust too.
8027
8028 commit 95256de7cafa261258f02152a89e6f272c0e498c
8029 Author: Peter Osterlund <petero2@telia.com>
8030 Date: Mon Sep 22 23:05:41 2003 +0200
8031
8032 Fixed error in change 9e0c2685435a3403468a9247e17125c7a1d568ac.
8033
8034 commit 9e0c2685435a3403468a9247e17125c7a1d568ac
8035 Author: Peter Osterlund <petero2@telia.com>
8036 Date: Mon Sep 22 23:05:00 2003 +0200
8037
8038 Changed version to 0.11.4.
8039
8040 commit 052060027b393d3bcece28ede5f67610f0b79efe
8041 Author: Peter Osterlund <petero2@telia.com>
8042 Date: Mon Sep 22 23:04:19 2003 +0200
8043
8044 Reverted change bbb485a01aa2b24638875c97f80121ddd027b6f2. It's better
8045 to build the binary for
8046 4.2.0 because this will work for both 4.2 and 4.3.
8047
8048 commit c078adee827fbd456b5058b071a50081dd22e70f
8049 Author: Peter Osterlund <petero2@telia.com>
8050 Date: Sun Sep 21 18:58:11 2003 +0200
8051
8052 Changed the identifier for the synaptics protocol to match
8053 kernel 2.6.0-test5-bk8.
8054
8055 commit 56a7a48bfa067e9eb29616a245539cd95e65569a
8056 Author: Peter Osterlund <petero2@telia.com>
8057 Date: Wed Sep 17 16:43:42 2003 +0200
8058
8059 Added "DELL Latitude CPi" to the compatibility list.
8060 (From Bruno Pelaia <pelaia@lugroma3.org>.)
8061
8062 commit 1e01005291b312b9cc229701832991b77dbc7f79
8063 Author: Peter Osterlund <petero2@telia.com>
8064 Date: Mon Sep 15 21:26:08 2003 +0200
8065
8066 Forgot to run emacs indent before last check in.
8067
8068 commit 738003e9f6154b7b1bde845b030916c03080d56e
8069 Author: Peter Osterlund <petero2@telia.com>
8070 Date: Mon Sep 15 21:22:55 2003 +0200
8071
8072 More consistent code formatting.
8073
8074 commit 618537a53c9be4d8555327294d311c3a8db5b88f
8075 Author: Peter Osterlund <petero2@telia.com>
8076 Date: Sun Sep 14 22:18:17 2003 +0200
8077
8078 Clarified description of FingerLow/FingerHigh parameters.
8079
8080 commit 0f0cee77f6cde2df549461c8fa7de6b30359cf74
8081 Author: Peter Osterlund <petero2@telia.com>
8082 Date: Sun Sep 14 21:46:28 2003 +0200
8083
8084 Made it possible to disable the touchpad at runtime. (Patch
8085 from "Jörg Bösner" <ich@joerg-boesner.de>.)
8086
8087 commit d1643a7d781216dd92cf4dc4d2a0da7a40d57258
8088 Author: Peter Osterlund <petero2@telia.com>
8089 Date: Sat Sep 6 16:02:46 2003 +0200
8090
8091 Added "Acer 661 LCi" to the compatibility list.
8092 (From Matthias D. Eisner <matthias.eisner@ilw.agrl.ethz.ch>.)
8093
8094 commit a01bb3f3b188c45ed74b47d574a3e54c76212c8f
8095 Author: Peter Osterlund <petero2@telia.com>
8096 Date: Sat Aug 23 20:36:55 2003 +0200
8097
8098 Added some old news to the NEWS file.
8099
8100 commit 2dcc2389135f05d0d9168b709710e96074f754c8
8101 Author: Peter Osterlund <petero2@telia.com>
8102 Date: Sat Aug 23 19:19:26 2003 +0200
8103
8104 Fixed spelling errors.
8105
8106 commit 141cfb86965f930d14b7a3c27d92a42998491b83
8107 Author: Peter Osterlund <petero2@telia.com>
8108 Date: Sat Aug 23 19:12:58 2003 +0200
8109
8110 Created a helper macro to get rid of all the ugly "#ifdef
8111 DEBUG" in ps2comm.c.
8112
8113 commit 1b72cfdff78003cd8fece51a5931770c7d9aa799
8114 Author: Peter Osterlund <petero2@telia.com>
8115 Date: Sat Aug 23 18:57:27 2003 +0200
8116
8117 Made "make tags" work for emacs.
8118
8119 commit 156c4330531c037eb7bb45a38b84bacb5010e290
8120 Author: Peter Osterlund <petero2@telia.com>
8121 Date: Sat Aug 23 18:50:40 2003 +0200
8122
8123 Comment fixes.
8124
8125 commit 5ab0290008b2c6d69d3b7ed0b0375652cf4ae40c
8126 Author: Peter Osterlund <petero2@telia.com>
8127 Date: Sat Aug 23 18:43:08 2003 +0200
8128
8129 Changed tab size from 4 to the standard value 8. Reindented
8130 code so that it still looks sane.
8131
8132 commit bbb485a01aa2b24638875c97f80121ddd027b6f2
8133 Author: Peter Osterlund <petero2@telia.com>
8134 Date: Sat Aug 23 18:22:09 2003 +0200
8135
8136 Changed Makefile to build for XFree86 version 4.3.0 by
8137 default.
8138
8139 commit 7626b4ea8781347fad37e57e3591c10dfb7c434a
8140 Author: Peter Osterlund <petero2@telia.com>
8141 Date: Sat Aug 23 18:21:32 2003 +0200
8142
8143 Removed trailing whitespace.
8144
8145 commit 4b975c2b5080a8686d57413825c8bf1e0288c17e
8146 Author: Peter Osterlund <petero2@telia.com>
8147 Date: Sat Aug 2 13:07:33 2003 +0200
8148
8149 Reset the touchpad if it has been out of sync for too long.
8150 (By Hartwig Felger, cleaned up somewhat by me.) The synaptics manual
8151 explains that the touchpad can revert to relative mode after a power
8152 glitch or electrostatic discharge.
8153
8154 commit 106ccc8b509d94f9ea2f0dfd41bde0766694536f
8155 Author: Peter Osterlund <petero2@telia.com>
8156 Date: Thu Jul 31 12:11:00 2003 +0200
8157
8158 Changed version to 0.11.3p11.
8159
8160 commit 4a9aa22cf8929d451d85ccd3ce96ebf59d61b24c
8161 Author: Peter Osterlund <petero2@telia.com>
8162 Date: Thu Jul 31 11:59:34 2003 +0200
8163
8164 Updated COMPATIBILITY file.
8165
8166 commit 67ae294551dcb8ac9d9bc4b4cb914c0e008c3db8
8167 Author: Peter Osterlund <petero2@telia.com>
8168 Date: Thu Jul 31 02:16:20 2003 +0200
8169
8170 Disable stream mode before trying to identify/initialize the
8171 touchpad. Otherwise the touchpad can report motion data in the middle
8172 of the initialization sequence, which will confuse the driver and make
8173 the initialization fail.
8174
8175 commit 1d47626058ac32d07d08a73bdf1f6d3d19bf71c3
8176 Author: Peter Osterlund <petero2@telia.com>
8177 Date: Thu Jul 31 00:58:57 2003 +0200
8178
8179 Removed a few forgotten hardcoded values.
8180
8181 commit f9f2cb51f552d7a1e75b4a3ad2968cb66129a005
8182 Author: Peter Osterlund <petero2@telia.com>
8183 Date: Wed Jul 30 20:41:42 2003 +0200
8184
8185 When setting the mode byte, don't set bits that the touchpad
8186 doesn't understand. (Those bits are reserved and setting them can lead
8187 to weird problems, like the left button not working, as reported by
8188 Miles Lane.)
8189
8190 commit dd31479ebea723ad6024935e28b790000c9c8543
8191 Author: Peter Osterlund <petero2@telia.com>
8192 Date: Wed Jul 30 01:47:14 2003 +0200
8193
8194 Fixed spelling error in NEWS file.
8195
8196 commit 95d116296d757aca38a41c90ee52955876900471
8197 Author: Peter Osterlund <petero2@telia.com>
8198 Date: Wed Jul 30 01:30:42 2003 +0200
8199
8200 Changed version to 0.11.3p10.
8201
8202 commit 32408625df8b41757515459b52e97c3e2eaa1937
8203 Author: Peter Osterlund <petero2@telia.com>
8204 Date: Wed Jul 30 01:09:57 2003 +0200
8205
8206 More robust resynchronization code, after an idea from
8207 Hartwig Felger. When we realize we are out of sync, only throw away
8208 one byte, not all bytes already read from the touchpad.
8209
8210 commit 5f5730c7fc15114bde3cdf1e2caf034c967282fa
8211 Author: Peter Osterlund <petero2@telia.com>
8212 Date: Tue Jul 29 21:03:55 2003 +0200
8213
8214 Moved finger detection to a separate function.
8215
8216 commit 8a422fa3bf5e1f8327ed0df6fcacd7d04337c3af
8217 Author: Peter Osterlund <petero2@telia.com>
8218 Date: Tue Jul 29 20:53:43 2003 +0200
8219
8220 Moved middle mouse button emulation to a separate function.
8221
8222 commit 6b51cab4632f4fdc0ec9638fdc5c861edc7f94c7
8223 Author: Peter Osterlund <petero2@telia.com>
8224 Date: Tue Jul 29 19:15:25 2003 +0200
8225
8226 Use the SYN_MODEL_NEWABS() macro to decide which protocol
8227 (new or old) to use.
8228
8229 commit d7d35a4aabe6a9102a4365747871e5f4ac0258c6
8230 Author: Peter Osterlund <petero2@telia.com>
8231 Date: Tue Jul 29 11:05:25 2003 +0200
8232
8233 Fixed incorrect "lost sync" message in change
8234 eef92f7889619ab2730f7f930528398d7708ff0c.
8235
8236 commit 2a757b75d43bcc7276fefef7ab76227ae94ba64c
8237 Author: Peter Osterlund <petero2@telia.com>
8238 Date: Tue Jul 29 02:42:26 2003 +0200
8239
8240 Fixed typo in change 34b03a2f9f06979c15244ae53374568bb6c181f8.
8241
8242 commit 34b03a2f9f06979c15244ae53374568bb6c181f8
8243 Author: Peter Osterlund <petero2@telia.com>
8244 Date: Tue Jul 29 02:39:24 2003 +0200
8245
8246 Forgot to update NEWS file in change
8247 a591e7de10922c5f50c4cc2240997bcd92aaae28.
8248
8249 commit a591e7de10922c5f50c4cc2240997bcd92aaae28
8250 Author: Peter Osterlund <petero2@telia.com>
8251 Date: Tue Jul 29 02:35:02 2003 +0200
8252
8253 Changed version to 0.11.3p9.
8254
8255 commit eef92f7889619ab2730f7f930528398d7708ff0c
8256 Author: Peter Osterlund <petero2@telia.com>
8257 Date: Tue Jul 29 02:30:19 2003 +0200
8258
8259 Added support for the old synaptics protocol. By Hartwig
8260 Felger.
8261
8262 commit fb54b61a1a4beede088e57b92c9277c23cfde350
8263 Author: Peter Osterlund <petero2@telia.com>
8264 Date: Tue Jul 29 02:11:22 2003 +0200
8265
8266 Minor cleanup.
8267
8268 commit d5785a9652c6d832f97b1b054f4e436f9b61c0eb
8269 Author: Peter Osterlund <petero2@telia.com>
8270 Date: Sun Jul 20 12:46:35 2003 +0200
8271
8272 Changed version to 0.11.3p8.
8273
8274 commit 80bda91ccd1e08636d4588023e9fe6a1ffbfa037
8275 Author: Peter Osterlund <petero2@telia.com>
8276 Date: Sun Jul 20 12:42:22 2003 +0200
8277
8278 Fixed change b5ae101d5d94d964c680e15c289220f208393df2 so that the
8279 autodetection works also when
8280 X>=10 in eventX. (Pointed out by Hartwig Felger.)
8281
8282 commit b5ae101d5d94d964c680e15c289220f208393df2
8283 Author: Peter Osterlund <petero2@telia.com>
8284 Date: Sun Jul 20 12:23:16 2003 +0200
8285
8286 Update from Hartwig Felger.
8287 * Added "multi-buttons" to the FEATURES list.
8288 * Updated NEWS file with data from the web page.
8289 * More robust parsing of the Handlers= line when doing auto detection
8290 for 2.6 kernels. ("Handlers=event2 js0" should now work.)
8291 * Updated synclient program to explain that it can't query hardware
8292 details when using a 2.6 kernel.
8293
8294 commit ff759b3dbb0481c5a869c4cac7ef2a1704f96cf4
8295 Author: Peter Osterlund <petero2@telia.com>
8296 Date: Thu Jul 17 03:16:51 2003 +0200
8297
8298 Changed version to 0.11.3p7.
8299
8300 commit c534fb9a4492952e93691bc76f5de591bcde90de
8301 Author: Peter Osterlund <petero2@telia.com>
8302 Date: Thu Jul 17 03:16:01 2003 +0200
8303
8304 Updated documentation for new "auto-dev" option.
8305
8306 commit 2971238f36a95dd08f8a0e8a922f8a3560bedf9b
8307 Author: Peter Osterlund <petero2@telia.com>
8308 Date: Thu Jul 17 03:08:19 2003 +0200
8309
8310 Implemented protocol "auto-dev" that automatically tries to
8311 find the proper device node and protocol for the touchpad. This makes
8312 it possible to have the same XF86Config file for 2.4 and 2.5 kernels.
8313 From Hartwig Felger with some fixes by me.
8314
8315 commit 05e4da98ca98e8ee05ed47e1d3d8cf9f5d635a33
8316 Author: Peter Osterlund <petero2@telia.com>
8317 Date: Thu Jul 17 01:01:47 2003 +0200
8318
8319 White space fixes in ps2comm.[ch].
8320
8321 commit b88eeb58ee99167c94b7aa99c3957b478f3f5943
8322 Author: Peter Osterlund <petero2@telia.com>
8323 Date: Wed Jul 16 23:03:18 2003 +0200
8324
8325 Removed obsolete comment about SHMConfig option.
8326
8327 commit d453ae378bd17fe65478bfe0d032167f48191e42
8328 Author: Peter Osterlund <petero2@telia.com>
8329 Date: Wed Jul 16 22:56:01 2003 +0200
8330
8331 Added proper support for "multi buttons". The old code
8332 referred to this as six_button mode, but this mode was activated based
8333 on firmware version, which was not correct. From Hartwig Felger.
8334
8335 commit d37453a3368e051580bb73ecccdbe4fc5f6cf6c0
8336 Author: Peter Osterlund <petero2@telia.com>
8337 Date: Wed Jul 16 22:34:33 2003 +0200
8338
8339 Updated COMPATIBILITY file.
8340
8341 commit 84a6f5951035bb6bd031e64801e07cba959acc12
8342 Author: Peter Osterlund <petero2@telia.com>
8343 Date: Wed Jul 16 14:58:20 2003 +0200
8344
8345 Mention the synclient program in the INSTALL file.
8346
8347 commit 607ef2ce4d448a88381a14b3bec1a807e3bfc30a
8348 Author: Peter Osterlund <petero2@telia.com>
8349 Date: Tue Jul 15 12:21:09 2003 +0200
8350
8351 Added #define's for the constants used by the linux event
8352 interface.
8353
8354 commit 2c8d34d0cce5178500b3da34c4857426f1f7e221
8355 Author: Peter Osterlund <petero2@telia.com>
8356 Date: Tue Jul 15 11:42:36 2003 +0200
8357
8358 Use BTN_0 ... BTN_3 for reporting multi button events. From
8359 Hartwig Felger.
8360
8361 commit 7e22ec4addf8787c4f05b55bb02b3abcc3dded58
8362 Author: Peter Osterlund <petero2@telia.com>
8363 Date: Sun Jul 13 22:43:21 2003 +0200
8364
8365 Changed version number.
8366
8367 commit d9c4ba6cfc3d435b839bec73dc60615b2f57811d
8368 Author: Peter Osterlund <petero2@telia.com>
8369 Date: Sun Jul 13 22:39:48 2003 +0200
8370
8371 Fixed spelling errors.
8372
8373 commit 3132dd9c4082f7869844eec0695d99d9a5279f38
8374 Author: Peter Osterlund <petero2@telia.com>
8375 Date: Sun Jul 13 22:38:37 2003 +0200
8376
8377 Implemented "make install".
8378
8379 commit 610374e9ff5297956b9ab870096b07817fd41e69
8380 Author: Peter Osterlund <petero2@telia.com>
8381 Date: Sun Jul 13 22:30:49 2003 +0200
8382
8383 Reset the touchpad to relative mode when the X server terminates.
8384
8385 commit 689f4024671595c9cabb13d287719c3bea8da1b1
8386 Author: Peter Osterlund <petero2@telia.com>
8387 Date: Sun Jul 13 21:18:44 2003 +0200
8388
8389 Removed trailing whitespace.
8390
8391 commit 4864a703b01effb0d9c38da66939e3f5df302a0b
8392 Author: Peter Osterlund <petero2@telia.com>
8393 Date: Sun Jul 13 20:56:12 2003 +0200
8394
8395 Improved driver initialisation and finalization. From
8396 Hartwig Felger.
8397
8398 commit ffc6e06ee1a09c19b77551d7afa99236fe00a548
8399 Author: Peter Osterlund <petero2@telia.com>
8400 Date: Sun Jul 13 20:42:19 2003 +0200
8401
8402 Made horizontal wheel replacement buttons work. (From
8403 Hartwig Felger.) For 2.5.x, a kernel patch is also needed.
8404
8405 commit 183d5e9a379ed43a3322c539393a6cd22b6d9f63
8406 Author: Peter Osterlund <petero2@telia.com>
8407 Date: Sun Jul 13 20:12:13 2003 +0200
8408
8409 Added log level to some messages. (From Hartwig Felger.)
8410
8411 commit 6984f1f4025617e8ff293d61e004cd05dd6d6e91
8412 Author: Peter Osterlund <petero2@telia.com>
8413 Date: Sun Jul 13 00:19:10 2003 +0200
8414
8415 Longer timeout in the reset sequence. Experience from the
8416 2.5 kernel driver has shown that 4 seconds is needed for some
8417 touchpads.
8418
8419 commit c3a894be676154c2eeaea5d64b979b43b5a18939
8420 Author: Peter Osterlund <petero2@telia.com>
8421 Date: Tue Jul 8 20:38:52 2003 +0200
8422
8423 Added include path needed in gentoo linux. Reported by
8424 Christian Storm <Christian.Storm@Fortytwo.Uni-Oldenburg.de>.
8425
8426 commit 99846a3bee4f4a0e9ce4db2c66b9fbada66fe213
8427 Author: Peter Osterlund <petero2@telia.com>
8428 Date: Tue Jul 8 00:38:28 2003 +0200
8429
8430 Fixed race condition caused by asynchronous IO (SIGIO). This
8431 change hopefully fixes the X server hangs.
8432
8433 commit cde4d060e04a1684df99d81136c7107ee2050bc4
8434 Author: Peter Osterlund <petero2@telia.com>
8435 Date: Fri Jul 4 20:50:19 2003 +0200
8436
8437 Use packet counting instead of time to decide when to start
8438 generating pointer movement events. This fixes the bug that incorrectly
8439 moved the cursor to the upper right corner when quickly putting the
8440 finger on the touchpad.
8441
8442 commit 85b9edee3325772b10824ecd58042165a4240a7e
8443 Author: Peter Osterlund <petero2@telia.com>
8444 Date: Thu Jul 3 23:49:01 2003 +0200
8445
8446 Fixed spelling error.
8447
8448 commit 816506d8adb1193ddfafe3717993b57d420489d0
8449 Author: Peter Osterlund <petero2@telia.com>
8450 Date: Thu Jul 3 22:49:59 2003 +0200
8451
8452 Workaround for X server bug in the TimerSet() function.
8453
8454 commit f6498a659fbf4be5aee1b65f37f5b6d01bd45bfd
8455 Author: Peter Osterlund <petero2@telia.com>
8456 Date: Wed Jul 2 16:15:44 2003 +0200
8457
8458 Changed default values to match change
8459 799ea3f9ccb2bbad7e60fd1bc2fae6b218fddbb5.
8460
8461 commit 04e1fa81cf7238f028b3acb90be7fd5272624521
8462 Author: Peter Osterlund <petero2@telia.com>
8463 Date: Thu Jun 19 16:36:41 2003 +0200
8464
8465 Fixed documentation error.
8466
8467 commit aba50d5ca946e3aeab4cc36d11ef785c22a74211
8468 Author: Peter Osterlund <petero2@telia.com>
8469 Date: Thu Jun 19 01:20:10 2003 +0200
8470
8471 Changed version number.
8472
8473 commit 799ea3f9ccb2bbad7e60fd1bc2fae6b218fddbb5
8474 Author: Peter Osterlund <petero2@telia.com>
8475 Date: Thu Jun 19 01:19:38 2003 +0200
8476
8477 Rewrote timer handling so that the driver no longer depends
8478 on packets arriving 1s after the last state change. (The kernel driver
8479 only reports to user space when something changes.) Use wall clock time
8480 instead of packet counting for time computations. This change also
8481 means that configurable times are now specified in milliseconds instead
8482 of units of 1/80s.
8483
8484 commit dfb3d4236e706a4b00298f0cacca99365a906c57
8485 Author: Peter Osterlund <petero2@telia.com>
8486 Date: Sun Jun 15 19:51:32 2003 +0200
8487
8488 When parsing kernel event data, make sure we see a
8489 SYN_REPORT event and not some other SYN_ event.
8490
8491 commit 2b7b0567533698dbd86fb3bd745ad5b395c1d85d
8492 Author: Peter Osterlund <petero2@telia.com>
8493 Date: Sun Jun 15 12:39:30 2003 +0200
8494
8495 Changed suggested MaxTapTime value from 20 to 15, to avoid
8496 gnome scrollbars to start auto repeat when tapping is used.
8497
8498 commit 6838991b9defc1fa46c494b79a2a3531e07ff1e6
8499 Author: Peter Osterlund <petero2@telia.com>
8500 Date: Sun Jun 15 12:30:15 2003 +0200
8501
8502 Added "Protocol" option to activate the kernel input event
8503 interface.
8504
8505 commit 3a97613b2a86bda9969eee0772a236a4c6ac53c1
8506 Author: Peter Osterlund <petero2@telia.com>
8507 Date: Sun Jun 15 11:36:28 2003 +0200
8508
8509 Added support for kernel input event interface. Not
8510 activated yet though.
8511
8512 commit 9392fa28f15b755661fb7298e4db0c286b77d19c
8513 Author: Peter Osterlund <petero2@telia.com>
8514 Date: Sun Jun 15 10:11:56 2003 +0200
8515
8516 Moved capability bit handling to the SynapticsGetHwState()
8517 function, so that it can be bypassed in kernel input event mode.
8518
8519 commit 78cfc7ab6eef9ae6ae4082ff96715775871f8f1c
8520 Author: Peter Osterlund <petero2@telia.com>
8521 Date: Sun Jun 15 09:14:23 2003 +0200
8522
8523 Fixed initialization failure path so that it doesn't crash
8524 the X server.
8525
8526 commit 151cf49264fb4094f5715fd1730e0d0005fc84b8
8527 Author: Peter Osterlund <petero2@telia.com>
8528 Date: Sun Jun 15 01:28:31 2003 +0200
8529
8530 Abstracted out the code to determine the hardware state
8531 from the ReadInput() function. This will make it possible to support
8532 the event based absolute packet format generated by the 2.5 kernel.
8533
8534 commit 5fd0211e2da85896db3eedfc99e435378dbc08be
8535 Author: Peter Osterlund <petero2@telia.com>
8536 Date: Mon Jun 9 01:35:13 2003 +0200
8537
8538 Fixed spelling error.
8539
8540 commit 269f5da5315026cd97c98da088d948d022e41fed
8541 Author: Peter Osterlund <petero2@telia.com>
8542 Date: Thu May 15 23:41:38 2003 +0200
8543
8544 Update from the p4 computer.
8545
8546 commit 6a3a735f4aeeb3ff72e3e8d32705fe37e7d0486f
8547 Author: Peter Osterlund <petero2@telia.com>
8548 Date: Sun May 4 15:58:58 2003 +0200
8549
8550 Fixed spelling errors.
8551
8552 commit e4996f5648898a49a564e383a0575d00cd172ee3
8553 Author: Peter Osterlund <petero2@telia.com>
8554 Date: Sat May 3 15:14:19 2003 +0200
8555
8556 Removed unnecessary include file.
8557
8558 commit df584e849c8813d97f1a766376e2263dcfcb0ab8
8559 Author: Peter Osterlund <petero2@telia.com>
8560 Date: Sat May 3 15:06:04 2003 +0200
8561
8562 Merged some #ifdef stuff from 0.11.3. (Not sure what it is
8563 good for, but it doesn't hurt anything.)
8564
8565 commit 7d6b34aaf566a51cbcf101b82c7ac6ccdeb80208
8566 Author: Peter Osterlund <petero2@telia.com>
8567 Date: Sat May 3 14:41:31 2003 +0200
8568
8569 Updated the FEATURES file regarding online configuration
8570 using shared memory.
8571
8572 commit c2a2cd369203191cb8da5c74339e09a9becbc635
8573 Author: Peter Osterlund <petero2@telia.com>
8574 Date: Sat May 3 10:22:15 2003 +0200
8575
8576 Made the params[] array in synclient.c static.
8577
8578 commit 280b22f3f87740e3a9df2cc6478dfbcff5bdd695
8579 Author: Peter Osterlund <petero2@telia.com>
8580 Date: Fri May 2 19:17:22 2003 +0200
8581
8582 Removed an implemented feature from the TODO file.
8583
8584 commit 436ecd0605c223155d54236daf196873defaa154
8585 Author: Peter Osterlund <petero2@telia.com>
8586 Date: Fri May 2 19:09:14 2003 +0200
8587
8588 Fixed incorrect usage text in synclient.
8589
8590 commit 7ac888545b789e4aaf0bcb376e7f47077740d5c6
8591 Author: Peter Osterlund <petero2@telia.com>
8592 Date: Fri May 2 18:58:46 2003 +0200
8593
8594 Updated the synclient program to make it possible to read
8595 and write the variables in the shared memory area.
8596
8597 commit 0f55d3537612d8ec93b87da4f87095a33304dd4d
8598 Author: Peter Osterlund <petero2@telia.com>
8599 Date: Fri May 2 17:46:58 2003 +0200
8600
8601 Documented parameter HorizScrollDelta.
8602
8603 commit 2b3800f8574ac73d7695a093434ac71210084b0e
8604 Author: Peter Osterlund <petero2@telia.com>
8605 Date: Fri May 2 16:55:59 2003 +0200
8606
8607 Fill in the probed hardware properties in the shared memory
8608 area.
8609
8610 commit f6dd0f86917b017e2ad3e85a90c84b6f41cafa27
8611 Author: Peter Osterlund <petero2@telia.com>
8612 Date: Fri May 2 13:38:29 2003 +0200
8613
8614 Removed some already implemented features from the TODO
8615 file.
8616
8617 commit cd1921948629a75b5c88528fd6a8413b0e856190
8618 Author: Peter Osterlund <petero2@telia.com>
8619 Date: Fri May 2 13:16:55 2003 +0200
8620
8621 Fix use of uninitialized memory in synclient.c.
8622
8623 commit 92b799709aa862d06f7b6c9ad9e3a36f88943078
8624 Author: Peter Osterlund <petero2@telia.com>
8625 Date: Fri May 2 13:07:46 2003 +0200
8626
8627 Remove shared memory segment when the X server terminates.
8628 Made synclient behave better when the memory segment is not accessible
8629 or has the wrong size.
8630
8631 commit 87f83e25a119c53dd702a636a62a1e771d09766b
8632 Author: Peter Osterlund <petero2@telia.com>
8633 Date: Fri May 2 12:56:27 2003 +0200
8634
8635 Forgot comment in change 3db42d5b33662dbda6f0dde6cdb34748a254884f.
8636
8637 commit 309e30a8f86e6778e0ba8633699d753da8d1732d
8638 Author: Peter Osterlund <petero2@telia.com>
8639 Date: Fri May 2 12:29:12 2003 +0200
8640
8641 Fixed brace placement at beginning of functions.
8642
8643 commit 3db42d5b33662dbda6f0dde6cdb34748a254884f
8644 Author: Peter Osterlund <petero2@telia.com>
8645 Date: Fri May 2 12:20:47 2003 +0200
8646
8647 Merged 6 button support from 0.11.3, but only activate it
8648 for firmware version 5.8 and later. (Everything from 0.11.3 is now
8649 merged.)
8650
8651 commit 6c239a6988d0742f71aa5dd2205659f48196facc
8652 Author: Peter Osterlund <petero2@telia.com>
8653 Date: Fri May 2 11:52:07 2003 +0200
8654
8655 Made the done variable in change b41f7dda288bb959891d8684c36c56037fbef7ba
8656 a Bool.
8657
8658 commit b41f7dda288bb959891d8684c36c56037fbef7ba
8659 Author: Peter Osterlund <petero2@telia.com>
8660 Date: Fri May 2 03:12:39 2003 +0200
8661
8662 Better state machine for handling middle mouse button
8663 emulation.
8664 * Clicks shorter than EmulateMidButtonTime are no longer lost.
8665 * The middle button event is generated as soon as both the left and the
8666 right buttons are pressed. The old code waited until the timeout had
8667 passed before even checking if both buttons were pressed.
8668
8669 commit efe5015664abf88ab780aa47dad1a8c528d87329
8670 Author: Peter Osterlund <petero2@telia.com>
8671 Date: Fri May 2 01:53:37 2003 +0200
8672
8673 Fixed removal of old shared memory segment before trying to
8674 create the new segment. This made X server startup fail if the memory
8675 segment size had been changed. (The first argument to xf86shmget is an
8676 shmid, not a key.)
8677
8678 commit 826b2136b226d29017271b7c098179f04c6c51b3
8679 Author: Peter Osterlund <petero2@telia.com>
8680 Date: Fri May 2 01:12:03 2003 +0200
8681
8682 Build improvements.
8683 * Build synclient by default.
8684 * Made it possible to build synclient even if an X source tree is not
8685 available.
8686 * Added Makefile dependencies so that things get recompiled when a
8687 header file is changed.
8688 * synclient.c now includes synaptics.h instead of duplicating the
8689 shared memory segment definitions.
8690
8691 commit 5b1ecfe525fca8deea1b5d742a929d7f900b60cc
8692 Author: Peter Osterlund <petero2@telia.com>
8693 Date: Fri May 2 00:32:15 2003 +0200
8694
8695 Made the timeout for middle button emulation configurable.
8696
8697 commit 10c55ff9de415404201eb5ea37c10acfaca6f824
8698 Author: Peter Osterlund <petero2@telia.com>
8699 Date: Thu May 1 19:19:06 2003 +0200
8700
8701 Make double click processing from change
8702 4cc36ca33128f17be57e3a58a44374d9558fbfe9 more reliable.
8703 In the old code, a very short click could generate a single click
8704 instead of a double click.
8705
8706 commit 4cc36ca33128f17be57e3a58a44374d9558fbfe9
8707 Author: Peter Osterlund <petero2@telia.com>
8708 Date: Thu May 1 18:01:51 2003 +0200
8709
8710 Merged handling of UpDownScrolling option from 0.11.3.
8711
8712 commit 1565900086b9267768e80b0c2026b659aa52d7c5
8713 Author: Peter Osterlund <petero2@telia.com>
8714 Date: Thu May 1 17:28:30 2003 +0200
8715
8716 More merges from 0.11.3.
8717
8718 commit a449e187847d4fa7bc6120d2215c74248c5f9b24
8719 Author: Peter Osterlund <petero2@telia.com>
8720 Date: Thu May 1 16:53:07 2003 +0200
8721
8722 Changed a local variable name to match 0.11.3.
8723
8724 commit 3686d0fa73ec40629bf83b1eb1813b92c939aa15
8725 Author: Peter Osterlund <petero2@telia.com>
8726 Date: Thu May 1 16:41:42 2003 +0200
8727
8728 Merged some stuff from version 0.11.3.
8729
8730 commit 1f4f3db66d995f9d5f24f5df14001773684f87ec
8731 Author: Peter Osterlund <petero2@telia.com>
8732 Date: Thu Jan 2 00:35:15 2003 +0100
8733
8734 Lots of whitespace changes to reduce the diff compared to
8735 official version 0.11.3.
8736
8737 commit 5ec7c7c229ad54f8884877c22d414165acfda415
8738 Author: Peter Osterlund <petero2@telia.com>
8739 Date: Sun Jul 7 00:02:32 2002 +0200
8740
8741 Implemented horizontal scrolling (button 6 & 7 events) when
8742 moving the finger along the bottom edge of the touch pad.
8743
8744 commit 8e13d425613a3c24a026759d6761dbc2d499f353
8745 Author: Peter Osterlund <petero2@telia.com>
8746 Date: Sat Jul 6 23:02:34 2002 +0200
8747
8748 Improved edge motion to avoid the short burst of high speed
8749 when the finger reaches an edge.
8750
8751 commit 0b78e3b313b2ea2712ab82c62367f05a5787adc2
8752 Author: Peter Osterlund <petero2@telia.com>
8753 Date: Sat Jul 6 02:57:59 2002 +0200
8754
8755 Implemented edge motion.
8756
8757 commit e9febd174f0ee3cbdf71cf8cc860afd3ad4e40a5
8758 Author: Peter Osterlund <petero2@telia.com>
8759 Date: Sat Jul 6 01:46:05 2002 +0200
8760
8761 Added heuristics for palm detection. There are some
8762 hardcoded values that should probably be converted to parameters.
8763
8764 commit ae9d614d34d2ee43e7457ef25b868ae546374d0a
8765 Author: Peter Osterlund <petero2@telia.com>
8766 Date: Fri Jul 5 00:49:15 2002 +0200
8767
8768 Don't disable the button 4 & 5 repeat timer when scrolling
8769 with the touchpad is activated.
8770
8771 commit 8b77d9f3f6e3399f7dd9b5148b6bef62071c4ba8
8772 Author: Peter Osterlund <petero2@telia.com>
8773 Date: Fri Jul 5 00:24:55 2002 +0200
8774
8775 Implemented fast scrolling, ie generate extra button 4 & 5
8776 up/down events when scrolling if necessary.
8777
8778 commit c964df31913e65cbcd6c39fc4bb60883bc62fed1
8779 Author: Peter Osterlund <petero2@telia.com>
8780 Date: Thu Jul 4 21:10:55 2002 +0200
8781
8782 When doing tap, drag and double tap processing, the buttons
8783 not involved in the tapping was considered released, even if the
8784 corresponding physical button was pressed. This generated a bogus
8785 button release event when the tap processing started and a bogus button
8786 press event when the tap processing ended.
8787
8788 commit e2eddc53ce18c1c891a2174003b74324897d6f05
8789 Author: Peter Osterlund <petero2@telia.com>
8790 Date: Thu Jul 4 02:03:40 2002 +0200
8791
8792 Fixed compiler warning in synclient.c.
8793
8794 commit 7e8769c8b867412a543a6a1e7c83ba6615e029c8
8795 Author: Peter Osterlund <petero2@telia.com>
8796 Date: Thu Jul 4 01:07:21 2002 +0200
8797
8798 Fixed bug causing the up/down buttons to be incorrectly
8799 reported on pads with "capFourButtons" capability when the left or
8800 right button was simultaneously pressed. See page 43 in the Synaptics
8801 TouchPad Interfacing Guide.
8802
8803 commit 5a5fd8052a1e9b55b87dd22bd25c3478701a76f3
8804 Author: Peter Osterlund <petero2@telia.com>
8805 Date: Thu Jul 4 01:00:27 2002 +0200
8806
8807 * Added z, w, left, right, up and down information to the shared memory
8808 area. Updated synclient to report the new information.
8809 * Improved synclient to only report when something changes.
8810
8811 commit a37bd61dc480c033e1baf0e393e643e5496b9337
8812 Author: Peter Osterlund <petero2@telia.com>
8813 Date: Thu Jul 4 00:52:20 2002 +0200
8814
8815 Fixed a spelling error.
8816
8817 commit c825e72a0147fb29c5b7bd16112e2b68d4bd8059
8818 Author: Peter Osterlund <petero2@telia.com>
8819 Date: Thu Jul 4 00:51:14 2002 +0200
8820
8821 Changed version to 0.10p1.
8822
8823 commit 8098d88080cde4bb74060ff482f085508045051f
8824 Author: Peter Osterlund <petero2@telia.com>
8825 Date: Thu Jul 4 00:49:41 2002 +0200
8826
8827 Added comments to let emacs know about the non-standard tab
8828 width.
8829
8830 commit 6a78abbeefc058857c4a503a47ca68ebcc51bbf7
8831 Author: Peter Osterlund <petero2@telia.com>
8832 Date: Thu Jul 4 00:45:56 2002 +0200
8833
8834 Modifications to make builds on rh73 work. Note that an X
8835 source tree is required in /usr/src/redhat/BUILD/XFree86-4.2.0/xc.
8836
8837 commit 0d8042d8b68e259457de14a0c4365459b1de7d30
8838 Author: Peter Osterlund <petero2@telia.com>
8839 Date: Thu Jul 4 00:40:37 2002 +0200
8840
8841 Added source code for the synaptics touchpad XFree86
8842 driver.
OLDNEW
« no previous file with comments | « no previous file | INSTALL » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698