reactos/drivers/usb/usbehci_new
Johannes Anderwald d4f7a44a18 [USBEHCI_NEW]
- Fix warning because comparing signed vs unsigned
- Implement function for retrieving the device descriptor
- Implement function for retrieving a configuration descriptor (including contained interface descriptor and endpoint descriptor)
- Cleanup interface for IUSBRequest:
- When caller initializes IUSBRequest with an IRP, then the operation mode is asynchronously. Therefore when the request is completed, IUSBRequest::ShouldReleaseRequestAfterCompletion will return true, which makes IUSBQueue call Release on IUSBRequest
- When the caller initializes IUSBRequest with an setup packet, the operation mode is synchronously. After submitting the IUSBRequest to queue, the caller should call IUSBRequest::GetResultStatus. This function will then block untill the operation has been completed. However, the caller needs to call Release() as those requests are not cleaned up by the IUSBQueue


svn path=/branches/usb-bringup/; revision=51406
2011-04-19 18:35:40 +00:00
..
CMakeLists.txt [USBEHCI_NEW] 2011-04-19 01:21:10 +00:00
hardware.cpp [USBEHCI_NEW] 2011-04-19 15:06:26 +00:00
hardware.h [USBEHCI_NEW] 2011-04-19 06:56:30 +00:00
hcd_controller.cpp [USBEHCI_NEW] 2011-04-19 01:21:10 +00:00
hub_controller.cpp [USBEHCI_NEW] 2011-04-19 18:35:40 +00:00
interfaces.h [USBEHCI_NEW] 2011-04-19 18:35:40 +00:00
memory_manager.cpp [USBEHCI_NEW] 2011-04-17 08:20:40 +00:00
misc.cpp [USBEHCI_NEW] 2011-04-16 06:59:45 +00:00
purecall.cpp [USBEHCI_NEW] 2011-04-15 14:13:24 +00:00
usb_device.cpp [USBEHCI_NEW] 2011-04-19 18:35:40 +00:00
usb_queue.cpp [USBEHCI_NEW] 2011-04-19 15:06:26 +00:00
usb_request.cpp [USBEHCI_NEW] 2011-04-19 18:35:40 +00:00
usbehci.cpp [USBEHCI_NEW] 2011-04-19 01:21:10 +00:00
usbehci.h [USBEHCI_NEW] 2011-04-19 06:56:30 +00:00
usbehci.rc [USBEHCI_NEW] 2011-04-14 11:35:16 +00:00