summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-07-17 03:16:01 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:03 +0200
commitc534fb9a4492952e93691bc76f5de591bcde90de (patch)
tree4fec88161b2b8c7916f7e4350cd562c174ef9694
parent2971238f36a95dd08f8a0e8a922f8a3560bedf9b (diff)
Updated documentation for new "auto-dev" option.
-rw-r--r--INSTALL2
-rw-r--r--PARAMETER4
-rw-r--r--synaptics.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 0b72a6b..bbbd0e7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -28,7 +28,7 @@ Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[1]"
Option "Device" "/dev/psaux"
- Option "Protocol" "psaux"
+ Option "Protocol" "auto-dev"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "TopEdge" "3900"
diff --git a/PARAMETER b/PARAMETER
index 9e4c3e1..a975ada 100644
--- a/PARAMETER
+++ b/PARAMETER
@@ -1,6 +1,6 @@
Device String Synaptics device
-Protocol String "psaux" (raw, default) or "event" (linux 2.5
- kernel events)
+Protocol String "auto-dev" (automatic, default), "psaux" (raw) or
+ "event" (linux 2.5 kernel events)
SHMConfig Bool switch on/off shared-memory for configuration
LeftEdge Int coordinates for left edge
RightEdge Int coordinates for right edge
diff --git a/synaptics.c b/synaptics.c
index e2775f2..56eef34 100644
--- a/synaptics.c
+++ b/synaptics.c
@@ -266,7 +266,7 @@ SetDeviceAndProtocol(LocalDevicePtr local)
}
/*
- * called by the module loader for initialtion
+ * called by the module loader for initialization
*/
static InputInfoPtr
SynapticsPreInit(InputDriverPtr drv, IDevPtr dev, int flags)