summaryrefslogtreecommitdiffstats
path: root/mouse.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-01 15:50:55 +0000
committerMatt Wilson <msw@redhat.com>2000-05-01 15:50:55 +0000
commit9df5ebdc99fe213479d9953474c388942702d410 (patch)
tree8a3464440e7941d01d11f27cbb87646d4ade2ea7 /mouse.py
parentfc51f6f72f3065fc84e528f76bff3c0192b93c9e (diff)
downloadanaconda-9df5ebdc99fe213479d9953474c388942702d410.tar.gz
anaconda-9df5ebdc99fe213479d9953474c388942702d410.tar.xz
anaconda-9df5ebdc99fe213479d9953474c388942702d410.zip
no emulate3 on 5 button mice
Diffstat (limited to 'mouse.py')
-rw-r--r--mouse.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mouse.py b/mouse.py
index 179886c8c..0f9b08369 100644
--- a/mouse.py
+++ b/mouse.py
@@ -7,7 +7,7 @@ class Mouse (SimpleConfigFile):
"ALPS - GlidePoint (PS/2)" :
("ps/2", "GlidePointPS/2", "psaux", 1),
"ASCII - MieMouse (serial)" :
- ("ms3", "IntelliMouse", "ttyS", 1),
+ ("ms3", "IntelliMouse", "ttyS", 0),
"ASCII - MieMouse (PS/2)" :
("ps/2", "NetMousePS/2", "psaux", 1),
"ATI - Bus Mouse" :
@@ -51,7 +51,7 @@ class Mouse (SimpleConfigFile):
"Microsoft - Rev 2.1A or higher (serial)" :
("pnp", "Auto", "ttyS", 1),
"Microsoft - IntelliMouse (serial)" :
- ("ms3", "IntelliMouse", "ttyS", 1),
+ ("ms3", "IntelliMouse", "ttyS", 0),
"Microsoft - IntelliMouse (PS/2)" :
("imps2", "IMPS/2", "psaux", 1),
"Microsoft - Bus Mouse" :