1commit bbe41fae444e58c98db64db20114418ec78b99d6
2Author: Thomas Hellstrom <thellstrom@vmware.com>
3Date:   Thu Jun 25 03:20:34 2015 -0700
4
5    Bump version number for release
6
7    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
8    Reviewed-by: Trivial.
9
10commit d2040bd52d2dde08ce729dedabb350d3476e294a
11Author: Thomas Hellstrom <thellstrom@vmware.com>
12Date:   Wed Apr 8 23:26:34 2015 -0700
13
14    vmmouse: Bump version number for release
15
16    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
17
18commit 5b7d9cf15ae44361a3de506916f769d8dfec61d1
19Author: Thomas Hellstrom <thellstrom@vmware.com>
20Date:   Wed Apr 8 18:25:41 2015 +0200
21
22    vmmouse: Fix vmmouse_detect build on BSD
23
24    Tested with FreeBSD, but changes affect also OpenBSD and NetBSD to fix
25    compiling and linking with the relevant system libraries.
26
27    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
28    Reviewed-by: Brian Paul <brianp@vmware.com>
29    Acked-by: Sinclair Yeh <syeh@vmware.com>
30
31commit c8ec00f537a640db049a1afb44a31c2199859085
32Author: Thomas Hellstrom <thellstrom@vmware.com>
33Date:   Thu Jan 15 10:59:46 2015 +0100
34
35    vmmouse: Add support for the access restrict command
36
37    The access restrict command, if implemented, restricts vmmouse port
38    access to the indicated level.
39
40    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
41    Reviewed-by: Michael Banack <banackm@vmware.com>
42
43commit d5c1493b5fe0871f4f2823125f0d49f8e1edcda7
44Author: Thomas Hellstrom <thellstrom@vmware.com>
45Date:   Thu Jan 15 10:14:30 2015 +0100
46
47    vmmouse: Run vmmouse_detect as an io privileged process
48
49    Many distros already include patches to do this in various more or less
50    hackish ways. Since VMware now is about to restrict access to the VMmouse
51    backdoor, let's try to support it officially.
52
53    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
54    Acked-by: Sinclair Yeh <syeh@vmware.com>
55
56commit 1cbbc03c4b37d57760c57bd2e0b0f89d744a5795
57Author: Stefan Dirsch <sndirsch@suse.de>
58Date:   Tue Oct 7 11:32:01 2014 +0200
59
60    vmmouse_client.h: Include xorg-server.h before xf86_OSproc.h
61
62    xf86_OSproc.h cannot be included without first including xorg-server.h.
63
64    Without this the build fails on systems with the latest glibc,
65    throwing this error:
66
67    In file included from /usr/include/string.h:634:0,
68                     from /usr/include/xorg/os.h:53,
69                     from /usr/include/xorg/misc.h:115,
70                     from /usr/include/xorg/window.h:50,
71                     from /usr/include/xorg/globals.h:7,
72                     from /usr/include/xorg/opaque.h:34,
73                     from /usr/include/xorg/xf86_OSproc.h:127,
74                     from vmmouse_client.h:42,
75                     from vmmouse_client.c:38:
76    /usr/include/xorg/os.h:579:1: error: expected identifier or '(' before '__extension__'
77    strndup(const char *str, size_t n);
78
79    This is caused by HAVE_STRNDUP not being set (it is set from xorg-server.h),
80    causing os.h to redefine it.
81
82    Signed-off-by: Stefan Dirsch <sndirsch@suse.de>
83    Reviewed-by: Daniel Stone <daniels@collabora.com>
84    Acked-by: Thomas Hellstrom <thellstrom@vmware.com>
85
86commit 576e8123d9f9f01ef6041cdfb96ca811197d05d2
87Author: Thomas Hellstrom <thellstrom@vmware.com>
88Date:   Wed Oct 1 21:04:30 2014 +0200
89
90    Back off if we detect a vmmouse kernel driver v3
91
92    If a vmmouse kernel driver is active, vmmouse input is handled by the Xorg
93    evdev driver and not by the vmmouse driver, so make sure the vmmouse_detect
94    utility doesn't detect a vmmouse if a kernel driver is active.
95
96    v2: Change the vmmouse kernel device name, fix comment.
97    v3: Fix up libudev error handling.
98
99    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
100    Reviewed-by: Sinclair Yeh <syeh@vmware.com>
101
102commit de58228aaf226baac21f4bb31712f7257b221370
103Author: Loïc Yhuel <loic.yhuel@gmail.com>
104Date:   Sat Jul 12 07:29:24 2014 +0200
105
106    Fix wheel button labels
107
108    Wheel is using buttons 4/5, but btn_labels array is 0-based.
109    It matches mouse and evdev drivers, and fixes wheel in Qt5.3.
110
111    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
112
113commit 336f8633837abe4a1e5ba84b53ac8b9dac5d29a2
114Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
115Date:   Thu Nov 28 11:59:53 2013 -0800
116
117    Always include config.h first
118
119    This fixes some build warnings about CSRG_BASED being redefined due to
120    incorrect header include ordering.
121
122    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
123
124commit 05492b038e7773aa8f90449387cde89e10bc614c
125Author: Gaetan Nadon <memsize@videotron.ca>
126Date:   Mon Sep 30 13:56:53 2013 -0400
127
128    tools: make install fails when user has no write permission in /lib
129
130    The location of the udevdir is obtained from pkg-config. This is generally
131    /lib/udev. Most people run their build scripts as non-root and do not want to
132    overwrite or add files on their workstation system.
133
134    This was not the behaviour in release 12.8.0. The code in configure.ac set
135    udevdir based on common installation prefixes /usr or /usr/local for which
136    the user would probably have root permission anyway. Other prefixes would
137    be assigned a udevdir value under the given $prefix.
138
139    The patch proposes the default location $libdir/udev/rules.d and no longer
140    seeking it's value from pkg-config, just like what was done for hal.
141
142    The expectation is that the xorg source tree can be built from top to bottom
143    out of the box without tweaks or workarounds. A developer need to
144    manually install a rule under development and run an admin command for it to
145    take effect. Unlike binaries or libraries, there is no "path" style
146    variable to append a rule in development from a different location.
147
148    Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
149    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
150    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
151    Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
152
153commit 740f2cbcc0781109a6c898685b5200bdb55acac8
154Author: Peter Hutterer <peter.hutterer@who-t.net>
155Date:   Mon Oct 21 14:09:04 2013 +1000
156
157    Drop AM_MAINTAINER_MODE
158
159    Long writeup:
160    http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
161
162    Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
163    Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
164    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
165
166commit 9a815289f9df5577f5fdf4c2463b614a93819b7d
167Author: Peter Hutterer <peter.hutterer@who-t.net>
168Date:   Mon Feb 11 15:27:26 2013 +1000
169
170    Don't de-reference pMse if it hasn't been initialised yet
171
172    If the device fails PreInit, UnInit is still called by pMse may be NULL.
173    Dereferencing it is a bad idea.
174
175    Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
176    Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
177    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
178
179commit 3d5b85d62c11a9f816dbcc041cb2ac2150af666d
180Author: Peter Hutterer <peter.hutterer@who-t.net>
181Date:   Wed Jan 30 10:54:11 2013 +1000
182
183    Handle DEVICE_ABORT on ABI 19.1
184
185    Called on server abort, so let's just do the absolute minimum.
186
187    Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
188    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
189    Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
190
191commit eb23b149c176d1c735b4c658b33ce6686e47618b
192Author: Gaetan Nadon <memsize@videotron.ca>
193Date:   Sun Sep 22 18:09:27 2013 -0400
194
195    "make dist" fails when workstation has no udev package
196
197    Unable to create a tar file for the vmmouse package or run distcheck for that
198    matter. In tools, when the dev package is not installed, the makefile code
199    under HAS_UDEV_RULES_DIR is commented out. That leaves $(udev_DATA) empty
200    which causes EXTRA_DIST to be missing a file.
201
202    The solution is to spell out the file name. The name can never change as the
203    content of the tarball must be the same for everyone creating a tar file from
204    git, regardless of their workstation configuration.
205
206    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
207    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
208
209commit 60a6e4ec6068f7b3f237ca0a044cd31d3bcf1aeb
210Author: Gaetan Nadon <memsize@videotron.ca>
211Date:   Sun Sep 22 17:07:14 2013 -0400
212
213    Autoconf: Fix deprecated use of AC_OUTPUT
214
215    Use AC_CONFIG_FILES (once or more) and then AC_OUTPUT.
216
217    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
218    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
219
220commit 64df5e5fdef9c34bad4edf90ee5f489a5c519405
221Author: Gaetan Nadon <memsize@videotron.ca>
222Date:   Sun Sep 22 16:58:27 2013 -0400
223
224    Autoconf: minimum level required is 2.60
225
226    The minimum for all X.Org modules.
227
228    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
229    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
230
231commit c37d1dcf76eb9c9df7c69fe6d4d082350553a1a0
232Author: Gaetan Nadon <memsize@videotron.ca>
233Date:   Sun Sep 22 16:55:42 2013 -0400
234
235    Autoconf: replace deprecated AC_HELP_STRING with AS_HELP_STRING
236
237    Just a macro name change.
238
239    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
240    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
241
242commit d695372a7f8c54c0297c4dbd3513175417eade40
243Author: Gaetan Nadon <memsize@videotron.ca>
244Date:   Sun Sep 22 16:50:58 2013 -0400
245
246    Autoconf: remove AC_PROG_CC which overrides AC_PROG_CC_C99 from util-macros
247
248    All other X.Org modules and mainly the server are using C99 compiler.
249    Currently the compiler gets initialized twice, once to C99 from
250    util-macros and once to C89 from configure.ac.
251
252    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
253    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
254
255commit 8cb6254ad3068537e74faaf80b9e346e525ea92d
256Author: Peter Hutterer <peter.hutterer@who-t.net>
257Date:   Fri Feb 1 11:52:53 2013 +1000
258
259    Free the vmmouse data on UnInit
260
261    xf86DeleteInput() will free pInfo->private, but not the one hanging off
262    that.
263
264    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
265    Tested-by: Zack Rusin <zackr@vmware.com>
266
267commit a2e4aa9d2002dad6e976d9e4d3f129ad3127be81
268Author: Zack Rusin <zackr@vmware.com>
269Date:   Tue Jan 15 12:03:28 2013 -0800
270
271    vmmouse release 13.0.0
272
273    Signed-off-by: Zack Rusin <zackr@vmware.com>
274
275commit 1b40f1e1f61b5f44836ba5cd5d487cf57f6608ac
276Author: Zack Rusin <zackr@vmware.com>
277Date:   Thu Dec 6 16:37:19 2012 -0500
278
279    vmmouse 12.9.99.901
280
281    Internal release for QE testing
282
283    Signed-off-by: Zack Rusin <zackr@vmware.com>
284
285commit cabf4cb7c0ba3e535068ebb1d80108a26dddddaa
286Author: Peter Hutterer <peter.hutterer@who-t.net>
287Date:   Tue Aug 21 14:03:55 2012 +1000
288
289    Fix compiler warnings about unused variables
290
291    vmmouse.c: In function 'MouseCommonOptions':
292    vmmouse.c:732:16: warning: variable 'from' set but not used
293    [-Wunused-but-set-variable]
294
295    vmmouse.c: In function 'MouseCommonOptions':
296    vmmouse.c:733:8: warning: variable 'origButtons' set but not used
297    [-Wunused-but-set-variable]
298
299    vmmouse.c: In function 'VMMouseDeviceControl':
300    vmmouse.c:838:19: warning: variable 'mPriv' set but not used
301    [-Wunused-but-set-variable]
302
303    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
304    Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
305
306commit 393880d2e6fe7f744e6c701a4fde6116a7278325
307Author: Peter Hutterer <peter.hutterer@who-t.net>
308Date:   Tue Aug 21 14:03:54 2012 +1000
309
310    Use sigsafe logging in ReadInput path
311
312    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
313    Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
314
315commit dba73cebb527bb36a3d17d67b1e8e1892852b240
316Author: Peter Hutterer <peter.hutterer@who-t.net>
317Date:   Sun Aug 5 08:12:15 2012 +1000
318
319    Fetch the udev dir from udev.pc instead of guessing based on prefix
320
321    Reviewed-by: Gaetan Nadon<memsize@videotron.ca>
322    Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
323    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
324    Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
325
326commit 3c8ccf5eec3177ed8976ed5ff04795a20287d2d8
327Author: Stephen Brooks <nightbikeman@gmail.com>
328Date:   Wed May 18 22:48:34 2011 +0100
329
330    Reset ps2buttons to avoid button messages from being discarded.
331
332    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
333    Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
334    Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
335    Signed-off-by: Stephen Brooks <nightbikeman@gmail.com>
336
337commit 3a828d876772d05577b9372e8f6dc068794f4704
338Author: Jakob Bornecrantz <jakob@vmware.com>
339Date:   Tue May 22 20:14:25 2012 +0200
340
341    vmmouse 12.8.0
342
343    Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
344
345commit 2a321a39350aa020a8103813bed61ff559088195
346Author: Zack Rusin <zackr@vmware.com>
347Date:   Thu May 10 19:55:01 2012 -0400
348
349    Revert "Adjust the kernel name in the udev file."
350
351    This reverts commit 189dc266a66485d48303acbc1a4fbe4642c75e9f.
352
353    It seems that for some reason the device routing is breaking with this.
354    Possibly related to Win7 x64 hosts because it's not reproducible on
355    GNU/Linux hosts. Semantially we'd still like to match only on mouse
356    kernel but for the time being this seems to cause more problems
357    than it solves. Hence the revert.
358
359commit 55efac85ca9bd2041240ca29316ca716ddc2185d
360Author: Gaetan Nadon <memsize@videotron.ca>
361Date:   Tue May 1 16:20:59 2012 -0400
362
363    config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS
364
365    Moved up in the autoconf init section.
366    It has been removed from Automake 1.12.
367
368    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
369    Signed-off-by: Zack Rusin <zackr@vmware.com>
370
371commit 840dcbf947dd9d1383777c3cd811ff680cef5f16
372Author: Michal Srb <msrb@suse.com>
373Date:   Thu May 3 17:55:24 2012 +0200
374
375    Enable hardware access during vmmouse preinit.
376
377    Vmmouse driver uses outl calls but never requests hardware access.
378    In case there are no other drivers that requests it, vmmouse
379    initialization will fail. (Found on KVM virtual machine with fbdev
380    graphics driver and vmmouse input driver.)
381
382    Request hardware access in same way xf86-input-keyboard does.
383
384    Signed-off-by: Zack Rusin <zackr@vmware.com>
385
386commit e925b2e6e9d548db5a6646a76d513fb6881f69b4
387Author: Zack Rusin <zackr@vmware.com>
388Date:   Thu Mar 8 09:51:48 2012 -0500
389
390    vmmouse 12.8.0
391
392    bump the version number for the new release
393
394    Signed-off-by: Zack Rusin <zackr@vmware.com>
395
396commit 189dc266a66485d48303acbc1a4fbe4642c75e9f
397Author: Zack Rusin <zackr@vmware.com>
398Date:   Wed Mar 7 23:22:35 2012 -0500
399
400    Adjust the kernel name in the udev file.
401
402    Some distros (most notable OpenSuSE) are unable to match on the
403    'event' devices, since we should be using 'mouse' kernel anyway
404    (because that's what the 'udevadm info' reports) switch to it in the
405    rules file.
406
407    Signed-off-by: Zack Rusin <zackr@vmware.com>
408    Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
409
410commit 3960dd29b4e839d224b9da4e28ab4302832e906f
411Author: Peter Hutterer <peter.hutterer@who-t.net>
412Date:   Sat Nov 12 14:08:13 2011 +1000
413
414    Deal with opaque InputOption types in ABI 14
415
416    Tested-by: Jakob Bornecrantz <jakob@vmware.com>
417    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
418    Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
419
420commit fd140bfbea9fac8f05ad525dd798a5ca39f68c44
421Author: Thomas Hellstrom <thellstrom@vmware.com>
422Date:   Tue Apr 5 14:42:37 2011 +0200
423
424    Make the fdi script work with FreeBSD
425
426    The key "input.originating_device" is not present on FreeBSD.
427    Use "freebsd.driver" instead.
428
429    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
430    Reviewed-by: Michel D�nzer <daenzer@vmware.com>
431
432commit de2b5ca7a76f1ffac1e8d4ed88408dda0f77a83c
433Author: Thomas Hellstrom <thellstrom@vmware.com>
434Date:   Wed Mar 2 11:50:12 2011 +0100
435
436    vmmouse 12.7.0
437
438    Remove trailing zero from version number.
439
440    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
441
442commit cfaffd24413a31ebd7ae766ac39ed366902e38e5
443Author: Thomas Hellstrom <thellstrom@vmware.com>
444Date:   Wed Mar 2 09:06:47 2011 +0100
445
446    vmmouse 12.7.0.0
447
448    VMware internal testing completed.
449
450    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
451
452commit 07232feb6b5acc5c25e9cdf12b804397ca52dbce
453Author: Thomas Hellstrom <thellstrom@vmware.com>
454Date:   Wed Dec 8 10:07:20 2010 +0100
455
456    vmmouse 12.6.99.901
457
458    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
459
460commit 5d0ba2e03718b73013519fc0a1c74f2ef5f4e7ad
461Author: Thomas Hellstrom <thellstrom@vmware.com>
462Date:   Wed Dec 1 10:04:01 2010 +0100
463
464    Make the .fdi script work on solaris
465
466    Solaris doesn't use the same HAL device naming as Linux.
467    Use the common part of the device name.
468
469    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
470
471commit e5987a4e60d4e05159c7cc4a24cee6daed36c770
472Author: Thomas Hellstrom <thellstrom@vmware.com>
473Date:   Thu Nov 4 09:09:52 2010 +0100
474
475    Make the modinfo sring contain an optional subpatch number
476
477    The idea is that the build system assigns this number if needed.
478    As an example it might be the commit number since the last version tag.
479
480    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
481
482commit 3ef519e91fb85261834a3f4ff6982c0a9f86d616
483Author: Peter Hutterer <peter.hutterer@who-t.net>
484Date:   Tue Nov 2 09:23:10 2010 +1000
485
486    Adjust to input ABI 12.
487
488    New PreInit prototype that requires reshuffling.
489
490    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
491    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
492
493commit 3d97fa1c3a5404ae02ed67eb94a5519394ba2bf5
494Author: Peter Hutterer <peter.hutterer@who-t.net>
495Date:   Tue Nov 2 09:23:41 2010 +1000
496
497    Move allocation of mPriv down.
498
499    No functional change. If we get to this point, we know it's available.
500
501    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
502    Acked-by: Thomas Hellstrom <thellstrom@vmware.com>
503
504commit 4e08974ead62fc50ebbe0190abce78c5de3fcdff
505Author: Peter Hutterer <peter.hutterer@who-t.net>
506Date:   Tue Nov 2 09:04:45 2010 +1000
507
508    ABI 12 requires valuator modes to be specified.
509
510    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
511    Acked-by: Thomas Hellstrom <thellstrom@vmware.com>
512
513commit 4527ef863a4c4d3e499007abb65dbb5e086219e8
514Author: Peter Hutterer <peter.hutterer@who-t.net>
515Date:   Tue Oct 26 10:43:42 2010 +1000
516
517    Move passthrough initialization out into a separate function.
518
519    No functional changes, just modularising a bit to make future changes
520    easier.
521
522    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
523    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
524
525commit 6561d57d4cc8ba5a68c4f333a48eb2f9f131be7b
526Author: Peter Hutterer <peter.hutterer@who-t.net>
527Date:   Tue Oct 26 10:38:57 2010 +1000
528
529    Remove superflouous assignment.
530
531    mPriv is freed a few lines down, assigning anything here makes no
532    difference.
533
534    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
535    Acked-by: Thomas Hellstrom <thellstrom@vmware.com>
536
537commit 4345af5cacec0501a045a303ff9816098b0d63d0
538Author: Peter Hutterer <peter.hutterer@who-t.net>
539Date:   Tue Oct 26 10:16:28 2010 +1000
540
541    Replace LocalDevicePtr with InputInfoPtr.
542
543    The LocalDevicePtr define was removed from the server with ABI 12, but
544    InputInfoPtr has been an alias for it since the Xfree86/Xorg fork.
545
546    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
547    Acked-by: Thomas Hellstrom <thellstrom@vmware.com>
548
549commit 8962e5c7c521e6cf28f464a9cdb80bd37f2f4328
550Author: Gaetan Nadon <memsize@videotron.ca>
551Date:   Tue Oct 19 20:20:01 2010 -0400
552
553    make: remove duplicate definition of EXTRA_DIST
554
555    autoreconf -vfi produces this output:
556    tools/Makefile.am:59: EXTRA_DIST multiply defined in condition TRUE ...
557    tools/Makefile.am:36: ... `EXTRA_DIST' previously defined here
558
559    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
560    Acked-by: Thomas Hellstrom <thellstrom@vmware.com>
561
562commit d060a173af59cfde74aa5aa9a59557f509022421
563Author: Gaetan Nadon <memsize@videotron.ca>
564Date:   Tue Oct 19 20:20:02 2010 -0400
565
566    config: upgrade to util-macros 1.8 for additional man page support
567
568    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
569    The value of MAN_SUBST is the same for all X.Org packages.
570
571    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
572    Use the appropriate platform version of sed
573
574    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
575    Acked-by: Thomas Hellstrom <thellstrom@vmware.com>
576
577commit 61944e4497a65370716fa067f4b6a8643d089a24
578Author: Gaetan Nadon <memsize@videotron.ca>
579Date:   Tue Oct 19 20:20:03 2010 -0400
580
581    tools make: use Autoconf provided $(AM_V_GEN)$(SED)
582
583    Enables silent rule and use platform appropriate version of sed.
584
585    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
586    Acked-by: Thomas Hellstrom <thellstrom@vmware.com>
587
588commit 3b290e278b3721bef01ecc8ebc04a9a2992f7558
589Author: Trevor Woerner <twoerner@gmail.com>
590Date:   Tue Oct 19 15:10:45 2010 -0400
591
592    InputDriverRec XINPUT cleanup.
593
594    ABI version 11 of the InputDriverRec data structure no longer
595    includes the refCount member.
596
597    Signed-off-by: Trevor Woerner <twoerner@gmail.com>
598    Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
599
600commit 8650db94573e73953ba9718a2cc2644b38adc306
601Author: Trevor Woerner <twoerner@gmail.com>
602Date:   Tue Oct 19 15:09:55 2010 -0400
603
604    Deprecated code cleanup.
605
606    Replace calls to deprecated dynamic memory wrapper functions
607    in driver code.
608
609    Signed-off-by: Trevor Woerner <twoerner@gmail.com>
610    Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
611
612commit adc177e3af9dc5da982ceb7a93e9c5e3bc6aed59
613Author: Adam Jackson <ajax@redhat.com>
614Date:   Tue Aug 10 10:36:33 2010 -0400
615
616    xf86-input-vmmouse 12.6.10
617
618    Signed-off-by: Adam Jackson <ajax@redhat.com>
619
620commit cc76aec9b712403c777b7ce1290fa1e7ca62bf8c
621Author: Adam Jackson <ajax@redhat.com>
622Date:   Tue Aug 10 10:36:21 2010 -0400
623
624    Fix distcheck
625
626commit 61608b87c01ce87bd29869c1554a2ade5998782c
627Author: Alan Coopersmith <alan.coopersmith@oracle.com>
628Date:   Fri Jul 9 20:45:53 2010 -0700
629
630    Improve Solaris compatibility of hal-probe-vmmouse generation rule
631
632    Use $(SED) from AC_PROG_SED to ensure a good version of sed is found
633    Use explicit input file name instead of $< to workaround Solaris make
634    issue with $< in explicit rules.
635
636    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
637
638commit d7700bed84f6632913a6590cc9cc9d10b815a08c
639Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
640Date:   Thu Jul 1 07:14:14 2010 -0300
641
642    Purge macro NEED_EVENTS
643
644    Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
645    Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
646    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
647
648commit 4e3bf19d2637cb034e31611ef184348f12677e81
649Author: Gaetan Nadon <memsize@videotron.ca>
650Date:   Sat Jun 12 10:09:48 2010 -0400
651
652    COPYING: update and refactor Copyright notices
653
654    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
655
656commit 833698b3b9857fda176c91a0dbb128275a174624
657Author: Gaetan Nadon <memsize@videotron.ca>
658Date:   Sun Apr 25 19:36:19 2010 -0400
659
660    config: git ignore recently added 69-xorg-vmmouse.rules
661
662    Was added in 1d1c0514158abb66388ee4eb44764d201203a863
663
664    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
665
666commit 1d1c0514158abb66388ee4eb44764d201203a863
667Author: Jakob Bornecrantz <jakob@vmware.com>
668Date:   Mon Apr 19 15:29:41 2010 +0100
669
670    Only match against event[0-9] in udev rules
671
672    It looks like the udev rule was matched against two devices which caused
673    the driver to be loaded twice. We shouldn't match against the other
674    device because it will very seldom send bogus events. Some of the bug
675    this caused was buttons getting stuck.
676
677commit b22d830a4e1c609a709e71c306a3b3a8ff8a6078
678Author: Julien Cristau <jcristau@debian.org>
679Date:   Sat Apr 17 01:39:23 2010 +0200
680
681    Don't clobber CFLAGS
682
683    CFLAGS is a user variable, don't set it from configure.
684
685commit 1cba87aab183eb3846757a0ee0828e3eb119a6e6
686Author: Julien Cristau <jcristau@debian.org>
687Date:   Sat Apr 17 01:30:15 2010 +0200
688
689    Include exevents.h for XIGetKnownProperty
690
691    Fixes this compiler warning:
692    vmmouse.c: In function ‘VMMouseDeviceControl’:
693    vmmouse.c:734: warning: implicit declaration of function ‘XIGetKnownProperty’
694
695    Signed-off-by: Julien Cristau <jcristau@debian.org>
696
697commit 01f03ca8fbca96957d6c2718f4279e31cb406c2f
698Author: Peter Hutterer <peter.hutterer@who-t.net>
699Date:   Fri Apr 9 08:30:26 2010 +1000
700
701    Bump for 12.6.9 release.
702
703    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
704
705commit 7b2ff5322b298ed8458c7442a16b8c0a14bcc5dc
706Author: Peter Hutterer <peter.hutterer@who-t.net>
707Date:   Fri Apr 9 07:57:17 2010 +1000
708
709    man: move vmmouse_detect back to section 1
710
711    Was moved to section 4 in commit 36c2cd8ec6d3bf7191a98a04a876e8d7b6f64d5d,
712    "man: build vmmouse_detect man page".
713
714    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
715    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
716
717commit 21f53010d204c681e1a82b176841c2d4af8f61d8
718Author: Michel Dänzer <daenzer@vmware.com>
719Date:   Thu Apr 8 16:18:07 2010 +0200
720
721    Bump for 12.6.8 release.
722
723commit 80f671233e583ae085986bce12057fc45da444aa
724Author: Michel Dänzer <daenzer@vmware.com>
725Date:   Thu Apr 1 18:35:38 2010 +0200
726
727    Add InputClass support.
728
729    The InputClass can match the tag "vmmouse". A sample xorg.conf.d snippet is
730    provided to try and make sure the driver will be loaded automatically in a
731    compatible VM also if the X server uses udev instead of HAL.
732
733    The configure script tries to determine if and where it makes sense to install
734    the udev rule and xorg.conf.d snippet but allows overriding both.
735
736    Thanks to Timo Aaltonen for the udev rules file and Dan Nicholson and Simon
737    Thum for review and suggestions for improvement.
738
739commit b9c3bc94ee86a72216e9738aaecede80cc1c043c
740Author: Michel Dänzer <daenzer@vmware.com>
741Date:   Thu Apr 8 16:09:51 2010 +0200
742
743    Improve make rule for hal-probe-vmmouse.
744
745    Make sure changes to hal-probe-vmmouse.in get picked up automatically and
746    simplify the way it's passed to sed.
747
748    Thanks to Dan Nicholson for the suggestion.
749
750commit 36c2cd8ec6d3bf7191a98a04a876e8d7b6f64d5d
751Author: Gaetan Nadon <memsize@videotron.ca>
752Date:   Fri Mar 26 20:44:23 2010 -0400
753
754    man: build vmmouse_detect man page
755
756    The generated file was checked-in and was wrong.
757    The file suffix is now computed based on the platform
758    The macro substitution has been restored
759
760    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
761    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
762
763commit 27813c665b0eed0b3d8b4db5fcb555f20fe60c4a
764Author: Gaetan Nadon <memsize@videotron.ca>
765Date:   Sat Mar 20 13:21:12 2010 -0400
766
767    make: remove unrequired INCLUDES = -I$(srcdir)
768
769    Already covered by DEFAULT_INCLUDES
770
771    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
772    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
773    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
774
775commit 40ba06b1389ab68482b3aa3ed69292011c09f9dd
776Author: Jakob Bornecrantz <jakob@vmware.com>
777Date:   Thu Mar 18 16:23:27 2010 +0100
778
779    Bump for 12.6.7 release.
780
781commit fae10ac6c613f6de847e152d615e6da421147139
782Author: Julien Cristau <jcristau@debian.org>
783Date:   Fri Feb 26 17:30:08 2010 +0100
784
785    vmmouse: don't hardcode the module version in the source
786
787    XORG_RELEASE_VERSION gives us that info from configure.ac, let's use it.
788
789    Signed-off-by: Julien Cristau <jcristau@debian.org>
790
791commit f3ef776415820c7da1728d1fe27dd56dc24e935f
792Author: Julien Cristau <jcristau@debian.org>
793Date:   Wed Feb 10 02:16:43 2010 +0100
794
795    Bump to 12.6.6
796
797    Signed-off-by: Julien Cristau <jcristau@debian.org>
798
799commit ae58da22e6f4798498a1e9a0b1b6c6c0f19e2532
800Author: Julien Cristau <jcristau@debian.org>
801Date:   Wed Feb 10 02:15:38 2010 +0100
802
803    Require xorg-macros 1.4 for XORG_INSTALL
804
805    Signed-off-by: Julien Cristau <jcristau@debian.org>
806
807commit aca67eca8bbb1368a2f36614b0e78b98947f134f
808Author: Alan Coopersmith <alan.coopersmith@sun.com>
809Date:   Fri Jan 15 15:15:54 2010 -0800
810
811    Update Sun license notices to current X.Org standard form
812
813    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
814
815commit b3b9f36deb3fb1fcf66e591fcb075fe295e0cf0e
816Author: Gaetan Nadon <memsize@videotron.ca>
817Date:   Tue Dec 15 22:01:02 2009 -0500
818
819    configure.ac: remove unused sdkdir=$(pkg-config...) statement
820
821    The sdkdir variable isn't use, so remove the statement.
822
823    Acked-by: Dan Nicholson <dbn.lists@gmail.com>
824
825    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
826
827commit 4eb807b3e7271f5116daebea9412c72e2faae4a5
828Author: Gaetan Nadon <memsize@videotron.ca>
829Date:   Mon Nov 23 09:25:05 2009 -0500
830
831    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
832
833    Now that the INSTALL file is generated.
834    Allows running make maintainer-clean.
835
836commit 9bdfaffc1b858737c3fe85bc9b0bb25001f46460
837Author: Peter Hutterer <peter.hutterer@who-t.net>
838Date:   Fri Nov 20 10:09:24 2009 +1000
839
840    Remove unused bits from configure.ac
841
842    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
843
844commit 1f8df297b4d57e2da58faf26df378548efa47251
845Author: Gaetan Nadon <memsize@videotron.ca>
846Date:   Wed Oct 28 14:41:41 2009 -0400
847
848    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
849
850    Automake 'foreign' option is specified in configure.ac.
851    Remove from Makefile.am
852
853commit c2f77dcc95ecb5e3cfa1235e67b085aa93e4a724
854Author: Gaetan Nadon <memsize@videotron.ca>
855Date:   Wed Oct 28 14:09:09 2009 -0400
856
857    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
858
859    Add missing INSTALL file. Use standard GNU file on building tarball
860    README may have been updated
861    Remove AUTHORS file as it is empty and no content available yet.
862    Remove NEWS file as it is empty and no content available yet.
863
864commit db91ec37ea274f69eb5d07c41bef787d5e9537a5
865Author: Gaetan Nadon <memsize@videotron.ca>
866Date:   Mon Oct 26 12:54:20 2009 -0400
867
868    Several driver modules do not have a ChangeLog target in Makefile.am #23814
869
870    The git generated ChangeLog replaces the hand written one.
871    Update configure.ac to xorg-macros level 1.3.
872    Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
873    Update Makefile.am to add ChangeLog target if missing
874    Remove ChangeLog from EXTRA_DIST or *CLEAN variables
875    This is a pre-req for the INSTALL_CMD
876
877commit bb622c56b522d7b6962770b25bbe4e89ea280f16
878Author: Gaetan Nadon <memsize@videotron.ca>
879Date:   Thu Oct 22 12:34:16 2009 -0400
880
881    .gitignore: use common defaults with custom section # 24239
882
883    Using common defaults will reduce errors and maintenance.
884    Only the very small or inexistent custom section need periodic maintenance
885    when the structure of the component changes. Do not edit defaults.
886
887commit 43e123c2f4fadfdf6e7cf5aa864102d82e40fe4b
888Author: Peter Hutterer <peter.hutterer@who-t.net>
889Date:   Tue Sep 8 22:35:55 2009 -0700
890
891    Symbol was removed from the server.
892
893    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
894
895commit 989004f300c9fd897837fdee4fd9c1307c6ed6ca
896Author: Adam Jackson <ajax@redhat.com>
897Date:   Thu Jul 16 09:57:27 2009 +1000
898
899    Compile with INPUT ABI 7.
900
901    Button labels up to 7 are essentially default so we can assume they are the
902    usual ones. Beyond that, they are anyone's guess.
903    Axis labels are X/Y.
904
905    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
906
907commit 2fd8646ff528f4f7c4450dff111b4e9335ae2186
908Author: Peter Hutterer <peter.hutterer@who-t.net>
909Date:   Wed Jul 29 11:21:19 2009 -0700
910
911    Needed by newer X servers, otherwise the module data is invisible and a dlopen error occurs.
912
913    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
914
915commit 436582791de540ef85b0b66000f2446d6f8f9802
916Author: Shelley Gong <shelleygong@vmware.com>
917Date:   Wed Jul 29 11:12:24 2009 -0700
918
919    Turn off built-in fallback-to-mouse-driver mechanism. With input
920    hotplug, HAL handles deciding which driver to use and the presence
921    of mouse_drv can't be assumed anymore on modern distros.
922
923commit 370aab66b97a6fdc18f87d584a252f33f575899e
924Author: Matthias Hopf <mhopf@suse.de>
925Date:   Fri Jun 5 20:06:40 2009 +0200
926
927    Remove ModuleInfoRec and associated bits.
928
929    ModuleInfoRec was removed with 2107becb0ce2ffda001be65728c53563496d8d50 from
930    the server. The MouseOpts were only used from the ModuleInfoRec, they're gone
931    now too.
932
933    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
934
935commit d61609868697825717d2f6a63b2a6177cb13873b
936Author: Shelley Gong <shelleygong@vmware.com>
937Date:   Mon May 11 10:08:56 2009 -0700
938
939    1) Fix bug where motion notify events were being sent with every button event.
940
941    2) Classify relative vs. absolute packets individually rather than from a
942       global flag.
943
944    3) Compile with older distros.
945
946    4) Bump for 12.6.4 Release.
947
948    Signed-off-by: Philip Langdale <philipl@fido2.homeip.net>
949
950commit d5ae42ec3849672438823b08ad06a69289ae99c5
951Author: Alan Coopersmith <alan.coopersmith@sun.com>
952Date:   Thu May 7 15:53:32 2009 -0700
953
954    Map Solaris/Sun compiler #defines to gcc equivalents
955
956    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
957
958commit 9719534fa3a184b848ef9e9c3a755703b8708fd2
959Author: Alan Coopersmith <alan.coopersmith@sun.com>
960Date:   Thu Jan 15 07:29:44 2009 -0800
961
962    Make --with-hal* configure options match their help output
963
964commit 5e43144376bfa4491f60dc4da34f8bde9da2f900
965Author: Alan Coopersmith <alan.coopersmith@sun.com>
966Date:   Fri Jan 9 16:23:49 2009 -0800
967
968    Remove xorgconfig & xorgcfg from See Also list in man page
969
970commit bc324161680b1403e5811b3ac2b9ca679829a5c9
971Author: Peter Hutterer <peter.hutterer@who-t.net>
972Date:   Mon Dec 22 14:19:30 2008 +1000
973
974    Bump for 12.6.3 release
975
976commit 6f855ac348db34726eac68dc114563543ff0eae2
977Author: Peter Hutterer <peter.hutterer@who-t.net>
978Date:   Mon Dec 22 14:53:27 2008 +1000
979
980    Fix make distcheck allowing custom build directories.
981
982commit 7cb41b467a161461627e6abf1ea979b7058d02f0
983Author: Peter Hutterer <peter.hutterer@who-t.net>
984Date:   Mon Dec 22 14:10:38 2008 +1000
985
986    Fix build against master - add xf86OSmouse.h
987
988commit bda45dcf9fbbd42c155c7071d547d0d067429dde
989Author: Philip Langdale <philipl@fido2.homeip.net>
990Date:   Fri Nov 14 10:52:26 2008 -0800
991
992    Bump for 12.6.2 release.
993
994commit b29b45a25b3b2db58f81e727d787c337bbd87637
995Author: Philip Langdale <philipl@fido2.homeip.net>
996Date:   Fri Nov 14 10:24:36 2008 -0800
997
998    Revert "Narrow down the scope of what systems are checked for the vmmouse device."
999
1000    This reverts commit 93f032b80b841e1b6beeff814e8d9519e485fdef.
1001
1002    I'm doing this for now because qemu (with and without kvm) provides
1003    an implementation of the vmmouse device and input hotplug works there
1004    right now. Later, I'll try and dig up an equivalent id check for them.
1005
1006commit a5718c9b31d5fb72a88c0e145766efd861e0a3d3
1007Author: Philip Langdale <philipl@fido2.homeip.net>
1008Date:   Thu Nov 13 15:43:31 2008 -0800
1009
1010    Only turn on absolute mode when we get an actual event; we don't
1011    want the driver to throw us into absolute mode just because the
1012    device is present but the user has a relative input path configured.
1013
1014commit aea9dd5694e3b6bdeb704c18dc7930ba412ff259
1015Author: Philip Langdale <philipl@fido2.homeip.net>
1016Date:   Thu Nov 13 15:21:31 2008 -0800
1017
1018    Don't flush buttons.
1019
1020    Apply equivalent of commit 6a03e8bd9699a33dabcdd2bbcf51a001ddfd5534
1021    from xf86-input-mouse.
1022
1023commit 93f032b80b841e1b6beeff814e8d9519e485fdef
1024Author: Philip Langdale <philipl@fido2.homeip.net>
1025Date:   Mon Oct 27 09:32:22 2008 -0700
1026
1027    Narrow down the scope of what systems are checked for the vmmouse device.
1028
1029commit c42ef00eaa590139cb872c086787aaa545eac273
1030Author: Philip Langdale <philipl@fido2.homeip.net>
1031Date:   Thu Oct 23 23:35:56 2008 -0700
1032
1033    Bump for 12.6.1 release.
1034
1035commit bcdec3d0cd4434770cd841c33c030e0d7203881f
1036Author: Philip Langdale <philipl@fido2.homeip.net>
1037Date:   Thu Oct 23 23:35:28 2008 -0700
1038
1039    Remove call to iopl(). It's not portable and isn't necessary.
1040
1041commit ecb2f313292b4d3f516f5d1ae5c7cde45444041c
1042Author: Philip Langdale <philipl@fido2.homeip.net>
1043Date:   Thu Oct 23 22:26:53 2008 -0700
1044
1045    Bump version number for 12.6.0 release.
1046
1047commit a9050a9d407f650b86ee28ff00f5717c965b4554
1048Author: Philip Langdale <philipl@fido2.homeip.net>
1049Date:   Thu Oct 23 22:13:56 2008 -0700
1050
1051    Switch hal-probe-vmmouse to /bin/sh and add Copyright statement.
1052
1053commit eb03e96c1974a3fbe1c48c56974ff32bc886c8f7
1054Author: Philip Langdale <philipl@fido2.homeip.net>
1055Date:   Thu Oct 23 21:54:44 2008 -0700
1056
1057    Add HAL integration to support input hot plug.
1058
1059     * vmmouse_detect: A simple program that detects whether a vmmouse
1060       device is present.
1061     * hal-probe-vmmouse: A HAL callout script that uses vmmouse_detect
1062       and overrides input.x11_driver.
1063     * 11-x11-vmmouse.fdi: fdi descriptor that adds the callout for PS/2
1064       mice.
1065
1066    Additional 'configure' variables have been added to allow for overriding
1067    HAL paths, although this shouldn't usually be necessary.
1068
1069commit 223afd09500672a7fe8a1ab5fc221001863a8bec
1070Author: Philip Langdale <philipl@fido2.homeip.net>
1071Date:   Tue Oct 21 18:53:03 2008 -0700
1072
1073    Ignore more stuff in .gitignore
1074
1075commit 370a0ffa789c1c64d5343153bdb5ddccd502a361
1076Author: Philip Langdale <philipl@fido2.homeip.net>
1077Date:   Tue Oct 21 18:52:02 2008 -0700
1078
1079    Move shared vmmouse files into a separate static lib so we can
1080    share it with the vmmouse detection utility I'm about to add.
1081
1082commit 4c26f5cffba924daa514134e6c6dfcbc3c391d27
1083Author: Philip Langdale <philipl@fido2.homeip.net>
1084Date:   Fri Oct 17 19:59:26 2008 -0700
1085
1086    Bump version number for 12.5.2 release.
1087
1088commit 305fd77bdf4a8b241c3155b068acf4147a2f8077
1089Author: Philip Langdale <philipl@fido2.homeip.net>
1090Date:   Fri Oct 17 19:58:50 2008 -0700
1091
1092    Change ZAxisMapping default to match main mouse driver.
1093
1094commit 64760dae6b1184405641b6b46a7967d114f4ab80
1095Author: Philip Langdale <philipl@fido2.homeip.net>
1096Date:   Fri Oct 17 19:41:07 2008 -0700
1097
1098    Properly set axis range and resolution for Server 1.5+
1099
1100commit f978146de9c798e7405a7a09c5b4421e9429bf91
1101Author: Matthias Hopf <mhopf@suse.de>
1102Date:   Tue Oct 14 14:19:29 2008 +0200
1103
1104    Revert "Grab mouse from kernel if possible."
1105
1106    This reverts commit 028e7d0001d4948e7b11a68d904c6b307a1ccfb3.
1107
1108    The test turned out to be bogus, in fact, the patch had no effect.
1109    The used kernel mouse driver doesn't even allow grabbing...
1110
1111commit 028e7d0001d4948e7b11a68d904c6b307a1ccfb3
1112Author: Matthias Hopf <mhopf@suse.de>
1113Date:   Mon Sep 29 18:30:55 2008 +0200
1114
1115    Grab mouse from kernel if possible.
1116
1117    Avoids mouse event duplication if a mouse driver is sitting on /dev/input/mice
1118    on Linux.
1119
1120commit a5fb5b8cb816ddcdc25a61fa42b560955a4194e3
1121Author: Adam Jackson <ajax@redhat.com>
1122Date:   Tue Aug 19 15:29:38 2008 -0400
1123
1124    Remove useless call to xf86AddModuleInfo
1125
1126commit 9e4c44ab08fe8e5ad701750291970e03fc9aaf88
1127Author: Jeff Smith <whydoubt@yahoo.com>
1128Date:   Sun Jun 15 01:42:14 2008 -0500
1129
1130    Check for XINPUT ABI 3.
1131
1132    Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
1133
1134commit e72f4fbc61f4a0acf99a4b31f16fdebde9d339f1
1135Author: Vinay Bondhugula <vinayb@vmware.com>
1136Date:   Wed May 21 01:36:53 2008 -0400
1137
1138    Don't call conversion_proc for older Xservers
1139
1140    There was a bug in the Xserver for a while when it didn't call a driver's
1141    conversion_proc to convert device space coordinates to screen space. To fix
1142    this, vmmouse starting calling that method (since January), but if this is done
1143    on older versions of X, the conversion gets done twice.
1144
1145    The fix is to add a configure check for the right versions of X and call
1146    VMMouseConvertProc() only if we are compiling against an X that has the bug.
1147
1148    There's some whitespace cleanup for vmmouse.c too.
1149
1150commit 08f6ba03b1368e23bda4d51b16e182079fe9c409
1151Author: Vinay Bondhugula <vinayb@vmware.com>
1152Date:   Tue Apr 22 18:53:16 2008 -0400
1153
1154    Compatibility with older versions of X
1155
1156    - Makes the driver compile againt older versions of X (tested upto 4.3).
1157    - Bump up the version number in configure.ac and the modinfo section.
1158    - A couple of trivial whitespace cleanups.
1159
1160commit f9629096c1e0ac0e090642cf6a53674842aaf9a8
1161Author: Adam Jackson <ajax@redhat.com>
1162Date:   Thu Mar 20 16:53:05 2008 -0400
1163
1164    vmmouse 12.5.0
1165
1166commit a88387f1276d598843ffa0cd3648f8bf34d10680
1167Author: Matthieu Herrb <matthieu@bluenote.herrb.net>
1168Date:   Sat Mar 8 23:17:40 2008 +0100
1169
1170    Makefile.am: nuke RCS Id
1171
1172commit c312189cedf7526d61ced521f275ad5c4a972610
1173Author: Vinay Bondhugula <vinayb@vmware.com>
1174Date:   Tue Jan 22 23:32:12 2008 -0800
1175
1176    Fix device to screen space coordinate conversion
1177
1178    The Xserver no longer calls an input device's conversion_proc to convert x and
1179    y coordinates from device to screen space. This fix calls the conversion
1180    routine in vmmouse.c before posting the motion event to Xserver.
1181
1182    Other drivers also seem to rely on conversion_proc, so the real fix should probably
1183    go into Xserver's code (maybe in xserver/hw/xfree86/common/xf86Xinput.c?).
1184
1185commit ca3eb5abeb187a1e40ff7c36bf87d52efb999be9
1186Author: Vinay Bondhugula <vinayb@vmware.com>
1187Date:   Sat Jan 19 09:07:16 2008 -0800
1188
1189    Fix an old sign bug for the relative mode
1190
1191    Higher order bits for the X and Y inputs (which could be set in case of a
1192    relative mouse) were being zeroed off in VMMouseClient_GetInput. This change
1193    fixes it.
1194
1195commit ca4cc3fed99457add3935f8a063558b51e816d74
1196Author: Philip Langdale <philipl@fido2.homeip.net>
1197Date:   Tue Sep 25 16:18:53 2007 -0700
1198
1199    Update for 12.4.3 release.
1200
1201commit 4840be10e99a77d567ee9122f57c6fb6b5208cd9
1202Author: Philip Langdale <philipl@fido2.homeip.net>
1203Date:   Mon Sep 24 12:03:56 2007 -0700
1204
1205    Add compatibility #define for compilation on pre-X.Org
1206    versions of the Xserver.
1207
1208commit d89b0ffc1b994fb8e19cecbab683478b599fea73
1209Author: Philip Langdale <philipl@fido2.homeip.net>
1210Date:   Mon Sep 24 11:48:39 2007 -0700
1211
1212    There are problems when running with old X releases with a
1213    global symbol collision with the svga driver.
1214
1215commit b1ca22c8bdaa2450d98d5043b504d4a4fe412128
1216Author: Philip Langdale <philipl@fido2.homeip.net>
1217Date:   Mon Sep 10 21:17:12 2007 -0700
1218
1219    Guard modinfo section against gcc.
1220
1221commit b20b4c2388a19885b8d686bbc184d69bed5585d9
1222Merge: 0cd80f9 d8e1d4d
1223Author: Philip Langdale <philipl@fido2.homeip.net>
1224Date:   Mon Sep 10 20:46:13 2007 -0700
1225
1226    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-vmmouse
1227
1228commit 0cd80f9869feef92261d0972f3d2d018a3dcfb18
1229Author: Philip Langdale <philipl@fido2.homeip.net>
1230Date:   Mon Sep 10 20:45:58 2007 -0700
1231
1232    Ready 12.4.2 release.
1233
1234    To allow for easier detection of driver version by other VMware tools,
1235    we are embedding the version in a .modinfo section so that the Linux
1236    kernel 'modinfo' tool can be (ab)used to check it.
1237
1238commit d8e1d4d1f4eeeb87c573810c0f0d141fe180bb01
1239Author: Alan Coopersmith <alan.coopersmith@sun.com>
1240Date:   Tue Aug 28 17:39:11 2007 -0700
1241
1242    Port to new motion history/InitPointerDeviceStruct ABI
1243
1244    (Copied from daniels' fix to xf86-input-mouse)
1245
1246commit 5a4e1fe50b1a38cfc489eff49f5a729bd726cd23
1247Author: Philip Langdale <philipl@fido2.homeip.net>
1248Date:   Mon Jul 9 13:46:33 2007 -0700
1249
1250    Add copyright statement to man page.
1251
1252commit e854c0c989b57e3d862c363a9c16ee4db315274f
1253Author: Philip Langdale <philipl@fido2.homeip.net>
1254Date:   Tue Jun 26 14:52:32 2007 -0700
1255
1256    Update the man page to more closely reflect reality.
1257    Problems pointed out by Jason MacIntyre. Thanks!
1258
1259commit 078666eac54f5672e5e7df2f79c92ac412976cd9
1260Author: Alan Coopersmith <alan.coopersmith@sun.com>
1261Date:   Thu Mar 1 10:36:23 2007 -0800
1262
1263    renamed: .cvsignore -> .gitignore
1264
1265commit ceb33299a512f368529dd052f4acab695b172c7f
1266Author: Alan Coopersmith <alan.coopersmith@sun.com>
1267Date:   Thu Mar 1 10:35:12 2007 -0800
1268
1269    Replace references to XFree86/XF86Config in man page
1270
1271commit 87d047e6132d5734ab65f0ef18354608dae39ec8
1272Author: Philip Langdale <philipl@fido2.homeip.net>
1273Date:   Tue Feb 27 18:02:43 2007 -0800
1274
1275    Under certain circumstances, typically when the kernel PS/2 driver decides
1276    to reset the PS/2 device, we can find ourselves in an inconsistent state
1277    between the vmmouse driver and the virtual hardware. When this is encountered,
1278    we should re-request absolute mode from the hardware to get back in sync.
1279
1280commit 16e12c2c08a92a7bb9c11d4a359bf9904998e93f
1281Author: Adam Jackson <ajax@nwnk.net>
1282Date:   Fri Apr 7 18:17:10 2006 +0000
1283
1284    Unlibcwrap. Bump server version requirement. Bump to 12.4.0.
1285
1286commit 6a74d428e2ce1ad07b9dc8b361bd7c2e71dd19d0
1287Author: philipl <philipl>
1288Date:   Wed Mar 29 02:36:23 2006 +0000
1289
1290    Bump PATCHLEVEL.
1291    Use the right #define when detecting a 64bit compilation. This fixes the
1292        driver to actually work for 64bit builds.
1293
1294commit 1d7b250cbda0b96a494a17fdfb53eb971907a35b
1295Author: philipl <philipl>
1296Date:   Mon Jan 16 23:54:15 2006 +0000
1297
1298    Fix for compilation with gcc4 and PIC.
1299
1300commit ee148a2f8ef97557ec2db501295ed8227699d2bf
1301Author: philipl <philipl>
1302Date:   Mon Jan 9 19:12:26 2006 +0000
1303
1304    Initial release of the vmmouse driver for VMware virtual machines.
1305