reactos/drivers/usb/usbehci_new
Johannes Anderwald 767daa4af0 [USBEHCI_NEW]
- Add reference count when the hub controller is created. Necessary to prevent the controller from getting deleted when the hub driver performs interface reference removes
- Implement IRP_MN_QUERY_ID, based on mjmartin ehci driver
- Fix bug in IRP_MN_QUERY_BUS_INFORMATION, it is supposed to return a PNP_BUS_INFORMATION not a simple guid
- Implement IOCTL_INTERNAL_USB_GET_DEVICE_HANDLE, IOCTL_INTERNAL_USB_GET_ROOTHUB_PDO, IOCTL_INTERNAL_USB_GET_HUB_COUNT based on mjmartin ehci driver
- Add interfaces for communicating with the hub driver
- Dispatch internal device requests not wmi requests (EHCI_Dispatch)

svn path=/branches/usb-bringup/; revision=51368
2011-04-16 09:47:43 +00:00
..
CMakeLists.txt [USBEHCI_NEW] 2011-04-15 17:57:24 +00:00
hardware.cpp [USBEHCI_NEW] 2011-04-16 06:59:45 +00:00
hardware.h [USBEHCI_NEW] 2011-04-16 05:55:02 +00:00
hcd_controller.cpp [USBEHCI_NEW] 2011-04-16 09:47:43 +00:00
hub_controller.cpp [USBEHCI_NEW] 2011-04-16 09:47:43 +00:00
interfaces.h [USBEHCI_NEW] 2011-04-16 06:59:45 +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
usbehci.cpp [USBEHCI_NEW] 2011-04-16 09:47:43 +00:00
usbehci.h [USBEHCI_NEW] 2011-04-16 06:59:45 +00:00
usbehci.rc [USBEHCI_NEW] 2011-04-14 11:35:16 +00:00