mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
45bd4d80317b143db7c6d6dfaf55f89704c1f509
- Dont reset the port in the DPC after device is connected, the usbhub driver will do that later. - Implement ResetPort and create a timer to call a DPC to coplete the SCE request. - Dont queue all URBs and have seperate thread complete them as other URBs may still need to be completed. Instead only queue the SCE request and complete it when a usb device is connected or reset. - Implement RemoveURBRequest and fix bugs in URB_FUNCTION_GET_DESCRIPTOR_FROM_DEVICE. - For IOCTL_INTERNAL_USB_GET_ROOTHUB_PDO dont return the FDO in Argument2 as no upper level driver should be communicating with the FDO of the roothub. - Dont assign the usb device an address when initialized as the hub driver will do it later. svn path=/trunk/; revision=48770
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%