diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-16 14:56:28 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-16 14:56:28 +0000 |
commit | 632b622c642860183e94a0d4eca9f0e9911b980a (patch) | |
tree | d4e4ee0e8112df0b55621eb10f8dba5e2282086c /mouse.py | |
parent | 0622c3891401fdec5a004817c2915b5d8acb7c92 (diff) | |
download | anaconda-632b622c642860183e94a0d4eca9f0e9911b980a.tar.gz anaconda-632b622c642860183e94a0d4eca9f0e9911b980a.tar.xz anaconda-632b622c642860183e94a0d4eca9f0e9911b980a.zip |
don't emulate 3 on imps/2
Diffstat (limited to 'mouse.py')
-rw-r--r-- | mouse.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ class Mouse (SimpleConfigFile): "Microsoft - IntelliMouse (serial)" : ("ms3", "IntelliMouse", "ttyS", 0), "Microsoft - IntelliMouse (PS/2)" : - ("imps2", "IMPS/2", "psaux", 1), + ("imps2", "IMPS/2", "psaux", 0), "Microsoft - Bus Mouse" : ("Busmouse", "BusMouse", "inportbm", 1), "Mouse Systems - Mouse (serial)" : |