summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2009-07-02evdev: Fix spelling of property in man page to match source code. #22571Asbjørn Sannes1-1/+1
Signed-off-by: Asbj�rn Sannes <ace@sannes.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-16man: list the options and properties in alphabetical order.Peter Hutterer1-55/+55
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-16man: Fix two minor typos in man page.Peter Hutterer1-2/+2
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-02Janitor: make distcheck, .gitignore.Paulo Cesar Pereira de Andrade1-2/+0
Remove non toplevel .gitignore and .cvsignore files. The "make distcheck correction" for $(sdkdir) probably has a better approach using a "*-hook:" target, or possibly making $sdkdir a configure time option that could be set with DISTCHECK_CONFIGURE_FLAGS.
2009-02-02fix manpage formattingPeter Breitenlohner1-0/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-01-09Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith1-1/+1
2008-11-03Add support for axes swapping.Peter Hutterer1-0/+6
New option: SwapAxes (boolean) New property: EVDEV_PROP_SWAP_AXES. Actual swapping code written by Donnie Berkholz. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2008-10-30Add support for run-time calibration.Peter Hutterer1-0/+5
Some devices require run-time axis calibration. We can't change the min/max ranges once we've initialised the valuator structs though, so in-driver run-time calibration is required. If the property is set, the driver scales from the calibrated range to the values reported to the X server (which then may scale to screen coordinates). If the property is not set (i.e. zero items) no scaling is performed.
2008-10-17Add option "GrabDevice", don't grab the device by default.Peter Hutterer1-0/+8
We now have the matching code in the server to set the console to RAW mode and don't need to grab the devices anymore. This is an updated version of e8534d47c8524ac081c2e3e6ebaabe4c6b274a18, which was reverted in 6dc41991557fa55a9e2f5aaf0fe40c70a08d41fd.
2008-10-14Document properties in man page.Peter Hutterer1-11/+48
2008-10-14Document InvertX/Y options.Peter Hutterer1-0/+5
2008-10-11Remove "Path" option.Peter Hutterer1-10/+1
Path was just an alias for Device anyway, so we might as well not parse it. By now you should be using HAL anyway which fills in Device for you.
2008-09-04Attempt to re-open devices on read errors.Peter Hutterer1-0/+5
Coming back from resume may leave us with a file descriptor that can be opened but fails on the first read (ENODEV). In this case, try to open the device until it becomes available or until the predefined count expires. To be safe, we cache the information from the device and compare against it when we re-open. This way we ensure that if the topology changes under us, we don't open a completely different device. If a device has changed, we disable it. Adds option "ReopenAttempts" <int>
2008-08-22Add timeout support for mouse wheel emulationDan Nicholson1-0/+9
Support the EmulateWheelTimeout option as the mouse driver does. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2008-08-18Adding in DragLockButtons functionality.Chris Salch1-0/+12
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2008-08-15Revert "Don't grab devices unless specified through the config options."Peter Hutterer1-8/+0
Not such a good idea, CTRL+C terminates the server and other issues. Reverting for now until a better solution is found, at least this way the driver is usable. See also: http://lists.freedesktop.org/archives/xorg/2008-August/038032.html This reverts commit e8534d47c8524ac081c2e3e6ebaabe4c6b274a18.
2008-08-14Don't grab devices unless specified through the config options.Peter Hutterer1-0/+8
Grabbing event devices stops in-kernel event forwarding, most notably rfkill and the "Macintosh mouse button emulation" device. Let's not do that. Option "GrabDevice" forces grabbing the device.
2008-08-07Adding mouse wheel emulation code.Chris Salch1-1/+43
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2008-07-22Add support for ButtonMapping option.Peter Hutterer1-0/+11
2008-07-03Update COPYING with the correct copyright info.Peter Hutterer1-2/+0
Fix up licence of emuMB.c, was using Red Hat instead of "The authors", but this code wasn't contributed by RH anyway.
2008-06-10Disable middle mouse button emulation when a real middle MB event is detected.Peter Hutterer1-2/+2
Devices may report middle mouse buttons even if they don't have one (PS/2 devices just don't know any better), so we can't be sure until we see the event.
2008-06-10Enable middle-mouse button emulation.Peter Hutterer1-0/+13
Ported from xf86-input-mouse, with a few cleanups.
2008-05-18man: Option "Path" is supported in the code, add it to man page.Peter Hutterer1-1/+9
2006-01-09Add evdev manpageevdev-1_0-branchpointevdev-1_0-branchgravity2-2/+55
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin1-2/+2
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-21Add .cvsignores for drivers.Eric Anholt1-0/+2
2005-10-18Do the following to make the drivers pass distcheck:Kevin E Martin1-1/+1
- Only define EXTRA_DIST when there are actually man pages to be processed - Add missing man pages to keyboard and ati drivers EXTRA_DIST
2005-10-18Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macroAlan Coopersmith1-1/+1
substitutions to work better with BSD make
2005-10-17More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ insteadAdam Jackson1-1/+1
of indirectly
2005-10-17Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith1-20/+58
2005-07-12Build skeletons for input drivers. Should basically work.Adam Jackson1-0/+21