Skip to content

Commit 966599f

Browse files
committed
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
1 parent 9b36d74 commit 966599f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

reactos/media/inf/msmouse.inf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ LoadOrderGroup = Pointer Port
7979

8080
;------------------------------ PS/2 DRIVER -----------------------------
8181

82-
[PS2_Inst.NT]
82+
[PS2_Inst]
8383
CopyFiles = PS2_CopyFiles.NT, Mouclass_CopyFiles.NT
8484
AddReg = PS2_AddReg
8585

8686
[PS2_CopyFiles.NT]
8787
i8042prt.sys
8888

89-
[PS2_Inst.NT.Services]
89+
[PS2_Inst.Services]
9090
;DO NOT INSTALL i8042prt driver, as long as it is not PnP-compatible
9191
;AddService = i8042prt, 0x00000002, i8042prt_Service_Inst
9292
AddService = , 0x00000002

reactos/media/inf/usbport.inf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ HKR, , NoInstallClass, 0, 1
3434
%USB\ROOT_HUB.DeviceDesc%=RootHub_Inst,USB\ROOT_HUB20
3535

3636
[IntelMfg]
37+
%PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc%=UHCI_Inst,PCI\VEN_8086&DEV_7020&CC_0C0300
3738
%PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc%=UHCI_Inst,PCI\VEN_8086&DEV_7112&CC_0C0300
3839

3940
;------------------------------ UHCI DRIVER -----------------------------
@@ -125,4 +126,5 @@ PCI\CC_0C0320.DeviceDesc = "EHCI USB controller"
125126
USB\ROOT_HUB.DeviceDesc = "Root hub"
126127

127128
IntelMfg = "Intel"
129+
PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc = "Intel 82371SB PIIX3 USB controller"
128130
PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc = "Intel 82371AB/EB/MB PIIX4 USB controller"

0 commit comments

Comments
 (0)