summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMagnus Kessler <Magnus.Kessler@gmx.net>2008-10-03 17:29:40 +0930
committerPeter Hutterer <peter.hutterer@redhat.com>2008-10-03 17:38:11 +0930
commit2e00158d61fa1c6551010fdd681b7d920eb029e5 (patch)
tree9a672474d131c5f2cac5382d1c15f3c85057bd33 /INSTALL
parent851097c45f02f2a033975cd3b2ed9490a4aa87bd (diff)
Remove repeater functionality.
Remove the repeater functionality completely from the synaptics touchpad driver. It is buggy in its current implementation and its usefulness is questionable. According to the INSTALL file, the repeater is there only for testing. In fact, if a supported device is found even a configured repeater fifo is automatically disabled. For most users the functionality is therefore irrelevant and can be confusing. If I understand the workings of the repeater correctly, a developer could instead just read the data directly from an unsupported device's character special file under /dev or /dev/input. With today's more dynamic device configuration possibilities via udev and hal it's also less likely that the synaptics driver would silently block another devices data, this situation being for what the repeater functionality seems to have been introduced in the past. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 0 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d385450..47d2913 100644
--- a/INSTALL
+++ b/INSTALL
@@ -48,11 +48,9 @@ Section "InputDevice"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
-# Option "Repeater" "/dev/ps2mouse"
EndSection
Change the Identifier to the same name as in the ServerLayout section.
-The Option "Repeater" is at the moment for testing.
5. Add the "CorePointer" option to the InputDevice line at the
ServerLayout section: