home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 September / PCWORLD_PLUS.iso / patch / eng.exe / data1.cab / INF_Win95_98_NT4 / ipoint.inf
Windows Setup INFormation  |  2000-01-23  |  17KB  |  401 lines

  1. ; IPoint.Inf
  2. ; Copied to harddrive by the IntelliPoint Setup 
  3. ;  Configures system for Microsoft Mouse, IntelliMouse, IntelliMouseTrackball
  4.  
  5. ; This file is installed by the IntelliPoint setup program.  
  6. ; It allows the PNP detection to figure out that the drivers
  7. ; for the new hardware it just detected are already installed.
  8. ; No files are copied.
  9.  
  10. [Version]
  11. Signature=$CHICAGO$
  12. LayoutFile=Layout.inf
  13. Class=Mouse
  14. Provider=%Provider%
  15. ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}    ; identifies MOUSE class GUID 
  16.  
  17. [DestinationDirs]
  18. DefaultDestDir   = 11             ; LDID_SYS
  19. System.Copy      = 11             ; LDID_SYS
  20. VxD.Copy         = 22             ; LDID_VMM32
  21. INF.Copy         = 17             ; LDID_INF
  22. STDUSBMOUSE.Copy = 10,system32\drivers
  23. STDUSBMOUSE.Del  = 11
  24. HIDMouse.Copy    = 11             ; LDID_SYS
  25.  
  26. [ControlFlags]
  27. ExcludeFromSelect = USB\VID_045E&PID_0009,USB\VID_045E&PID_001E,USB\VID_045E&PID_0025
  28.  
  29. ;-------------------------------------------------------------------------
  30. ; Manufacturer Section
  31. ;-------------------------------------------------------------------------
  32. [Manufacturer]
  33. %Mfg%    =Microsoft        ; Microsoft
  34. %StdMfg%  =StdMfg               ; (Standard types)
  35.  
  36. [StdMfg]
  37. %HID_DEVICE_SYSTEM_MOUSE%=HIDMouse,HID_DEVICE_SYSTEM_MOUSE
  38.  
  39. [Microsoft]        ; identify install sections for all our Mice
  40. ;
  41. ; Mice using the Install section STDUSBMOUSE
  42. ;
  43. %USB\VID_045E&PID_0009.DeviceDesc%=STDUSBMOUSE,USB\VID_045E&PID_0009 ; PID 0009, USB IntelliMouse
  44. %USB\VID_045E&PID_001E.DeviceDesc%=STDUSBMOUSE,USB\VID_045E&PID_001E ; PID 001E, USB IntelliMouse Explorer
  45. %USB\VID_045E&PID_0025.DeviceDesc%=STDUSBMOUSE,USB\VID_045E&PID_0025 ; PID 0025, USB IntelliMouse w/IntelliEye
  46. %USB\VID_045E&PID_0029.DeviceDesc%=STDUSBMOUSE,USB\VID_045E&PID_0029 ; PID 0029, USB IntelliMouse Web
  47. %USB\VID_045E&PID_0039.DeviceDesc%=STDUSBMOUSE,USB\VID_045E&PID_0039 ; PID 0039, USB IntelliMouse Optical
  48.  
  49. ;
  50. ; Mice using the Install section Ser.Ipoint
  51. ;       Ser.Ipoint.NT for NT
  52. ;       Ser.Ipoint for Win9x
  53. ;
  54. %MSH0001.DevDesc%=Ser.Ipoint,MSH0001            ; MSH0001 - Serial IntelliMouse
  55. %SERENUM\MSH0001.DevDesc%=Ser.Ipoint,SERENUM\MSH0001
  56.  
  57. %MSH0004.DevDesc%=Ser.Ipoint,MSH0004            ; MSH0004 - Serial IntelliMouse Trackball
  58. %SERENUM\MSH0004.DevDesc%=Ser.Ipoint,SERENUM\MSH0004
  59.  
  60. %PNP0F01.DevDesc%=Ser.Ipoint,PNP0F01            ; PNP0F01 - Microsoft Serial Mouse
  61. %SERENUM\PNP0F01.DevDesc%=Ser.Ipoint,SERENUM\PNP0F01
  62.  
  63. %PNP0F0A.DevDesc%=Ser.Ipoint,PNP0F0A            ; PNP0F0A - Microsoft Serial Mouse
  64. %SERENUM\PNP0F0A.DevDesc%=Ser.Ipoint,SERENUM\PNP0F0A    
  65.  
  66. ;
  67. ; Mice using the Install section PS2.Ipoint 
  68. ;       PS2.Ipoint.NT for NT
  69. ;       PS2.Ipoint for Win9x
  70. ;
  71. %PNP0F0B.DevDesc%=PS2.Ipoint,*PNP0F13         ; PNP0F0B - PS/2 Mouse
  72. %BIOS\PNP0F0B.DevDesc%=PS2.Ipoint,*PNP0F13
  73. %ROOT\PNP0F0B.DevDesc%=PS2.Ipoint,*PNP0F13
  74.  
  75. %MSH0002.DevDesc%=PS2.Ipoint,*PNP0F13         ; MSH0002 - PS/2 IntelliMouse
  76. %BIOS\MSH0002.DevDesc%=PS2.Ipoint,*PNP0F13
  77. %ROOT\MSH0002.DevDesc%=PS2.Ipoint,*PNP0F13
  78.  
  79. %MSH0005.DevDesc%=PS2.Ipoint,*PNP0F13         ; MSH0005 - PS/2 IntelliMouse Trackball
  80. %BIOS\MSH0005.DevDesc%=PS2.Ipoint,*PNP0F13
  81. %ROOT\MSH0005.DevDesc%=PS2.Ipoint,*PNP0F13
  82.  
  83. %MSH001F.DevDesc%=PS2.Ipoint,*PNP0F13         ; MSH001F - PS/2 IntelliMouse Explorer
  84. %BIOS\MSH001F.DevDesc%=PS2.Ipoint,*PNP0F13
  85. %ROOT\MSH001F.DevDesc%=PS2.Ipoint,*PNP0F13
  86.  
  87. %MSH0020.DevDesc%=PS2.Ipoint,*PNP0F13         ; MSH0020 - PS/2 IntelliMouse w/IntelliEye
  88. %BIOS\MSH0020.DevDesc%=PS2.Ipoint,*PNP0F13
  89. %ROOT\MSH0020.DevDesc%=PS2.Ipoint,*PNP0F13
  90.  
  91. %MSH002A.DevDesc%=PS2.Ipoint,*PNP0F13         ; MSH002A - PS/2 IntelliMouse Web
  92. %BIOS\MSH002A.DevDesc%=PS2.Ipoint,*PNP0F13
  93. %ROOT\MSH002A.DevDesc%=PS2.Ipoint,*PNP0F13
  94.  
  95. %MSH003A.DevDesc%=PS2.Ipoint,*PNP0F13         ; MSH003A - PS/2 IntelliMouse Optical
  96. %BIOS\MSH003A.DevDesc%=PS2.Ipoint,*PNP0F13
  97. %ROOT\MSH003A.DevDesc%=PS2.Ipoint,*PNP0F13
  98.  
  99. ;-------------------------------------------------------------------
  100. ; Install Sections
  101. ;-------------------------------------------------------------------
  102.  
  103. ;------------------------------------------------------
  104. ; Sections Common both Serial and PS2 for Windows9x
  105. ;------------------------------------------------------
  106.  
  107.  
  108. [Ipoint.DelReg]
  109. ; HKR relative to ClassGUID above of HKLM\System\CurrentControlSet\Class\Mouse
  110. HKR,,DevLoader        
  111. HKR,,MouseDriver    
  112. HKR,,MouseType
  113. HKR,,ComInfo
  114. HKLM,System\CurrentControlSet\Services\Class\Mouse\0000,"MouseDriver"
  115. HKLM,System\CurrentControlSet\Services\Class\Mouse\0001,"MouseDriver"
  116. HKLM,System\CurrentControlSet\Services\Class\Mouse\0002,"MouseDriver"
  117. HKLM,System\CurrentControlSet\Services\Class\Mouse\0003,"MouseDriver"
  118. HKLM,System\CurrentControlSet\Services\Class\Mouse\0004,"MouseDriver"
  119. HKLM,System\CurrentControlSet\Services\Class\Mouse\0005,"MouseDriver"
  120. HKLM,System\CurrentControlSet\Services\Class\Mouse\0006,"MouseDriver"
  121. HKLM,System\CurrentControlSet\Services\Class\Mouse\0007,"MouseDriver"
  122. HKLM,System\CurrentControlSet\Services\Class\Mouse\0008,"MouseDriver"
  123. HKLM,System\CurrentControlSet\Services\Class\Mouse\0009,"MouseDriver"
  124. HKLM,System\CurrentControlSet\Services\VxD\LMOUSE,"StaticVxD"
  125. HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Mouse\shellex\PropertySheetHandlers\DriverPages"
  126.  
  127.  
  128. ;-------------------------------------------------------------------
  129. ; Install section for IntelliPoint Serial Mouse WinNT
  130. ;-------------------------------------------------------------------
  131. [Ser.Ipoint.NT]
  132. AddReg=Ser.Ipoint.NT.AddReg
  133.  
  134. [Ser.Ipoint.NT.Services]
  135. ; add our serial port driver to services
  136. AddService = mssermou, 0x00000002, Sermouse.Service.Inst, Sermouse.EventLog.Inst ; Port Driver
  137.  
  138. [Sermouse.Service.Inst]
  139. DisplayName    = %mssermou.SvcDesc%
  140. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  141. StartType      = 1                  ; SERVICE_SYSTEM_START
  142. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  143. ServiceBinary  = %12%\mssermou.sys
  144. LoadOrderGroup = Pointer Port
  145.  
  146. [Sermouse.EventLog.Inst]
  147. AddReg = Sermouse.EventLog.AddReg
  148.  
  149. [Sermouse.EventLog.AddReg]
  150. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\mssermou.sys"
  151. HKR,,TypesSupported,0x00010001,7
  152.  
  153. [Ser.Ipoint.NT.AddReg]
  154. HKLM,SYSTEM\CurrentControlSet\Services\mssermou\Parameters,NumberOfButtons,0x00010001,0x00000002
  155. HKLM,SYSTEM\CurrentControlSet\Services\mssermou\Parameters,MouseDataQueueSize,0x00010001,0x00000064
  156. HKLM,SYSTEM\CurrentControlSet\Services\mssermou\Parameters,PointerDeviceBaseName,,"PointerPort"
  157. HKLM,SYSTEM\CurrentControlSet\Services\mssermou\Parameters,SampleRate,0x00010001,0x00000028
  158. HKLM,SYSTEM\CurrentControlSet\Services\mssermou,Tag,0x00010001,0x00000002
  159. HKLM,SYSTEM\CurrentControlSet\Services\sermouse,Start,0x00010001,0x00000004
  160.  
  161.  
  162. ;-------------------------------------------------------------------
  163. ; Install section for IntelliPoint PS/2 Mouse WinNT
  164. ;-------------------------------------------------------------------
  165. [PS2.Ipoint.NT]
  166. AddReg=msi8042.Ipoint.NT.AddReg
  167. LogConfig=msi8042.Ipoint.NT.LogConfig
  168.  
  169. [msi8042.Ipoint.NT.AddReg]
  170. ;root, subkey, flag, value
  171. ; where flag 0x00010001 is "The value is "raw" data
  172. ; flag 0x00000000 is "the value is REG_SZ"
  173. HKLM,SYSTEM\CurrentControlSet\Services\msi8042\Parameters,NumberOfButtons,0x00010001,0x00000002
  174. HKLM,SYSTEM\CurrentControlSet\Services\msi8042\Parameters,MouseDataQueueSize,0x00010001,0x00000064
  175. HKLM,SYSTEM\CurrentControlSet\Services\msi8042\Parameters,PointerDeviceBaseName,,"PointerPort"
  176. HKLM,SYSTEM\CurrentControlSet\Services\msi8042\Parameters,SampleRate,0x00010001,0x00000028
  177. HKLM,SYSTEM\CurrentControlSet\Services\msi8042,Tag,0x00010001,0x00000002
  178. HKLM,SYSTEM\CurrentControlSet\Services\msi8042,Start,0x00010001,0x00000001
  179. HKLM,SYSTEM\CurrentControlSet\Services\msi8042,Type, 0x00010001, 0x00000001
  180. HKLM,SYSTEM\CurrentControlSet\Services\msi8042,ErrorControl, 0x00000001
  181. HKLM,SYSTEM\CurrentControlSet\Services\msi8042,Group,,"Keyboard Port"
  182. HKLM,SYSTEM\CurrentControlSet\Services\msi8042,ImagePath,,"system32\drivers\msi8042.sys"
  183. HKLM,SYSTEM\CurrentControlSet\Services\i8042prt,Start,0x00010001,0x00000004
  184.  
  185. [msi8042.Ipoint.NT.LogConfig]
  186. ConfigPriority=HARDWIRED,RESTART
  187.  
  188. [PS2.Ipoint.NT.Services]
  189. AddService = msi8042, 0x00000002, msi8042.Service.Inst, msi8042.EventLog.Inst ; Port Driver
  190.  
  191. [msi8042.Service.Inst]
  192. DisplayName    = %msi8042.SvcDesc%
  193. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  194. StartType      = 1                  ; SERVICE_SYSTEM_START
  195. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  196. ServiceBinary  = %12%\msi8042.sys
  197. LoadOrderGroup = Keyboard Port
  198.  
  199. [msi8042.EventLog.Inst]
  200. AddReg = msi8042.EventLog.AddReg
  201.  
  202. [msi8042.EventLog.AddReg]
  203. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\msi8042.sys"
  204. HKR,,TypesSupported,0x00010001,7
  205.  
  206.  
  207. ;-------------------------------------------------------------------
  208. ; Install section for IntelliPoint Serial Mouse for Win95
  209. ;-------------------------------------------------------------------
  210. ; this section does the following
  211. ;    renames the existing msmouse.vxd to msmouse.old
  212. ;    deletes the registry entries listed in Ipoint.DelReg section
  213. ;    adds to the registry entries listed in Ser.Ipoint.AddReg and Ipoint.AddReg
  214. ;    copies msmouse.vxd from installation disk to \windows\system
  215. ;    copies vmouse.vxd from installation disk to \windows\system\vmm32
  216. ;     updates system.ini file with the entries listed in Ser.Ipoint.Ini
  217. ;    finally, causes the system to reboot - this is required for Win95 to allow
  218. ;        the IntelliPoint drivers to be loaded thus allowing the wheel and
  219. ;        wheel button to become functional
  220.  
  221. [Ser.Ipoint]
  222. DelReg=Ipoint.DelReg
  223. AddReg=Ser.Ipoint.AddReg, Ipoint.AddReg
  224. UpdateInis=Ser.Ipoint.Ini
  225.  
  226.  
  227. ;PosDup section
  228. ;Identify devices which may appear to be separate devices but in fact are the same device
  229. ;This can occur when a device is detected and is also enumerated. Typically, detection cannot
  230. ;identify the device exactly but enumeration can. In these cases the Device Manager will detect
  231. ;a conflict. The Device Manager will look at this list and search the root branch of the 
  232. ;registry for devices listed in this section. If one is found and the resource in use by these
  233. ;devices overlap, the device manager will assume it has detected a duplicate and will move the
  234. ;root branch entry to the enumerator branch. 
  235. ;
  236. [Ser.Ipoint.PosDup]
  237. *PNP0F0C,*PNP0F0F,*PNP0F01,*PNP0F09,*PNP0F0A,*PNP0F0B,*PNP0F14,*PNP0F1E
  238.  
  239. [Ser.Ipoint.AddReg]
  240. HKR,,DevLoader,,*vmouse      ; identifiy which driver is the devloader for this device
  241. HKR,,MouseType,,SERIAL    ; identify device type of Serail
  242. HKR,,NoSetupUI,,1      ; add to registry NoSetupUI = 1 
  243. HKR,,InfPath,,"Ipoint.inf"
  244. HKR,,InfSection,,"Ser.Ipoint"
  245.  
  246. [Ser.Ipoint.Ini]
  247. system.ini,boot,,"mouse.drv=mouse.drv"        ; ensure microsoft driver is used
  248. system.ini,386Enh,,"mouse=*vmouse,msmouse.vxd"  ; make sure mini driver gets loaded
  249. system.ini,boot.description,,"mouse.drv=%SYSTEM_INI_DRIVER_DESCRIPTION%"  ; driver description
  250.  
  251.  
  252. ;-------------------------------------------------------------------
  253. ; Install section for IntelliPoint PS/2 Mouse for Win95
  254. ;-------------------------------------------------------------------
  255. ; this section does the following
  256. ;    renames the existing msmouse.vxd to msmouse.old (section MSMouse.Rename)
  257. ;    deletes the registry entries listed in Ipoint.DelReg section
  258. ;    adds to the registry entries listed in PS2.Ipoint.AddReg and Ipoint.AddReg
  259. ;    copies msmouse.vxd from installation disk to \windows\system
  260. ;    copies vmouse.vxd from installation disk to \windows\system\vmm32
  261. ;    copies mswheel.exe and mswheel.dll to \windows\system
  262. ;     updates system.ini file with the entries listed in PS2.Ipoint.Ini
  263. ;       PS2.LogConfig defines device configuration details
  264. ;    finally, causes the system to reboot because of info in the PS2.LogConfig section
  265. ;        - this is required for Win95 to allow
  266. ;        the IntelliPoint drivers to be loaded thus allowing the wheel and
  267. ;        wheel button to become functional
  268.  
  269. [PS2.Ipoint]
  270. DelReg=Ipoint.DelReg
  271. AddReg=PS2.Ipoint.Addreg, Ipoint.AddReg
  272. UpdateInis=PS2.Ipoint.Ini
  273. LogConfig=PS2.LogConfig
  274.  
  275.  
  276. ;PosDup section
  277. ;Identify devices which may appear to be separate devices but in fact are the same device
  278. ;This can occur when a device is detected and is also enumerated. Typically, detection cannot
  279. ;identify the device exactly but enumeration can. In these cases the Device Manager will detect
  280. ;a conflict. The Device Manager will look at this list and search the root branch of the 
  281. ;registry for devices listed in this section. If one is found and the resource in use by these
  282. ;devices overlap, the device manager will assume it has detected a duplicate and will move the
  283. ;root branch entry to the enumerator branch. 
  284. [PS2.Ipoint.PosDup]
  285. *PNP0F13
  286.  
  287. [PS2.Ipoint.AddReg]
  288. HKR,,DevLoader,,*vmouse
  289. HKR,,MouseType,,"PS2"
  290. HKR,,NoSetupUI,,1
  291. HKR,,InfPath,,"Ipoint.inf"
  292. HKR,,InfSection,,"PS2.Ipoint"
  293.  
  294. [PS2.LogConfig]
  295. ConfigPriority=HARDWIRED
  296. IRQConfig=12
  297.  
  298. [PS2.Ipoint.Ini]
  299. system.ini,boot,,"mouse.drv=mouse.drv"
  300. system.ini,386Enh,,"mouse=*vmouse,msmouse.vxd"
  301. system.ini,boot.description,,"mouse.drv=%SYSTEM_INI_DRIVER_DESCRIPTION%"
  302.  
  303. [STDUSBMOUSE.AddReg]
  304. HKR,,DevLoader,,*ntkern
  305. HKR,,NTMPDriver,,"hidusb.sys"
  306.  
  307. [STDUSBMOUSE.Copy]
  308. hidclass.sys
  309. hidusb.sys
  310. hidparse.sys
  311.  
  312. [STDUSBMOUSE.Del]
  313. hidclass.sys
  314. hidusb.sys
  315. hidparse.sys
  316.  
  317. ; ---------------  All standard USB Mice
  318. [STDUSBMOUSE]
  319. CopyFiles=STDUSBMOUSE.Copy
  320. DelFiles=STDUSBMOUSE.Del
  321. AddReg=STDUSBMOUSE.AddReg
  322.  
  323. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  324. ;;;;;  Install section for HID mice  ;;;;;;;;;;;;;;;;;;;;;;;;;;;
  325. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  326. [HIDMouse]
  327. CopyFiles=HIDMouse.Copy
  328. AddReg=HIDMouse.AddReg
  329.  
  330. [HIDMouse.Copy]
  331. mouhid.vxd,,,32
  332. mouse.drv
  333.  
  334. ; msmouse.vxd required for scroll wheel and wheel button support
  335. msmouse.vxd,,,32
  336.  
  337. [HIDMouse.AddReg]
  338. HKR,,DevLoader,,*ntkern
  339. HKR,,NTMPDriver,,"mouhid.vxd"
  340. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  341.  
  342. ;---------------------------------------------------------------------------
  343. ; Strings Section 
  344. ;---------------------------------------------------------------------------
  345.  
  346. [Strings]
  347. Provider="Microsoft"
  348. StdMfg  ="(Standard mouse types)"
  349. Mfg="Microsoft"
  350. SYSTEM_INI_DRIVER_DESCRIPTION="Microsoft Mouse"
  351. mssermou.SvcDesc="mssermou"
  352. msi8042.SvcDesc="msi8042"
  353.  
  354. ;
  355. ; description strings for IntelliMouse, IntelliMouse Pro, Wheeled Mouse
  356. ;     PNP id's - MSH0001, MSH0002
  357. MSH0001.DevDesc="Microsoft Serial Mouse with Wheel (IntelliPoint)"
  358. SERENUM\MSH0001.DevDesc="Microsoft Serial Mouse with Wheel (IntelliPoint)"
  359. MSH0002.DevDesc="Microsoft PS/2 Mouse with Wheel (IntelliPoint)"
  360. BIOS\MSH0002.DevDesc="Microsoft PS/2 Mouse with Wheel (IntelliPoint)"
  361. ROOT\MSH0002.DevDesc="Microsoft PS/2 Mouse with Wheel (IntelliPoint)"
  362. MSH001F.DevDesc="Microsoft PS/2 IntelliMouse Explorer (IntelliPoint)"
  363. BIOS\MSH001F.DevDesc="Microsoft PS/2 IntelliMouse Explorer (IntelliPoint)"
  364. ROOT\MSH001F.DevDesc="Microsoft PS/2 IntelliMouse Explorer (IntelliPoint)"
  365. MSH0020.DevDesc="Microsoft PS/2 IntelliMouse with IntelliEye (IntelliPoint)"
  366. BIOS\MSH0020.DevDesc="Microsoft PS/2 IntelliMouse with IntelliEye (IntelliPoint)"
  367. ROOT\MSH0020.DevDesc="Microsoft PS/2 IntelliMouse with IntelliEye (IntelliPoint)"
  368. MSH002A.DevDesc="Microsoft PS/2 IntelliMouse Web (IntelliPoint)"
  369. BIOS\MSH002A.DevDesc="Microsoft PS/2 IntelliMouse Web (IntelliPoint)"
  370. ROOT\MSH002A.DevDesc="Microsoft PS/2 IntelliMouse Web (IntelliPoint)"
  371. MSH003A.DevDesc="Microsoft PS/2 IntelliMouse Optical (IntelliPoint)"
  372. BIOS\MSH003A.DevDesc="Microsoft PS/2 IntelliMouse Optical (IntelliPoint)"
  373. ROOT\MSH003A.DevDesc="Microsoft PS/2 IntelliMouse Optical (IntelliPoint)"
  374.  
  375. ;
  376. ; description strings for Microsoft IntelliMouse Trackball MSH0004, MSH0005
  377. MSH0004.DevDesc="Microsoft Serial IntelliMouse Trackball (IntelliPoint)"
  378. SERENUM\MSH0004.DevDesc="Microsoft Serial IntelliMouse Trackball (IntelliPoint)"
  379. MSH0005.DevDesc="Microsoft PS/2 IntelliMouse Trackball (IntelliPoint)"
  380. BIOS\MSH0005.DevDesc="Microsoft PS/2 IntelliMouse Trackball (IntelliPoint)"
  381. ROOT\MSH0005.DevDesc="Microsoft PS/2 IntelliMouse Trackball (IntelliPoint)"
  382. ;
  383. PNP0F01.DevDesc="Microsoft Serial Mouse (IntelliPoint)"
  384. SERENUM\PNP0F01.DevDesc="Microsoft Serial Mouse (IntelliPoint)"
  385.  
  386. PNP0F0A.DevDesc="Microsoft Serial Mouse (IntelliPoint)"
  387. SERENUM\PNP0F0A.DevDesc="Microsoft Serial Mouse (IntelliPoint)"
  388.  
  389. PNP0F0B.DevDesc="Microsoft PS/2 Mouse (IntelliPoint)"
  390. BIOS\PNP0F0B.DevDesc="Microsoft PS/2 Mouse (IntelliPoint)"
  391. ROOT\PNP0F0B.DevDesc="Microsoft PS/2 Mouse (IntelliPoint)"
  392.  
  393. USB\VID_045E&PID_0009.DeviceDesc="Microsoft USB IntelliMouse (IntelliPoint)"
  394. USB\VID_045E&PID_001E.DeviceDesc="Microsoft USB IntelliMouse Explorer (IntelliPoint)"
  395. USB\VID_045E&PID_0025.DeviceDesc="Microsoft USB IntelliMouse w/IntelliEye (IntelliPoint)"
  396. USB\VID_045E&PID_0029.DeviceDesc="Microsoft USB IntelliMouse Optical (IntelliPoint)"
  397. USB\VID_045E&PID_0039.DeviceDesc="Microsoft USB IntelliMouse Optical (IntelliPoint)"
  398. HID_DEVICE_SYSTEM_MOUSE="HID-compliant mouse"
  399.  
  400.  
  401.