diff options
author | Mike Fulbright <msf@redhat.com> | 2000-08-07 16:23:45 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-08-07 16:23:45 +0000 |
commit | a8141e9499ce8816c732bf70df79b1def809687d (patch) | |
tree | abc35abe0d3f1123b061854211675870fdc567b5 | |
parent | 9e40701b867565e729ae9d90ad1c5ce664b669f8 (diff) | |
download | anaconda-a8141e9499ce8816c732bf70df79b1def809687d.tar.gz anaconda-a8141e9499ce8816c732bf70df79b1def809687d.tar.xz anaconda-a8141e9499ce8816c732bf70df79b1def809687d.zip |
use IMPS/2 for USB mice
-rw-r--r-- | mouse.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,9 +21,9 @@ class Mouse (SimpleConfigFile): "Generic - 3 Button Mouse (PS/2)" : ("ps/2", "PS/2", "psaux", 0), "Generic - 2 Button Mouse (USB)" : - ("ps/2", "PS/2", "input/mice", 1), + ("imps2", "IMPS/2", "input/mice", 1), "Generic - 3 Button Mouse (USB)" : - ("ps/2", "PS/2", "input/mice", 0), + ("imps2", "IMPS/2", "input/mice", 0), "Genius - NetMouse (serial)" : ("ms3", "IntelliMouse", "ttyS", 1), "Genius - NetMouse (PS/2)" : |