Author: cgutman Date: Thu May 13 04:19:45 2010 New Revision: 47191
URL: http://svn.reactos.org/svn/reactos?rev=47191&view=rev Log: [USB] - Add the cromwell stack that was removed previously - Needed some simple changes to make it build (STDCALL -> NTAPI, debug.h after ntddk.h, etc) - This is completely untested; all that I know is that it builds
Added: branches/aicom-hardware-fun/drivers/usb/miniport/ branches/aicom-hardware-fun/drivers/usb/miniport/common/ branches/aicom-hardware-fun/drivers/usb/miniport/common/common.rbuild (with props) branches/aicom-hardware-fun/drivers/usb/miniport/common/fdo.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/common/main.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/common/misc.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/common/pdo.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/common/usbcommon.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/common/usbcommon_types.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/directory.rbuild (with props) branches/aicom-hardware-fun/drivers/usb/miniport/linux/ branches/aicom-hardware-fun/drivers/usb/miniport/linux/asm/ branches/aicom-hardware-fun/drivers/usb/miniport/linux/asm/bitops.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/linux/bitops.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/linux/boot.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/linux/consts.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/linux/cromwell_types.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/linux/errno.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/linux/linux_wrapper.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/linux/list.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/linux/pci_hal.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/linux/pci_ids.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/linux/usb.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/linux/usb_ch9.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/sys/ branches/aicom-hardware-fun/drivers/usb/miniport/sys/BootUSB.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/sys/linuxwrapper.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/sys/risefall.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/sys/ros_wrapper.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/sys/sys.rbuild (with props) branches/aicom-hardware-fun/drivers/usb/miniport/sys/usbkey.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/sys/usbwrapper.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/sys/xpad.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/sys/xremote.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usb_wrapper.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/makefile.crom (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci-dbg.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci-hcd.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci-hub.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci-mem.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci-pci.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci-q.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci.rc (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci_config.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/usbohci.rbuild (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/ branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci-debug.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci-hcd.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci-hcd.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci-hub.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci.c (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci.rc (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci_config.h (with props) branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/usbuhci.rbuild (with props) branches/aicom-hardware-fun/drivers/usb/usbport/ branches/aicom-hardware-fun/drivers/usb/usbport/buffer_simple.c (with props) branches/aicom-hardware-fun/drivers/usb/usbport/config.c (with props) branches/aicom-hardware-fun/drivers/usb/usbport/core_drivers/ branches/aicom-hardware-fun/drivers/usb/usbport/core_drivers/usbkey.c (with props) branches/aicom-hardware-fun/drivers/usb/usbport/core_drivers/usbmouse.c (with props) branches/aicom-hardware-fun/drivers/usb/usbport/hcd-pci.c (with props) branches/aicom-hardware-fun/drivers/usb/usbport/hcd.c (with props) branches/aicom-hardware-fun/drivers/usb/usbport/hcd.h (with props) branches/aicom-hardware-fun/drivers/usb/usbport/hub.c (with props) branches/aicom-hardware-fun/drivers/usb/usbport/hub.h (with props) branches/aicom-hardware-fun/drivers/usb/usbport/makefile.crom (with props) branches/aicom-hardware-fun/drivers/usb/usbport/message.c (with props) branches/aicom-hardware-fun/drivers/usb/usbport/urb.c (with props) branches/aicom-hardware-fun/drivers/usb/usbport/usb-debug.c (with props) branches/aicom-hardware-fun/drivers/usb/usbport/usb.c (with props) branches/aicom-hardware-fun/drivers/usb/usbport/usb.h (with props) branches/aicom-hardware-fun/drivers/usb/usbport/usbcore.c (with props) branches/aicom-hardware-fun/drivers/usb/usbport/usbcore.rc (with props) branches/aicom-hardware-fun/drivers/usb/usbport/usbport.def (with props) branches/aicom-hardware-fun/drivers/usb/usbport/usbport.rbuild (with props) Modified: branches/aicom-hardware-fun/drivers/usb/directory.rbuild branches/aicom-hardware-fun/drivers/usb/usbstor/usbstor.h
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/aicom-hardware-fun/drivers/usb/directory.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/d...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/common/common.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/common/fdo.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/common/main.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/common/misc.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/common/pdo.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/common/usbcommon.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/common/usbcommon_types.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/directory.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/asm/bitops.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/bitops.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/boot.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/consts.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/cromwell_types.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/errno.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/linux_wrapper.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/list.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/pci_hal.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/pci_ids.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/usb.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/usb_ch9.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/BootUSB.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/linuxwrapper.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/risefall.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/ros_wrapper.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/sys.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/usbkey.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/usbwrapper.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/xpad.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/xremote.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usb_wrapper.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/makefile.crom URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci-dbg.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci-hcd.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci-hub.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci-mem.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci-pci.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci-q.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci.rc URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci_config.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/usbohci.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci-debug.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci-hcd.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci-hcd.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci-hub.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci.rc URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci_config.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/usbuhci.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/m...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/buffer_simple.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/config.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/core_drivers/usbkey.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/core_drivers/usbmouse.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/hcd-pci.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/hcd.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/hcd.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/hub.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/hub.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/makefile.crom URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/message.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/urb.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/usb-debug.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/usb.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/usb.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/usbcore.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/usbcore.rc URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/usbport.def URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Added: branches/aicom-hardware-fun/drivers/usb/usbport/usbport.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...
Modified: branches/aicom-hardware-fun/drivers/usb/usbstor/usbstor.h URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/u...