Move the initialization of USB keyboard and mouse to DriverEntry, to prevent some...
authorHervé Poussineau <hpoussin@reactos.org>
Sat, 12 Nov 2005 09:27:52 +0000 (09:27 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Sat, 12 Nov 2005 09:27:52 +0000 (09:27 +0000)
commit21f6f8853b7a51960bdf69755b667eaf08a7a1de
tree67807878b748163bda3dfdee31353d47829a59da
parentdf6851867ec01c490d4440634638b0f3407e37f4
Move the initialization of USB keyboard and mouse to DriverEntry, to prevent some (not all!) race conditions with the loading of kbd/mouclass.
It is still not satisfying (they are not real USB drivers), but that's better...

svn path=/trunk/; revision=19172
reactos/drivers/usb/miniport/common/main.c