Don't mention the no longer existing

CONFIG_MOUSE_PS2_SYNAPTICS config option in the INSTALL file.
This commit is contained in:
Peter Osterlund
2004-01-22 18:07:02 +01:00
parent 1120ab22d0
commit a4b1ec2f99

View File

@@ -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.