summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-08-07 16:23:45 +0000
committerMike Fulbright <msf@redhat.com>2000-08-07 16:23:45 +0000
commita8141e9499ce8816c732bf70df79b1def809687d (patch)
treeabc35abe0d3f1123b061854211675870fdc567b5
parent9e40701b867565e729ae9d90ad1c5ce664b669f8 (diff)
downloadanaconda-a8141e9499ce8816c732bf70df79b1def809687d.tar.gz
anaconda-a8141e9499ce8816c732bf70df79b1def809687d.tar.xz
anaconda-a8141e9499ce8816c732bf70df79b1def809687d.zip
use IMPS/2 for USB mice
-rw-r--r--mouse.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mouse.py b/mouse.py
index 6cb695a15..c6c5313b3 100644
--- a/mouse.py
+++ b/mouse.py
@@ -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)" :