summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-01-22 18:07:02 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:41 +0200
commita4b1ec2f99e89809f1a8e092d2ee07b71b935a52 (patch)
treef2e67173a5e9f248e49b935d94c31c3b915a2955 /INSTALL
parent1120ab22d0132eef34e88344a2ab2db9cf54cebc (diff)
Don't mention the no longer existing
CONFIG_MOUSE_PS2_SYNAPTICS config option in the INSTALL file.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 4761dbe..6bcbc71 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,11 +10,10 @@ Requirements
(pc_keyb.c.diff.2.4.3).
2. For use with kernel 2.6.x you need to enable synaptics touchpad
- support when configuring the kernel. (CONFIG_MOUSE_PS2 and
- CONFIG_MOUSE_PS2_SYNAPTICS). You also need support for the evdev
- interface (CONFIG_INPUT_EVDEV). If you compile evdev as a module,
- make sure it is loaded before starting the X server, as it will not
- be auto-loaded.
+ support when configuring the kernel (CONFIG_MOUSE_PS2). You also
+ need support for the evdev interface (CONFIG_INPUT_EVDEV). If you
+ compile evdev as a module, make sure it is loaded before starting
+ the X server, as it will not be auto-loaded.
3. For use with an ALPS touchpad, you need to use a 2.6.x kernel and
apply the alps patch. See the README.alps file for more details.