diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-18 11:04:43 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-18 11:04:43 +0930 |
commit | e9222a828582e560f9c3a29f0d3d9e1e46d973bd (patch) | |
tree | 74266713c0da715035d04c603c12f1453b355845 | |
parent | Don't allow relative and absolute axes on the same device. (diff) | |
download | xf86-input-evdev-e9222a828582e560f9c3a29f0d3d9e1e46d973bd.tar.gz xf86-input-evdev-e9222a828582e560f9c3a29f0d3d9e1e46d973bd.tar.bz2 xf86-input-evdev-e9222a828582e560f9c3a29f0d3d9e1e46d973bd.zip |
man: Option "Path" is supported in the code, add it to man page.
-rw-r--r-- | man/evdev.man | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man/evdev.man b/man/evdev.man index 2ad5552..dbe94f4 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -9,6 +9,7 @@ evdev \- Generic Linux input driver .BI " Identifier \*q" devname \*q .B " Driver \*qevdev\*q" .BI " Option \*qDevice\*q \*q" devpath \*q +.BI " Option \*qPath\*q \*q" path \*q \ \ ... .B EndSection .fi @@ -45,7 +46,14 @@ are supported: 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. This option is -mandatory, and there is no default setting. +mandatory unless \*qPath\*q is given, and there is no default setting. +.TP 7 +.BI "Option \*qPath\*q \*q" string \*q +Specifies the device through which the device can be accessed. This will +generally be of the form \*q/dev/input/by-path/xyz\*q, where xyz includes the +name of the device. The mapping from device node to hardware is +system-dependent. This option has precedence over the \*qDevice\*q option but +one of \*qPath\*q or \*qDevice\*q must be given. .SH AUTHORS Kristian Høgsberg. .SH "SEE ALSO" |