From c534fb9a4492952e93691bc76f5de591bcde90de Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Thu, 17 Jul 2003 03:16:01 +0200 Subject: Updated documentation for new "auto-dev" option. --- INSTALL | 2 +- PARAMETER | 4 ++-- synaptics.c | 2 +- 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) -- cgit v1.2.3