mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 04:36:26 +00:00
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
This commit is contained in:
parent
9b36d74ce9
commit
966599f7f4
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue