diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-01-31 14:11:44 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-05-27 15:32:23 +1000 |
commit | eaf202531f2bb2b3da6d4769769f76da5489ae68 (patch) | |
tree | a75d7f00370ce47967d5086fdfde617e3797a2c4 /man | |
parent | Handle touchscreens without BTN_TOUCH (diff) | |
download | xf86-input-evdev-eaf202531f2bb2b3da6d4769769f76da5489ae68.tar.gz xf86-input-evdev-eaf202531f2bb2b3da6d4769769f76da5489ae68.tar.bz2 xf86-input-evdev-eaf202531f2bb2b3da6d4769769f76da5489ae68.zip |
Export device node as property.
There is currently no mapping between XI devices and physical devices other
than what can be extracted by parsing the Xorg logfile. Add new property
"Device Node" to the driver to export the open device file.
Server 1.11 and later standardises on this property name.
The client is responsible for detecting if the device is on the same host
and converting the data into a more useful format (e.g. sysfs path).
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/evdev.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/evdev.man b/man/evdev.man index 931e1a1..2709d7a 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -66,7 +66,8 @@ is used. Buttons not specified in the user's mapping use the default mapping. .BI "Option \*qDevice\*q \*q" string \*q Specifies the device through which the device can be accessed. This will generally be of the form \*q/dev/input/eventX\*q, where X is some integer. -The mapping from device node to hardware is system-dependent. +The mapping from device node to hardware is system-dependent. Property: +"Device Node" (read-only). .TP 7 .BI "Option \*qDragLockButtons\*q \*q" "L1 B2 L3 B4" \*q Sets \*qdrag lock buttons\*q that simulate holding a button down, so |