Second attempt to have a working keyboard and mouse at third reboot May fix bug 1018 Modified: trunk/reactos/media/inf/keyboard.inf Modified: trunk/reactos/media/inf/mouse.inf _____
Modified: trunk/reactos/media/inf/keyboard.inf --- trunk/reactos/media/inf/keyboard.inf 2005-11-17 05:53:52 UTC (rev 19287) +++ trunk/reactos/media/inf/keyboard.inf 2005-11-17 08:29:59 UTC (rev 19288) @@ -36,12 +36,14 @@
i8042prt.sys
[PS2_Inst.NT.Services] -AddService = i8042prt, 0x00000002, i8042prt_Service_Inst +;DO NOT INSTALL i8042prt driver, as long as it is not PnP-compatible +;AddService = i8042prt, 0x00000002, i8042prt_Service_Inst +AddService = , 0x00000002 AddService = kbdclass, , kbdclass_Service_Inst
[i8042prt_Service_Inst] ServiceType = 1 -StartType = 1 +StartType = 3 ErrorControl = 1 ServiceBinary = %12%\i8042prt.sys LoadOrderGroup = Keyboard Port _____
Modified: trunk/reactos/media/inf/mouse.inf --- trunk/reactos/media/inf/mouse.inf 2005-11-17 05:53:52 UTC (rev 19287) +++ trunk/reactos/media/inf/mouse.inf 2005-11-17 08:29:59 UTC (rev 19288) @@ -87,12 +87,14 @@
i8042prt.sys
[PS2_Inst.NT.Services] -AddService = i8042prt, 0x00000002, i8042prt_Service_Inst +;DO NOT INSTALL i8042prt driver, as long as it is not PnP-compatible +;AddService = i8042prt, 0x00000002, i8042prt_Service_Inst +AddService = , 0x00000002 AddService = mouclass, , mouclass_Service_Inst
[i8042prt_Service_Inst] ServiceType = 1 -StartType = 1 +StartType = 3 ErrorControl = 1 ServiceBinary = %12%\i8042prt.sys LoadOrderGroup = Keyboard Port