summaryrefslogtreecommitdiffstats
path: root/mouse.py
diff options
context:
space:
mode:
authorlaroche <laroche>2001-07-26 11:00:21 +0000
committerlaroche <laroche>2001-07-26 11:00:21 +0000
commitbf0b060c2c700e64050d9d9d254a912f95276543 (patch)
tree53f0a7951a9977b22ab525564f079c320fffe6ab /mouse.py
parentf046073692305cb50e9ed1992982867e74b47111 (diff)
downloadanaconda-bf0b060c2c700e64050d9d9d254a912f95276543.tar.gz
anaconda-bf0b060c2c700e64050d9d9d254a912f95276543.tar.xz
anaconda-bf0b060c2c700e64050d9d9d254a912f95276543.zip
genericsps2 was also wrong, this should be genericps2
Diffstat (limited to 'mouse.py')
-rw-r--r--mouse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mouse.py b/mouse.py
index 58c9c9af7..8faa88d39 100644
--- a/mouse.py
+++ b/mouse.py
@@ -32,7 +32,7 @@ class Mouse (SimpleConfigFile):
"Generic - 3 Button Mouse (serial)" :
("Microsoft", "Microsoft", "ttyS", 0, "generic3"),
"Generic - 2 Button Mouse (PS/2)" :
- ("ps/2", "PS/2", "psaux", 1, "genericsps/2"),
+ ("ps/2", "PS/2", "psaux", 1, "genericps/2"),
"Generic - 3 Button Mouse (PS/2)" :
("ps/2", "PS/2", "psaux", 0, "generic3ps/2"),
"Generic - 2 Button Mouse (USB)" :