- Change CONNECT_DATA to DEV_CONNECT_DATA
authorAleksey Bragin <aleksey@reactos.org>
Mon, 2 Oct 2006 21:23:41 +0000 (21:23 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Mon, 2 Oct 2006 21:23:41 +0000 (21:23 +0000)
commit903c277247ffa5d4c106e20f51b3adc7f6fa2995
treee9b57f7921859e2b2c3d4b88026d3d28c48dd476
parentc99914fdacb170d47fc4c72cb1f0fbb574023f55
- Change CONNECT_DATA to DEV_CONNECT_DATA
- Add the last bit to the usb mouse driver to make it functional - recognition by mouclass.sys, and sending input data to it
- Misc small changes

Now USB mouse works in 2nd stage (you need to add usbdriver.sys as a legacy driver to the registry certainly)

TODO, but not of the top priority:
- Make unloading correct

svn path=/trunk/; revision=24369
reactos/drivers/usb/nt4compat/usbdriver/compdrv.c
reactos/drivers/usb/nt4compat/usbdriver/devmgr.c
reactos/drivers/usb/nt4compat/usbdriver/devmgr.h
reactos/drivers/usb/nt4compat/usbdriver/gendrv.c
reactos/drivers/usb/nt4compat/usbdriver/hub.c
reactos/drivers/usb/nt4compat/usbdriver/mouse.c
reactos/drivers/usb/nt4compat/usbdriver/uhci.c
reactos/drivers/usb/nt4compat/usbdriver/umss.c