reactos/drivers/usb/usbohci
Johannes Anderwald 667b425b6c [USBOHCI]
- Remove dead code
- Silence traces
- Pass status & DoneHead as parameters to dpc routine
- Move IUSBRequest cleanup code into new function and use it for bulk / control transfer cleanup
- Fix bugs in AllocateEndpointDescriptor. It did not take the device address into account. It also did not respect the direction of the descriptor
- Implement support for bulk transfer requests
- Handle irp completion in CompletionCallback
- Tested in Windows XP SP3 + Vbox 4.04 + USB2.0 disabled + ReactOS usbstor + USB mass storage device
- OHCI Mass storage support is now also ready
- Next interrupt transfers

svn path=/branches/usb-bringup/; revision=51917
2011-05-26 02:15:11 +00:00
..
CMakeLists.txt [USBOHCI] 2011-05-25 02:11:06 +00:00
hardware.cpp [USBOHCI] 2011-05-26 02:15:11 +00:00
hardware.h [USBOHCI] 2011-05-26 02:15:11 +00:00
hcd_controller.cpp [USBOHCI] 2011-05-22 19:36:13 +00:00
hub_controller.cpp [USBOHCI] 2011-05-25 02:11:06 +00:00
interfaces.h [USBOHCI] 2011-05-26 02:15:11 +00:00
memory_manager.cpp [USBOHCI] 2011-05-22 19:36:13 +00:00
misc.cpp [USBOHCI] 2011-05-22 19:36:13 +00:00
purecall.cpp [USBOHCI] 2011-05-22 19:36:13 +00:00
usb_device.cpp [USBOHCI] 2011-05-25 02:11:06 +00:00
usb_queue.cpp [USBOHCI] 2011-05-26 02:15:11 +00:00
usb_request.cpp [USBOHCI] 2011-05-26 02:15:11 +00:00
usbohci.cpp [USBOHCI] 2011-05-22 19:36:13 +00:00
usbohci.h [USBOHCI] 2011-05-25 02:11:06 +00:00
usbohci.rc [USBOHCI] 2011-05-22 19:36:13 +00:00