summaryrefslogtreecommitdiff
path: root/driver/xf86-input-elographics/ChangeLog
blob: f7ee2a137dc80389e1195fa53fb5d71eff4c7cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
commit 0f927a2167f0c18135322806ec52299b835d2b75
Author: Matt Turner <mattst88@gmail.com>
Date:   Sun Jun 9 11:46:09 2019 -0700

    elographics 1.4.2
    
    Signed-off-by: Matt Turner <mattst88@gmail.com>

commit a4dafa6b3b473acb1e8322392d0d74358651b71f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Mar 10 13:58:27 2019 -0700

    Add README.md to EXTRA_DIST
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit eb4f69a71d72e0baab73723b99e8b22d573f256e
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Mar 10 11:17:35 2019 -0700

    Update configure.ac bug URL for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit a01b79bd085c09db3c4a4bf7c32efc2f60678b70
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Mar 10 11:17:21 2019 -0700

    Update README for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit c666c78c764d0b97fa25bd9f0796a83b77761f7d
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Wed Jan 30 11:47:03 2013 +1000

    Handle DEVICE_ABORT on input ABI 19.1
    
    Don't do anything, but don't print a warning either.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 0d3ec2e97c99431cdbaea8e958a75ff2e748da41
Author: Jaska Kivela <jaska@kivela.net>
Date:   Wed Jan 16 11:51:04 2013 +0200

    Added axis inversion functionality.
    
    The module would previously log a message if min > max, but not do anything
    about it. Keep the original min/max around, swap on-the-fly.
    
    Signed-off-by: Jaska Kivela <jaska@kivela.net>
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 9fc73c9d037a751dc2b98d4b07d7580db31b8e3a
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Mon Aug 20 11:11:41 2012 +1000

    elographics 1.4.1
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 3f5e8141145b861f978bc1d250f4400915e1fba4
Author: Søren Holm <sh@mikrofyn.com>
Date:   Thu Aug 16 13:09:10 2012 +0200

    Added correct scaling of axes.
    
    Signed-off-by: Søren Holm <sh@sgh.dk>
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 948e472fb1eaa7ed0d733f93d9616ec5b199cd93
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Thu Aug 16 10:23:15 2012 +1000

    Don't force pInfo->flags to 0 (#40870)
    
    The server uses the flags to decide if a device comes up as attached or
    floating slave. Overwriting the flag after the server has processed the
    CorePointer/AlwaysCore/Floating/etc options results in the device always
    coming up as floating slave. This again makes the device appear
    unresponsive.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit c65d8e4c3307add220af82b8db3c75629f96067d
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Mon Jul 30 14:03:43 2012 +1000

    elographics 1.4.0
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit ad74c47b0adaacc88449a123f353a0f4e182b2f9
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Mon Jul 30 13:47:34 2012 +1000

    Constify a few strings
    
    xf86Elo.c:74:5: warning: initialization discards 'const' qualifier from
    pointer target type [enabled by default]
    
    several of:
    xf86Elo.c:915:3: warning: initialization discards 'const' qualifier from
    pointer target type [enabled by default]
    (input ABI 18 only)
    
    xf86Elo.c:1012:9: warning: assignment discards 'const' qualifier from
    pointer target type [enabled by default]
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 461d74ba17339ea228e8d8b40efd996e3e4757a4
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Mon Jul 30 13:43:39 2012 +1000

    Swap calls to Error() to ErrorF
    
    Error doesn't exist anymore, removed in xorg-server-1.11.0-182-g09dbfcb
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 1bdc3c58e7ad8da51f0aed6711a096bac48b168b
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Jul 19 10:54:59 2011 +1000

    Test the device in PreInit and fail if it cannot be opened.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit de753ac30874f1c66bdf66d964959cd47c6b81f9
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Jul 19 10:47:45 2011 +1000

    Don't free on init failure, let UnInit take care of it.
    
    Avoid double-frees when the server calls Uninit.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit d743407c0e95194b5745a866b296de862a96515e
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Jul 19 10:41:16 2011 +1000

    Use xf86SetStrOption for Option Device
    
    Let the device be printed in the logs
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 38bcc4322a378affb5ca142ff39df81908e990eb
Author: Terry Lambert <tlambert@chromium.org>
Date:   Fri Jul 15 17:23:20 2011 -0700

    Return proper default for unknown values in pInfo->device_control.
    
    Signed-off-by: Terry Lambert <tlambert@chromium.org>
    Reviewed-by: Stephane Marchesin <marcheu@chromium.org>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 55f337f61fdcb2d7ec77ec42d1b8b700d467196e
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Jul 8 14:07:34 2011 +1000

    Fix name and type_name for elographics
    
    Don't overwrite the user-assigned name and use XI_TOUCHSCREEN for type_name.
    Don't allow Option "DeviceName", use Identifier instead.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 7c324ede65c17e5c747b28f40b9fd19f21b79d9d
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Mon Jun 27 14:48:11 2011 +1000

    elographics 1.3.0
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 6c9a801a5c1d7e694ff7f4f097599f2b96357982
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Mon Jun 27 14:47:32 2011 +1000

    Require server 1.10
    
    And remove the manual input ABI check.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 6fd22a9d64f07a480d177e877189a3a3ebf7cb90
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Dec 3 09:34:46 2010 +1000

    Support input ABI 12
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Cyril Brulebois <kibi@debian.org>

