summaryrefslogtreecommitdiffstats
path: root/mouse.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-08-16 22:40:06 +0000
committerMatt Wilson <msw@redhat.com>2000-08-16 22:40:06 +0000
commit8b47a68d40976a893b8e8102152dcbc74b9a3ca9 (patch)
tree1efd3f51eda377733190fff1a5077f3cb1304ca5 /mouse.py
parent0be9c47742287a56691f62a1a31ea308f0aac43f (diff)
downloadanaconda-8b47a68d40976a893b8e8102152dcbc74b9a3ca9.tar.gz
anaconda-8b47a68d40976a893b8e8102152dcbc74b9a3ca9.tar.xz
anaconda-8b47a68d40976a893b8e8102152dcbc74b9a3ca9.zip
docs
Diffstat (limited to 'mouse.py')
-rw-r--r--mouse.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mouse.py b/mouse.py
index c6c5313b3..2fe4ef65e 100644
--- a/mouse.py
+++ b/mouse.py
@@ -4,6 +4,7 @@ import os
class Mouse (SimpleConfigFile):
mice = {
+ # (gpm protocol, X protocol, emulate3)
"ALPS - GlidePoint (PS/2)" :
("ps/2", "GlidePointPS/2", "psaux", 1),
"ASCII - MieMouse (serial)" :