mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 07:44:25 +08:00
Remove mouse type selection in usetup.
i8042prt driver is always loaded for keyboard and auto-detects the PS/2 mouse (if any) sermouse driver is loaded if a serial mouse is enumerated by serenum driver svn path=/trunk/; revision=16267
This commit is contained in:
@@ -17,15 +17,3 @@ HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSe
|
||||
|
||||
; VGA miniport driver
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Vga","Start",0x00010001,0x00000001
|
||||
|
||||
|
||||
;
|
||||
; Mouse driver section
|
||||
;
|
||||
|
||||
; PS/2 mouse port driver
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\i8042Prt","Start",0x00010001,0x00000001
|
||||
|
||||
|
||||
; Serial mouse driver
|
||||
;HKLM,"SYSTEM\CurrentControlSet\Services\Sermouse","Start",0x00010001,0x00000001
|
||||
|
||||
@@ -96,23 +96,6 @@ Default = "XT-, AT- or extended keyboard (83-105 keys)"
|
||||
00000809 = kbduk.dll
|
||||
00000807 = kbdsg.dll
|
||||
|
||||
[Mouse]
|
||||
;<id> = <user friendly name>,<spare>,<service key name>
|
||||
i8042ps2 = "PS2 Mouse",,i8042prt
|
||||
;msps2 = "Microsoft PS2 Mouse",,psaux
|
||||
msser = "Microsoft Serial Mouse",,sermouse
|
||||
mswhs = "Microsoft Serial Wheel Mouse",,sermouse
|
||||
none = "No Mouse"
|
||||
|
||||
[Map.Mouse]
|
||||
;<id> = <pnp id string>
|
||||
i8042ps2 = "MICROSOFT PS2 MOUSE"
|
||||
;msps2 = "MICROSOFT PS2 MOUSE"
|
||||
msser = "MICROSOFT SERIAL MOUSE"
|
||||
mswhs = "MICROSOFT MOUSE WITH WHEEL"
|
||||
none = "NO MOUSE"
|
||||
|
||||
|
||||
[HiveInfs.Install]
|
||||
AddReg=hivecls.inf,AddReg
|
||||
AddReg=hivedef.inf,AddReg
|
||||
|
||||
Reference in New Issue
Block a user