reactos/drivers/usb/usbohci
Johannes Anderwald 2c6077dc50 [USBOHCI]
- Add glue code for supporting iso transfers
- Remove dead from Handle
- Remove broken asserts
- Add support for string descriptors
- Add support for class specific endpoint requests (Needs be ported to usbehci)
- Link to usbd driver
- Add support for retrieving string descriptor
- Rewrite configuration descriptor handling in IUSBDevice. New code is smaller, smarter and handles a lot more cases. Needs to be ported to usbehci
- Wrap usbdlib.h include in extern c macro, it has c linkage
- Control transfers should now work 
- Need to implement support for isochronous / bulk / interrupt transfers until functional
- Tested with Bluetooth USB Stick (multi function, interrupt / bulk / control / isochronous) / USB Microphone (isochronous & control) in XP SP3

svn path=/branches/usb-bringup/; revision=51900
2011-05-25 02:11:06 +00:00
..
CMakeLists.txt [USBOHCI] 2011-05-25 02:11:06 +00:00
hardware.cpp [USBOHCI] 2011-05-24 17:57:00 +00:00
hardware.h [USBOHCI] 2011-05-24 17:57:00 +00:00
hcd_controller.cpp
hub_controller.cpp [USBOHCI] 2011-05-25 02:11:06 +00:00
interfaces.h [USBOHCI] 2011-05-24 17:57:00 +00:00
memory_manager.cpp
misc.cpp
purecall.cpp
usb_device.cpp [USBOHCI] 2011-05-25 02:11:06 +00:00
usb_queue.cpp [USBOHCI] 2011-05-25 02:11:06 +00:00
usb_request.cpp [USBOHCI] 2011-05-24 18:29:57 +00:00
usbohci.cpp
usbohci.h [USBOHCI] 2011-05-25 02:11:06 +00:00
usbohci.rc