summaryrefslogtreecommitdiffstats
path: root/mouse.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-01 15:49:20 +0000
committerMatt Wilson <msw@redhat.com>2000-05-01 15:49:20 +0000
commitfc51f6f72f3065fc84e528f76bff3c0192b93c9e (patch)
tree7d2f4d15c140ef5f56e94f982109c34f6336ab9b /mouse.py
parent2e6a86d315c1218b414dd10b4a918d1e4fabac80 (diff)
downloadanaconda-fc51f6f72f3065fc84e528f76bff3c0192b93c9e.tar.gz
anaconda-fc51f6f72f3065fc84e528f76bff3c0192b93c9e.tar.xz
anaconda-fc51f6f72f3065fc84e528f76bff3c0192b93c9e.zip
added serial thinking mouse
Diffstat (limited to 'mouse.py')
-rw-r--r--mouse.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mouse.py b/mouse.py
index a0986fe78..179886c8c 100644
--- a/mouse.py
+++ b/mouse.py
@@ -28,6 +28,8 @@ class Mouse (SimpleConfigFile):
("netmouse", "NetMousePS/2", "psaux", 1),
"Genius - NetScroll (PS/2)" :
("netmouse", "NetScrollPS/2", "psaux", 1),
+ "Kensington - Thinking Mouse (serial)" :
+ ("Microsoft", "ThinkingMouse", "ttyS", 1),
"Kensington - Thinking Mouse (PS/2)" :
("ps/2", "ThinkingMousePS/2", "psaux", 1),
"Logitech - C7 Mouse (serial, old C7 type)" :