From a4b1ec2f99e89809f1a8e092d2ee07b71b935a52 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Thu, 22 Jan 2004 18:07:02 +0100 Subject: [PATCH] Don't mention the no longer existing CONFIG_MOUSE_PS2_SYNAPTICS config option in the INSTALL file. --- INSTALL | 9 ++++----- 1 file 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.