diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-16 15:23:06 +1030 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-17 11:18:39 +1030 |
commit | 4912e2aa7f867a86d383010023b8426c881fb3b0 (patch) | |
tree | ad79b0adf6d524ed26185f9f4922908bec5bb5d3 /man | |
parent | Don't post keycodes > 255. (diff) | |
download | xf86-input-evdev-4912e2aa7f867a86d383010023b8426c881fb3b0.tar.gz xf86-input-evdev-4912e2aa7f867a86d383010023b8426c881fb3b0.tar.bz2 xf86-input-evdev-4912e2aa7f867a86d383010023b8426c881fb3b0.zip |
Add option "GrabDevice", don't grab the device by default.
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/evdev.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/evdev.man b/man/evdev.man index 899ca71..9d336fc 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -11,6 +11,7 @@ evdev \- Generic Linux input driver .BI " Option \*qDevice\*q \*q" devpath \*q .BI " Option \*qEmulate3Buttons\*q \*q" True \*q .BI " Option \*qEmulate3Timeout\*q \*q" 50 \*q +.BI " Option \*qGrabDevice\*q \*q" False \*q \ \ ... .B EndSection .fi @@ -145,6 +146,13 @@ waking up from suspend). In between each attempt is a 100ms wait. Default: 10. .TP 7 .BI "Option \*qInvertY\*q \*q" Bool \*q Invert the given axis. Default: off. Property: "Evdev Axis Inversion". +.TP 7 +.BI "Option \*qGrabDevice\*q \*q" boolean \*q +Force a grab on the event device. Doing so will ensure that no other driver +can initialise the same device and it will also stop the device from sending +events to /dev/kbd or /dev/input/mice. Events from this device will not be +sent to virtual devices (e.g. rfkill or the Macintosh mouse button emulation). +Default disabled. .SH SUPPORTED PROPERTIES The following properties are provided by the |