diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-01 15:50:55 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-01 15:50:55 +0000 |
commit | 9df5ebdc99fe213479d9953474c388942702d410 (patch) | |
tree | 8a3464440e7941d01d11f27cbb87646d4ade2ea7 /mouse.py | |
parent | fc51f6f72f3065fc84e528f76bff3c0192b93c9e (diff) | |
download | anaconda-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.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" : |