Hi,

Is there anyone can tell me how to get the USB host controller speed
(High/Full speed) connected within NDIS-WDM miniport driver??

Thanks,
George

Re: Get the USB host controller speed within miniport driver by Eliyas

Eliyas
Wed Jun 02 14:15:50 CDT 2004

Get the USB_BUS_INTERFACE_USBDI_V1 interface from the bus and call
IsDeviceHighSpeed. For an example on how to send query-interface, take a
look at the ToasterGetStandardInterface function in the
toaster\func\toaster.c file.


http://msdn.microsoft.com/library/default.asp?url=/library/en-us/buses/hh/buses/usbinterkr_93xu.asp


http://download.microsoft.com/download/5/b/5/5b5bec17-ea71-4653-9539-204a672f11cf/USBFAQ_intermed.doc


For an example on how to send IRP_MN_QUERY_INTERFACE, take a look at the
--
-Eliyas
This posting is provided "AS IS" with no warranties, and confers no rights.
http://www.microsoft.com/whdc/hwdev/driver/kb-drv.mspx