diff options
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |