Author: tfaber Date: Wed May 31 09:34:10 2017 New Revision: 74718
URL: http://svn.reactos.org/svn/reactos?rev=74718&view=rev Log: [USBXHCI] - Import usbport, usbehci_new and usbhub_new from Vadim Galyant's work. CORE-13344
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/ branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/CMakeLists.txt (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/dbg_ehci.h (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/debug.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/guid.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/hardware.h (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/roothub.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/usbehci.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/usbehci.h (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/usbehci.rc (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/ branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/CMakeLists.txt (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/dbg_uhub.h (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/debug.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/guid.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/ioctl.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/pnp.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/power.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/usbhub.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/usbhub.h (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/usbhub.rc (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbmport.h (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/ branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/CMakeLists.txt (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/debug.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/device.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/endpoint.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/guid.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/iface.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/ioctl.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/pnp.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/power.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/queue.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/roothub.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/urb.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/usb2.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/usbdebug.h (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/usbport.c (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/usbport.h (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/usbport.rc (with props) branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/usbport.spec (with props) Modified: branches/GSoC_2017/usbxhci/reactos/drivers/usb/CMakeLists.txt
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/GSoC_2017/usbxhci/reactos/drivers/usb/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/dbg_ehci.h URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/debug.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/guid.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/hardware.h URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/roothub.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/usbehci.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/usbehci.h URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbehci_new/usbehci.rc URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/dbg_uhub.h URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/debug.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/guid.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/ioctl.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/pnp.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/power.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/usbhub.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/usbhub.h URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbhub_new/usbhub.rc URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbmport.h URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/debug.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/device.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/endpoint.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/guid.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/iface.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/ioctl.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/pnp.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/power.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/queue.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/roothub.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/urb.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/usb2.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/usbdebug.h URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/usbport.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/usbport.h URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/usbport.rc URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...
Added: branches/GSoC_2017/usbxhci/reactos/drivers/usb/usbport/usbport.spec URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2017/usbxhci/reactos/driver...