- Move part of the 1st stage pnp hacks to kbdclass driver. Previously, the driver...
authorAleksey Bragin <aleksey@reactos.org>
Tue, 3 Mar 2009 12:06:57 +0000 (12:06 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Tue, 3 Mar 2009 12:06:57 +0000 (12:06 +0000)
commitb988d2bd3d29c8bb16b480e0c9ca33da9a4a2f21
treef297d7a03cd036b3e3b1463275bc17327f62a1c8
parent35ad8f5e49046df32127cf1d20d0f4263ecaf365
- Move part of the 1st stage pnp hacks to kbdclass driver. Previously, the driver (i8042prt) relied on kbdclass's normal reinit routine being called BEFORE a registered boot reinit routine, which is certainly wrong on a real NT system.
- Now, the correct order is ensured, and it is not relying on a broken reinit calling order in ReactOS anymore.

svn path=/trunk/; revision=39856
reactos/drivers/input/i8042prt/setup.c
reactos/drivers/input/kbdclass/kbdclass.c
reactos/drivers/input/kbdclass/kbdclass.h
reactos/drivers/input/kbdclass/kbdclass.rbuild
reactos/drivers/input/kbdclass/setup.c [new file with mode: 0644]