commit 3dac6ffa77c046b3d754f0a1105fe8ecc7377911
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Dec 3 09:33:55 2010 +1000

    Remove refcount field, dropped from the server
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Cyril Brulebois <kibi@debian.org>

commit 447f547fbb7d11ec56ea578292908192175b3828
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Dec 3 09:29:36 2010 +1000

    Drop close_proc, conversion_proc, reverse_conversion_proc
    
    All three are not called by the server anymore.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Cyril Brulebois <kibi@debian.org>

commit 61b249e75e357fc8974e3892517f251ecf36fda5
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Dec 3 09:27:24 2010 +1000

    Drop driver-specific motion history size handling.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Cyril Brulebois <kibi@debian.org>

commit 8d90c971582b90c96901036203841064cb9f7a84
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Dec 3 09:27:05 2010 +1000

    Require server 1.9, drop earlier ABI support
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Cyril Brulebois <kibi@debian.org>

commit 7f35fe7d26c48622896fec8cab475f510601802b
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Dec 3 09:23:15 2010 +1000

    Replace LocalDevicePtr with InputInfoPtr
    
    Both describe the same struct, LocalDevicePtr has been removed from the
    server.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Cyril Brulebois <kibi@debian.org>

commit 0f3df8923d4d48b24b565becefa12d676c48a61a
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Dec 3 09:21:23 2010 +1000

    unifdef XFree86LOADER
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Cyril Brulebois <kibi@debian.org>

commit 787c1a94dec338da8585b7fad37f1b5fc973b2ad
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Dec 3 09:35:06 2010 +1000

    Bump to 1.2.99
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 607aed76023e71509b260dc23da7c150c1eff825
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Wed Jun 9 12:18:14 2010 +1000

    elographics 1.2.4
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit ac31d3e2d16f2b037d1c4e42aef76ddbd2fa1d20
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Wed Jun 9 12:17:16 2010 +1000

    Remove libcwrappers for malloc and free.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit ac5366d6e1f26e6ceef3d062ab7df301d623cf54
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Dec 18 08:42:26 2009 +1000

    Added support for GeneralTouch serial touchscreens.
    
    Signed-off-by: Ivan Afonichev <ivan.afonichev@gmail.com>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit b9531248d1b5d00b2ba941f576fc160ea5e1444b
