[USBHUB_NEW] Bring-in the USB Hub driver created by Vadim Galyant. GitHub PR #29...
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 28 Jun 2017 23:23:01 +0000 (23:23 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 28 Jun 2017 23:23:01 +0000 (23:23 +0000)
commitdc50f1da19c4ed609bd731423e19628f6727ec10
tree7405eb0457f323e1c5df3e7362ba8381f45a49ea
parent922e006ea6b1aa3a38b0d390efb3387797fa5d95
[USBHUB_NEW] Bring-in the USB Hub driver created by Vadim Galyant. GitHub PR #29. As usual, I thank the code reviewers, especially Thomas for contributing most of the reviews, improvements and fix suggestions.

svn path=/trunk/; revision=75227
reactos/drivers/usb/CMakeLists.txt
reactos/drivers/usb/usbhub_new/CMakeLists.txt [new file with mode: 0644]
reactos/drivers/usb/usbhub_new/dbg_uhub.h [new file with mode: 0644]
reactos/drivers/usb/usbhub_new/debug.c [new file with mode: 0644]
reactos/drivers/usb/usbhub_new/guid.c [new file with mode: 0644]
reactos/drivers/usb/usbhub_new/ioctl.c [new file with mode: 0644]
reactos/drivers/usb/usbhub_new/pnp.c [new file with mode: 0644]
reactos/drivers/usb/usbhub_new/power.c [new file with mode: 0644]
reactos/drivers/usb/usbhub_new/usbhub.c [new file with mode: 0644]
reactos/drivers/usb/usbhub_new/usbhub.h [new file with mode: 0644]
reactos/drivers/usb/usbhub_new/usbhub.rc [new file with mode: 0644]