msmouse.inf: Change some section names to be able to install the vmware
mouse driver (still not working)
usbport.inf: Add identifier for Intel 82371SB PIIX3 USB controller
Modified: trunk/reactos/media/inf/msmouse.inf
Modified: trunk/reactos/media/inf/usbport.inf
_____
Modified: trunk/reactos/media/inf/msmouse.inf
--- trunk/reactos/media/inf/msmouse.inf 2005-12-22 13:54:07 UTC (rev
20299)
+++ trunk/reactos/media/inf/msmouse.inf 2005-12-22 13:57:52 UTC (rev
20300)
@@ -79,14 +79,14 @@
;------------------------------ PS/2 DRIVER
-----------------------------
-[PS2_Inst.NT]
+[PS2_Inst]
CopyFiles = PS2_CopyFiles.NT, Mouclass_CopyFiles.NT
AddReg = PS2_AddReg
[PS2_CopyFiles.NT]
i8042prt.sys
-[PS2_Inst.NT.Services]
+[PS2_Inst.Services]
;DO NOT INSTALL i8042prt driver, as long as it is not PnP-compatible
;AddService = i8042prt, 0x00000002, i8042prt_Service_Inst
AddService = , 0x00000002
_____
Modified: trunk/reactos/media/inf/usbport.inf
--- trunk/reactos/media/inf/usbport.inf 2005-12-22 13:54:07 UTC (rev
20299)
+++ trunk/reactos/media/inf/usbport.inf 2005-12-22 13:57:52 UTC (rev
20300)
@@ -34,6 +34,7 @@
%USB\ROOT_HUB.DeviceDesc%=RootHub_Inst,USB\ROOT_HUB20
[IntelMfg]
+%PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc%=UHCI_Inst,PCI\VEN_8086&DEV
_7020&CC_0C0300
%PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc%=UHCI_Inst,PCI\VEN_8086&DEV_
7112&CC_0C0300
;------------------------------ UHCI DRIVER
-----------------------------
@@ -125,4 +126,5 @@
USB\ROOT_HUB.DeviceDesc = "Root hub"
IntelMfg = "Intel"
+PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB
controller"
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4
USB controller"
\ No newline at end of file