From 966599f7f4aa4c72011751197bbf88b7932bb28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Thu, 22 Dec 2005 13:57:52 +0000 Subject: [PATCH] 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 svn path=/trunk/; revision=20300 --- reactos/media/inf/msmouse.inf | 4 ++-- reactos/media/inf/usbport.inf | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/reactos/media/inf/msmouse.inf b/reactos/media/inf/msmouse.inf index f20616db439..5da5f9ffc2e 100644 --- a/reactos/media/inf/msmouse.inf +++ b/reactos/media/inf/msmouse.inf @@ -79,14 +79,14 @@ LoadOrderGroup = Pointer Port ;------------------------------ 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 diff --git a/reactos/media/inf/usbport.inf b/reactos/media/inf/usbport.inf index 9faa57bbc66..47826331638 100644 --- a/reactos/media/inf/usbport.inf +++ b/reactos/media/inf/usbport.inf @@ -34,6 +34,7 @@ HKR, , NoInstallClass, 0, 1 %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 @@ PCI\CC_0C0320.DeviceDesc = "EHCI USB controller" 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