home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Utility / DisplayDoctorLinux / scitech-display-doctor-1.0beta-3.i386.rpm / scitech-display-doctor-1.0beta.3.cpio.gz / scitech-display-doctor-1.0beta.3.cpio / usr / lib / nucleus / XF86Setup / mseproto.tcl < prev    next >
Text File  |  1998-09-19  |  550b  |  47 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. set SerialMouseTypes [list     "Microsoft"     "MouseSystems"     "MMSeries"     "Logitech"     "MouseMan"     "MMHitTab"     "GlidePoint"     "IntelliMouse"     "ThinkingMouse" ]
  12.  
  13.  
  14. set BusMouseTypes [list     "BusMouse" ]
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. set StandardPS2Types [list     "PS/2" ]
  23.  
  24.  
  25.  
  26. set ExtendedPS2Types [list     "IMPS/2"     "ThinkingMousePS/2"     "MouseManPlusPS/2"     "GlidePointPS/2"     "NetMousePS/2"     "NetScrollPS/2" ]
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. set PnpMouseTypes [list     "Auto" ]
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. set SupportedMouseTypes [concat $SerialMouseTypes $BusMouseTypes $StandardPS2Types $PnpMouseTypes $ExtendedPS2Types]
  47.