[ros-diffs] [cgutman] 47191: [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

cgutman at svn.reactos.org cgutman at svn.reactos.org
Thu May 13 04:19:46 CEST 2010


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/directory.rbuild?rev=47191&r1=47190&r2=47191&view=diff

Added: branches/aicom-hardware-fun/drivers/usb/miniport/common/common.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/common/common.rbuild?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/common/fdo.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/common/fdo.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/common/main.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/common/main.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/common/misc.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/common/misc.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/common/pdo.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/common/pdo.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/common/usbcommon.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/common/usbcommon.h?rev=47191&view=auto

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/miniport/common/usbcommon_types.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/directory.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/directory.rbuild?rev=47191&view=auto

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/miniport/linux/asm/bitops.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/bitops.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/linux/bitops.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/boot.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/linux/boot.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/consts.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/linux/consts.h?rev=47191&view=auto

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/miniport/linux/cromwell_types.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/errno.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/linux/errno.h?rev=47191&view=auto

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/miniport/linux/linux_wrapper.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/list.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/linux/list.h?rev=47191&view=auto

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/miniport/linux/pci_hal.c?rev=47191&view=auto

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/miniport/linux/pci_ids.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/linux/usb.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/linux/usb.h?rev=47191&view=auto

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/miniport/linux/usb_ch9.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/BootUSB.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/sys/BootUSB.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/linuxwrapper.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/sys/linuxwrapper.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/risefall.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/sys/risefall.c?rev=47191&view=auto

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/miniport/sys/ros_wrapper.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/sys.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/sys/sys.rbuild?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/usbkey.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/sys/usbkey.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/usbwrapper.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/sys/usbwrapper.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/xpad.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/sys/xpad.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/sys/xremote.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/sys/xremote.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/usb_wrapper.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/usb_wrapper.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/makefile.crom
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/makefile.crom?rev=47191&view=auto

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/miniport/usbohci/ohci-dbg.c?rev=47191&view=auto

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/miniport/usbohci/ohci-hcd.c?rev=47191&view=auto

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/miniport/usbohci/ohci-hub.c?rev=47191&view=auto

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/miniport/usbohci/ohci-mem.c?rev=47191&view=auto

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/miniport/usbohci/ohci-pci.c?rev=47191&view=auto

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/miniport/usbohci/ohci-q.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci.rc
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/ohci.rc?rev=47191&view=auto

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/miniport/usbohci/ohci_config.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/usbohci.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/usbohci/usbohci.rbuild?rev=47191&view=auto

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/miniport/usbuhci/uhci-debug.c?rev=47191&view=auto

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/miniport/usbuhci/uhci-hcd.c?rev=47191&view=auto

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/miniport/usbuhci/uhci-hcd.h?rev=47191&view=auto

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/miniport/usbuhci/uhci-hub.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci.rc
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/uhci.rc?rev=47191&view=auto

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/miniport/usbuhci/uhci_config.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/usbuhci.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/miniport/usbuhci/usbuhci.rbuild?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/buffer_simple.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/buffer_simple.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/config.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/config.c?rev=47191&view=auto

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/usbport/core_drivers/usbkey.c?rev=47191&view=auto

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/usbport/core_drivers/usbmouse.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/hcd-pci.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/hcd-pci.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/hcd.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/hcd.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/hcd.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/hcd.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/hub.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/hub.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/hub.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/hub.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/makefile.crom
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/makefile.crom?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/message.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/message.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/urb.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/urb.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/usb-debug.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/usb-debug.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/usb.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/usb.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/usb.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/usb.h?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/usbcore.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/usbcore.c?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/usbcore.rc
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/usbcore.rc?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/usbport.def
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/usbport.def?rev=47191&view=auto

Added: branches/aicom-hardware-fun/drivers/usb/usbport/usbport.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbport/usbport.rbuild?rev=47191&view=auto

Modified: branches/aicom-hardware-fun/drivers/usb/usbstor/usbstor.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbstor/usbstor.h?rev=47191&r1=47190&r2=47191&view=diff




More information about the Ros-diffs mailing list