summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-01-03 14:00:41 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:37 +0200
commit2b2e7c5dc03bb0c599cd3b0f3e705046989e9957 (patch)
tree68dec78a852a548c62db3fcd9eb2845a394a87eb /README
parente083c88b50e3a5bc1e00113fd59856cc4b927582 (diff)
Mention that /dev/input/eventX device nodes are needed when
using the driver with a 2.6 kernel.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 0a651ac..263cfac 100644
--- a/README
+++ b/README
@@ -156,6 +156,18 @@ FAQ
(CONFIG_MOUSE_PS2) and synaptics touchpad support
(CONFIG_MOUSE_PS2_SYNAPTICS).
+* It still doesn't work with a 2.6 kernel.
+
+ Some distributions come with an incomplete /dev directory. The
+ driver needs the /dev/input/eventX device nodes. Try to create
+ them manually if they don't exist already. (Look at
+ /proc/bus/input/devices to figure out how many nodes you need.)
+
+ # mkdev /dev/input/event0 c 13 64
+ # mkdev /dev/input/event1 c 13 65
+ # mkdev /dev/input/event2 c 13 66
+ ...
+
* How can I configure tap-to-click behavior?
If you set MaxTapTime=0 then the touchpad will not use tapping at