summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-30configure.ac: remove unused sdkdir=$(pkg-config...) statementGaetan Nadon
The sdkdir variable isn't use, so remove the statement. Acked-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-20Remove unused bits from configure.acPeter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-10-26Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon
The git generated ChangeLog replaces the hand written one. Update configure.ac to xorg-macros level 1.3. Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros Update Makefile.am to add ChangeLog target if missing Remove ChangeLog from EXTRA_DIST or *CLEAN variables This is a pre-req for the INSTALL_CMD
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
2009-09-08Symbol was removed from the server.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-06Compile with INPUT ABI 7.xf86-input-vmmouse-12.6.5Adam Jackson
Button labels up to 7 are essentially default so we can assume they are the usual ones. Beyond that, they are anyone's guess. Axis labels are X/Y. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-29Needed by newer X servers, otherwise the module data is invisible and a ↵Peter Hutterer
dlopen error occurs. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-29Turn off built-in fallback-to-mouse-driver mechanism. With inputShelley Gong
hotplug, HAL handles deciding which driver to use and the presence of mouse_drv can't be assumed anymore on modern distros.
2009-06-06Remove ModuleInfoRec and associated bits.Matthias Hopf
ModuleInfoRec was removed with 2107becb0ce2ffda001be65728c53563496d8d50 from the server. The MouseOpts were only used from the ModuleInfoRec, they're gone now too. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-05-111) Fix bug where motion notify events were being sent with every button event.xf86-input-vmmouse-12.6.4Shelley Gong
2) Classify relative vs. absolute packets individually rather than from a global flag. 3) Compile with older distros. 4) Bump for 12.6.4 Release. Signed-off-by: Philip Langdale <philipl@fido2.homeip.net>
2009-05-07Map Solaris/Sun compiler #defines to gcc equivalentsAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-15Make --with-hal* configure options match their help outputAlan Coopersmith
2009-01-09Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith
2008-12-22Bump for 12.6.3 releasexf86-input-vmmouse-12.6.3Peter Hutterer
2008-12-22Fix make distcheck allowing custom build directories.Peter Hutterer
2008-12-22Fix build against master - add xf86OSmouse.hPeter Hutterer
2008-11-14Bump for 12.6.2 release.xf86-input-vmmouse-12.6.2Philip Langdale
2008-11-14Revert "Narrow down the scope of what systems are checked for the vmmouse ↵Philip Langdale
device." This reverts commit 93f032b80b841e1b6beeff814e8d9519e485fdef. I'm doing this for now because qemu (with and without kvm) provides an implementation of the vmmouse device and input hotplug works there right now. Later, I'll try and dig up an equivalent id check for them.
2008-11-13Only turn on absolute mode when we get an actual event; we don'tPhilip Langdale
want the driver to throw us into absolute mode just because the device is present but the user has a relative input path configured.
2008-11-13Don't flush buttons.Philip Langdale
Apply equivalent of commit 6a03e8bd9699a33dabcdd2bbcf51a001ddfd5534 from xf86-input-mouse.
2008-10-27Narrow down the scope of what systems are checked for the vmmouse device.Philip Langdale
2008-10-23Bump for 12.6.1 release.xf86-input-vmmouse-12.6.1Philip Langdale
2008-10-23Remove call to iopl(). It's not portable and isn't necessary.Philip Langdale
2008-10-23Bump version number for 12.6.0 release.xf86-input-vmmouse-12.6.0Philip Langdale
2008-10-23Switch hal-probe-vmmouse to /bin/sh and add Copyright statement.Philip Langdale
2008-10-23Add HAL integration to support input hot plug.Philip Langdale
* vmmouse_detect: A simple program that detects whether a vmmouse device is present. * hal-probe-vmmouse: A HAL callout script that uses vmmouse_detect and overrides input.x11_driver. * 11-x11-vmmouse.fdi: fdi descriptor that adds the callout for PS/2 mice. Additional 'configure' variables have been added to allow for overriding HAL paths, although this shouldn't usually be necessary.
2008-10-21Ignore more stuff in .gitignorePhilip Langdale
2008-10-21Move shared vmmouse files into a separate static lib so we canPhilip Langdale
share it with the vmmouse detection utility I'm about to add.
2008-10-17Bump version number for 12.5.2 release.xf86-input-vmmouse-12.5.2Philip Langdale
2008-10-17Change ZAxisMapping default to match main mouse driver.Philip Langdale
2008-10-17Properly set axis range and resolution for Server 1.5+Philip Langdale
2008-10-14Revert "Grab mouse from kernel if possible."Matthias Hopf
This reverts commit 028e7d0001d4948e7b11a68d904c6b307a1ccfb3. The test turned out to be bogus, in fact, the patch had no effect. The used kernel mouse driver doesn't even allow grabbing...
2008-09-29Grab mouse from kernel if possible.Matthias Hopf
Avoids mouse event duplication if a mouse driver is sitting on /dev/input/mice on Linux.
2008-08-19Remove useless call to xf86AddModuleInfoAdam Jackson
2008-06-16Check for XINPUT ABI 3.Jeff Smith
Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
2008-05-21Don't call conversion_proc for older Xserversxf86-input-vmmouse-12.5.1Vinay Bondhugula
There was a bug in the Xserver for a while when it didn't call a driver's conversion_proc to convert device space coordinates to screen space. To fix this, vmmouse starting calling that method (since January), but if this is done on older versions of X, the conversion gets done twice. The fix is to add a configure check for the right versions of X and call VMMouseConvertProc() only if we are compiling against an X that has the bug. There's some whitespace cleanup for vmmouse.c too.
2008-04-22Compatibility with older versions of XVinay Bondhugula
- Makes the driver compile againt older versions of X (tested upto 4.3). - Bump up the version number in configure.ac and the modinfo section. - A couple of trivial whitespace cleanups.
2008-03-20vmmouse 12.5.0xf86-input-vmmouse-12.5.0Adam Jackson
2008-03-08Makefile.am: nuke RCS IdMatthieu Herrb
2008-01-22Fix device to screen space coordinate conversionVinay Bondhugula
The Xserver no longer calls an input device's conversion_proc to convert x and y coordinates from device to screen space. This fix calls the conversion routine in vmmouse.c before posting the motion event to Xserver. Other drivers also seem to rely on conversion_proc, so the real fix should probably go into Xserver's code (maybe in xserver/hw/xfree86/common/xf86Xinput.c?).
2008-01-19Fix an old sign bug for the relative modeVinay Bondhugula
Higher order bits for the X and Y inputs (which could be set in case of a relative mouse) were being zeroed off in VMMouseClient_GetInput. This change fixes it.
2007-09-25Update for 12.4.3 release.vmmouse-12_4_3Philip Langdale
2007-09-24Add compatibility #define for compilation on pre-X.OrgPhilip Langdale
versions of the Xserver.
2007-09-24There are problems when running with old X releases with aPhilip Langdale
global symbol collision with the svga driver.
2007-09-10Guard modinfo section against gcc.vmmouse-12_4_2Philip Langdale
2007-09-10Merge branch 'master' of ↵Philip Langdale
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-vmmouse