diff options
author | Peter Osterlund <petero2@telia.com> | 2003-07-17 03:16:01 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:03 +0200 |
commit | c534fb9a4492952e93691bc76f5de591bcde90de (patch) | |
tree | 4fec88161b2b8c7916f7e4350cd562c174ef9694 | |
parent | 2971238f36a95dd08f8a0e8a922f8a3560bedf9b (diff) |
Updated documentation for new "auto-dev" option.
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | PARAMETER | 4 | ||||
-rw-r--r-- | synaptics.c | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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" @@ -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) |