[ros-diffs] [fireball] 23602: Import "USB Driver stack project for Windows NT 4.0" by Zhiming/Woodhead (mypublic99 at yahoo.com). It supports UHCI/EHCI controllers. Don't expect it to compile with ReactOS build environment. I intend to do some work on it, and use this place to keep my changes, before it's suitable for ReactOS. "I would like to see it useful for ReactOS" (c) woodhead
fireball at svn.reactos.org
fireball at svn.reactos.org
Fri Aug 18 22:38:12 CEST 2006
Author: fireball
Date: Sat Aug 19 00:37:55 2006
New Revision: 23602
URL: http://svn.reactos.org/svn/reactos?rev=23602&view=rev
Log:
Import "USB Driver stack project for Windows NT 4.0" by Zhiming/Woodhead (mypublic99 at yahoo.com).
It supports UHCI/EHCI controllers.
Don't expect it to compile with ReactOS build environment. I intend to do some work on it, and use this place to keep my changes, before it's suitable for ReactOS.
"I would like to see it useful for ReactOS" (c) woodhead
Added:
trunk/reactos/drivers/usb/nt4compat/
trunk/reactos/drivers/usb/nt4compat/directory.rbuild (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/
trunk/reactos/drivers/usb/nt4compat/usbdriver/bulkonly.c (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/cbi.c (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/compdrv.c (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/debug.h (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/dmgrdisp.c (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/ehci.c (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/ehci.h (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/ehci.rc (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/etd.c (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/gendrv.c (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/gendrv.h (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/hcd.h (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/hub.c (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/hub.h (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/td.c (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/td.h (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/uhci.c (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/uhciver.h (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/umss.c (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/umss.h (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/usb.c (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/usb.h (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/usbdriver.rbuild (with props)
trunk/reactos/drivers/usb/nt4compat/usbdriver/usbdriver.rc (with props)
Modified:
trunk/reactos/drivers/usb/directory.rbuild
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/drivers/usb/directory.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/directory.rbuild?rev=23602&r1=23601&r2=23602&view=diff
Added: trunk/reactos/drivers/usb/nt4compat/directory.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/directory.rbuild?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/bulkonly.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/bulkonly.c?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/cbi.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/cbi.c?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/compdrv.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/compdrv.c?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/debug.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/debug.h?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/dmgrdisp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/dmgrdisp.c?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/ehci.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/ehci.c?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/ehci.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/ehci.h?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/ehci.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/ehci.rc?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/etd.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/etd.c?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/gendrv.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/gendrv.c?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/gendrv.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/gendrv.h?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/hcd.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/hcd.h?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/hub.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/hub.c?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/hub.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/hub.h?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/td.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/td.c?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/td.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/td.h?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/uhci.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/uhci.c?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/uhciver.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/uhciver.h?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/umss.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/umss.c?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/umss.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/umss.h?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/usb.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/usb.c?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/usb.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/usb.h?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/usbdriver.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/usbdriver.rbuild?rev=23602&view=auto
Added: trunk/reactos/drivers/usb/nt4compat/usbdriver/usbdriver.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdriver/usbdriver.rc?rev=23602&view=auto
More information about the Ros-diffs
mailing list