diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-01 15:49:20 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-01 15:49:20 +0000 |
commit | fc51f6f72f3065fc84e528f76bff3c0192b93c9e (patch) | |
tree | 7d2f4d15c140ef5f56e94f982109c34f6336ab9b | |
parent | 2e6a86d315c1218b414dd10b4a918d1e4fabac80 (diff) | |
download | anaconda-fc51f6f72f3065fc84e528f76bff3c0192b93c9e.tar.gz anaconda-fc51f6f72f3065fc84e528f76bff3c0192b93c9e.tar.xz anaconda-fc51f6f72f3065fc84e528f76bff3c0192b93c9e.zip |
added serial thinking mouse
-rw-r--r-- | mouse.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)" : |