Author: Michael Smith <msmith@cbnco.com>
Date:   Tue Dec 15 15:01:29 2009 -0500

    xf86EloReadInput(): fix xserver unresponsiveness during touch
    
    The fix for bug #14109 ensures all bytes are emptied from the OS buffer
    by looping until xf86WaitForInput returns 0.  This patch just changes
    the timeout from 1 millisecond to 0: we don't want the X server to block
    if there's no more serial data.
    
    It also removes the Vmin and Vtime options, which were making the calls
    to read() block until a complete 10-byte packet buffer could be filled.
    At 9600 bps, this could pause the X server for up to 9 ms. The code can
    already handle partial buffers, so all we have to do is get rid of the
    Vmin.
    
    Also, if xf86EloGetPacket() returns !Success, we should continue rather
    than break so the xf86WaitForInput call can decide whether to exit, in
    case there's more data in the buffer.
    
    Before the fix, glxgears was giving me about 390 FPS normally and down
    to 140 FPS when dragging an empty area of the touchscreen. Now it's
    basically unchanged when the touchscreen is in use (390 -> 385 FPS).
    
    X.Org Bug 14109 <https://bugs.freedesktop.org/show_bug.cgi?id=14109>
    
    Signed-off-by: Michael Smith <msmith@cbnco.com>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 60927fee86100e803f438036daeb94ba0b8e5db7
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Nov 20 09:12:22 2009 +1000

    Remove unused bits from configure.ac
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 36d6b8efe232cc20afb74799f013c03cbb79a68b
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Aug 18 15:36:07 2009 +1000

    Reset local->private to NULL to avoid double-frees.  (#23239)
    
    X.Org Bug 23239 <http://bugs.freedesktop.org/show_bug.cgi?id=23239>
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit a18af14b1df5271fbe3100df3fcb3a8811981ddf
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Jul 17 14:44:55 2009 +1000

    Cope with XINPUT ABI 7.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit c97c9f470636e6caf4374a6930e5fe380f58b8bb
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Mon Feb 2 19:06:55 2009 -0200

    Janitor: make distcheck, .gitignore.

commit 8230f8bb1f51adc038451fc124394ac72279b5ff
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 30 20:18:17 2009 -0800

    Add README with pointers to mailing list, bugzilla & git repos

commit e98045e8101b13720690352b757cdcc3bc806b02
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Thu Jan 29 17:19:42 2009 +0100

    Fix InputDriverRec allocation and freeing.
    
    This caused X server to access free()'d memory on exit path.
    Thanks to msys.ch for providing a test machine.

commit 6f3ca866c821b8fa49e2278cc1538352a95bb2a9
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 9 16:12:34 2009 -0800

    Remove xorgconfig & xorgcfg from See Also list in man page

commit 37cd09e99c7f5fa4ce7511b8ed171a3ae130300f
Author: Peter Hutterer <peter.hutterer@redhat.com>
Date:   Tue Oct 21 15:33:43 2008 +1030

    elographics 1.2.3

commit 117a54598043df6497fbc1ae4f047cc248441072
Author: Peter Hutterer <peter.hutterer@redhat.com>
Date:   Tue Oct 14 10:22:29 2008 +1030

    Add special handling for Sunit dSeries. RH #445193
    
    This model does not reply to queries about touchscreen identification. After
    opening the fd, we can skip right to enabling the device.
    
    Red Hat Bug <https://bugzilla.redhat.com/show_bug.cgi?id=445193>

commit d0aa1083c0130861a2c78509b72847fc3f7ee5f3
Author: Peter Hutterer <peter.hutterer@redhat.com>
Date:   Tue Oct 14 10:11:11 2008 +1030

    Add Option "Model" to supported list of options.
    
    Some touchscreens supported by this driver need  special handling, hence the
    explicit specification of the model. Note that this commit does not actually
    do anything with the information, it just sets some internal state.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>

commit bf0e1bf915cb679bd425712300f5dc5c80ed190a
Author: Peter Hutterer <peter.hutterer@redhat.com>
Date:   Thu Aug 14 15:34:51 2008 +0930

    Fix build, xf86Version.h -> xorgVersion.h

commit 038798931482575adb411129f016e207034e2dee
Author: William Brack <wbrack@mmm.com.hk>
Date:   Wed Jun 18 13:42:44 2008 +0930

    Don't convert coordinates for servers 1.4 and above.
    
    These servers do the coordinate conversion themselves, so no need to do it in
    the driver.
    
    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>

commit c73c44d8f68448737695a112b2e9d15b785ade2f
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Tue Jun 17 14:11:58 2008 +0930

    Remove RCS tags.

commit a932fd4174ae4bf511e1418055f1470ba2860b43
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Tue Jun 17 14:18:31 2008 +0930

    Remove XFREE_V4 define and all code that expects it to be unset.
    
    If you're still not running something more recent than X11 3, then you have
    other issues anyway.

commit b489fb3c176f9f0c3a98e3145b72fd0d9a6587b6
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Thu Jun 12 21:56:04 2008 +0930

    Remove trailing whitespaces.

commit 086e9d2056c8fbb5138b54b95f4559acf8f0f158
Author: William M. Brack <wbrack@mmm.com.hk>
Date:   Tue Jun 17 09:00:32 2008 +0930

    WaitForInput before trying to xf86EloGetPacket. #14109
    
    Followup to 72408c2404246b9cb4698bd45be439be8ced3c23.
    
    This patch isn't perfect yet, usage of O_NONBLOCK would be preferred and some
    better error handling for incomplete packages, but at least it's less broken
    than without this patch.
    
    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
    
    X.Org Bug 14109 <http://bugs.freedesktop.org/show_bug.cgi?id=14109>

commit 929b72352110b8d5dcdf74bec21694d8de9f948c
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Jun 10 22:01:08 2008 +0200

    elographics 1.2.2

commit e95226c25f2e3278c455473445c987c653bd0a12
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Jun 10 21:57:11 2008 +0200

    remove ChangeLog, add dist hook
    
    Remove ChangeLog from the tree, and add a git dist hook to generate
    it automatically.

commit 5b62ac1efec42ad725733d8acaf1c2450224a9d0
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Mon May 26 22:06:55 2008 +0930

    Check for XINPUT ABI 3.

commit 174a043bbad20de2959cc08736f894ef56536ece
Author: Adam Jackson <ajax@redhat.com>
Date:   Wed May 21 15:00:44 2008 -0400

    elographics 1.2.1

commit 0133d754c10341ca5b572beeee72488b8f5ae8a8
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Thu May 1 12:03:44 2008 +0930

    Don't divide by zero. #14902
    
    X.Org Bug 14902 <http://bugs.freedesktop.org/show_bug.cgi?id=14902>

commit d639f87a52aac179ef9d0908c012e79baf5fa245
Author: Adam Jackson <ajax@redhat.com>
Date:   Thu Mar 20 15:30:00 2008 -0400

    elographics 1.2.0

commit 6726525b14d1ad222e16e30deffc37404dc196b4
Author: Matthieu Herrb <matthieu@bluenote.herrb.net>
Date:   Sat Mar 8 22:55:12 2008 +0100

    Makefile.am: nuke RCS Id

commit 72408c2404246b9cb4698bd45be439be8ced3c23
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Thu Feb 28 09:30:24 2008 +1030

    Wrap the content of ReadInput into a loop. Bug #14109
    
    There may be more than one packet waiting for us at a time, so loop until we
    don't get one anymore.
    
    This patch is untested for lack of a device, but should fix
    X.Org Bug 14109 <http:/bugs.freedesktop.org/show_bug.cgi?id=14109>

commit ed8626d307bb49ced738ac4a5b1d469cef030596
Author: Benjamin Close <Benjamin.Close@clearchain.com>
Date:   Wed Jan 9 09:58:11 2008 +1030

    Remove reliance on xf86_ansic.h
    
    xf86_ansic.h is no longer part of the xorg hence this causes
    compilations failures on some architectures
    
    Found by: Tinderbox

commit 79a2199b8c753aeca6cc9cbbf69e568558a61853
Author: Jaroslaw Siebert <y0g1@poczta.wp.pl>
Date:   Fri Dec 28 16:16:01 2007 +1030

    Bug #13248: use -1, -1 as min/max value for valuators.
    
    If we specify a min/max value for our valuators, the X server will clip any
    coordinates at these values.
    
    This fixes the second issue reported in #13248
    
    X.Org Bugzilla #13248 <https://bugs.freedesktop.org/show_bug.cgi?id=13248>

commit 0e04b7142a04fa5e4af57a8056c6010ba49c1359
Author: Jaroslaw Siebert <y0g1@poczta.wp.pl>
Date:   Fri Dec 28 16:13:09 2007 +1030

    Bug #13248: pass the correct coordinates to the DDX.
    
    cur_x and cur_y are the packets we get from the deviec, but after scaling the
    actual coordinates we need to only deal with x and y.
    
    This fixes one issue reported Bug #13248.
    
    X.Org Bugzilla #13248 <https://bugs.freedesktop.org/attachment.cgi?id=13248>

commit e4071358e3047127fe0476cab3e9fb63e180e940
Author: Daniel Drake <d.drake@mmm.com>
Date:   Fri Dec 28 16:04:11 2007 +1030

    Bug #9803: Don't allow zero-sized width/height.
    
    A bad configuration can result in height or width being zero. This potentially
    causes a divide-by-zero error in xf86EloConvert().
    Detect the bad configuration early on and produce a meaningful error message.
    
    X.Org Bugzilla #9803 <https://bugs.freedesktop.org/show_bug.cgi?id=9803>

commit 768c17328041e2f3e59d25251772cb3be164ba71
Author: Daniel Drake <ddrake@brontes3d.com>
Date:   Tue May 29 11:58:00 2007 -0800

    Bug #11087: xf86-input-elographics COPYING file
    
    X.Org Bugzilla #11087 <https://bugs.freedesktop.org/show_bug.cgi?id=11087>

commit 24aa22caacb99d6bb0b1187e3ad618ce3fba70c2
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:52:07 2007 -0400

    Add *~ to .gitignore to skip patch/emacs droppings

commit 6c08d0ebdedfabccf8aa5883757baefe68d66881
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Aug 23 19:25:25 2007 -0400

    Rename .cvsignore to .gitignore

commit 9770760ddcbe14b0631ad1a6e25626c5560e4b81
Author: Brice Goglin <bgoglin@debian.org>
Date:   Mon Aug 6 23:12:51 2007 +0200

    Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in version_rec

commit b81e0064d99dd22d2bea8eaf65a9331da9166ab0
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:29:56 2005 +0000

    Update package version for X11R7 release.

commit 8317c2502e8cafb82b61754bbfe9e3c101a7699f
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:25:50 2005 +0000

    Stub COPYING files

commit 2d672e739310333da2bc480acc7afe6b09400d0b
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:14 2005 +0000

    Update package version number for final X11R7 release candidate.

commit 1870d409267f67b8e1a7497deea8721a26ce9cb9
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:29 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit ffe759062efc75f69bc254ddbd595322f88fd1ad
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:30 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 15ec88033a6020f442746ff178bf87406fc2555d
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Dec 2 02:16:05 2005 +0000

    Remove extraneous AC_MSG_RESULT.

commit d882f2f5febc0bae5cd8fe5bbfeb37f756fa4eb7
Author: Adam Jackson <ajax@nwnk.net>
Date:   Tue Nov 29 23:29:55 2005 +0000

    Only build dlloader modules by default.

commit 4f8ade63683986e30ffd9281b0e58bc990b4d05c
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:04:06 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 46f8d88b896cb0415dd85640ae454640e82c2742
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:49:03 2005 +0000

    Add .cvsignores for drivers.

commit 970d941ec49ff81012a77f4f33ddc21f318626e5
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:15:11 2005 +0000

    Update package version number for X11R7 RC2 release.

commit b471db40377061af89f87634e31ced3d5ba8c98e
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Nov 1 15:08:49 2005 +0000

    Update pkgcheck depedencies to work with separate build roots.

commit d371e549a4989280187a7394c64abe20c403b0db
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:48:00 2005 +0000

    Update package version number for RC1 release.

commit b4809879c5b3697321cd5816ef2d0e0355c1064d
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Oct 18 00:01:51 2005 +0000

    Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
        substitutions to work better with BSD make

commit 1845452d66d56b059504c746062b5713fa4dc16c
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Oct 17 22:57:27 2005 +0000

    More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
        of indirectly

commit aafac4990d3b5a84a4417fd3695ab9491cd061ff
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 00:08:55 2005 +0000

    Use sed & cpp to substitute variables in driver man pages

commit 3d1ff1b859ab45975dcbeb22b4f313e5aed21849
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Fri Aug 26 07:02:21 2005 +0000

    Update elographics manpage to list supported options. (Debian #075)

commit 6d7d6af9ac22ba89bdd48cbe3901fb47eab89b6e
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Thu Aug 18 09:03:38 2005 +0000

    Update autogen.sh to one that does objdir != srcdir.

commit 5410d26cb4a8df005a1ee9cb7f4ec05d5371b0e0
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Wed Aug 10 14:07:22 2005 +0000

    Don\'t lose existing CFLAGS in all the input drivers and some of the video
        drivers

commit f61c90d5044b256497ea55fe032e3e67866cd27f
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:40 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit c81438a87f7848219d1a5755f02a784dfda92601
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Jul 13 20:03:21 2005 +0000

    Make the module dir configurable

commit 9bf5e9b174d7c1e9c0633f0e170e5c15ba39c80f
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Jul 13 02:20:59 2005 +0000

    Update all input drivers to pass distcheck

commit 7a0b4563a7adcd55248385201cf3753c1b41015a
Author: Adam Jackson <ajax@nwnk.net>
Date:   Tue Jul 12 06:15:08 2005 +0000

    Build skeletons for input drivers. Should basically work.

commit f431f54c20f49bf7b97d4f2372c4e67539302fa8
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Jul 11 02:37:59 2005 +0000

    Prep input drivers for modularizing by adding guarded #include "config.h"

commit cd258fd520d115a605affda749b4fd5f416c05e5
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Sun Jul 3 08:53:45 2005 +0000

    Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".

commit 32567780acdea6626cb15ba5e38da1414c99ed68
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Fri Jul 1 22:43:22 2005 +0000

    Change all misc.h and os.h references to <X11/foo.h>.

commit fe9ef3971d71d3a0433248bc410f8c2583971c77
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Jun 27 18:32:54 2005 +0000

    Various input drivers set their InputDriverRec to be static when doing a
        loadable build, and the same symbol can't be both static and _X_EXPORT.
        Pointed out by Alan Coopersmith.

commit 281313f638e1f06a961c940b814b428e21f415de
Author: Adam Jackson <ajax@nwnk.net>
Date:   Sat Jun 25 21:17:01 2005 +0000

    Bug #3626: _X_EXPORT tags for video and input drivers.

commit 349fefb716abd06a7f83c516b941b791d86d6f13
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Wed Apr 20 12:25:33 2005 +0000

    Fix includes right throughout the Xserver tree:
    change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
    change "foo.h", "extensions/foo.h" and "X11/foo.h" to
        <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
    change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.

commit 01dc1c093d816ed484b91c0497666bd8a440e3b4
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Sep 22 04:59:31 2004 +0000

    Bug #506: Fix pointer behaviour when using multiple Elographics
        touchscreens, from Miroslav Halas.

commit 9a0f97bdde8102e82b51ea77bc03175008d9df77
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Mon Jul 26 22:52:31 2004 +0000

    - Use xf86RemoveEnabledDevice() in the DEVICE_OFF case too. Fixes a lock-up
        after server reset.
    - Call InitPtrFeedbackClassDeviceStruct() during DEVICE_INIT phase, in
        order to avoid a segfault in the X server caused by 'xset q'.

commit 1935b4e30e802f262a83e8f54bbd79495c91105d
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:54:03 2004 +0000

    Merging XORG-CURRENT into trunk

commit 7802f66b7de5f23346db1375e6ed05798090b5c3
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:33:51 2004 +0000

    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit d32fb56460dc7964a0b71bcad09109e9a35a3f51
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:12:33 2004 +0000

    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit 79d5c25f6b29453b61783967180ce6fd94c67f84
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:36:00 2004 +0000

    readding XFree86's cvs IDs

commit 9a9dded704fc947f9a7d7a070e6a472739c6bb08
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:23:34 2004 +0000

    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit 9ca79d831761a0c9e6e115c4885f3dd8a11786f4
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:56 2003 +0000

    XFree86 4.3.0.1

commit 04636ebbd2f9ee1f360f8d731d00b2665e010e57
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:56 2003 +0000

    Initial revision