From eaf202531f2bb2b3da6d4769769f76da5489ae68 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 31 Jan 2011 14:11:44 +1000 Subject: 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 --- man/evdev.man | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man') 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 -- cgit v1.2.3