Relative Content

Tag Archive for usbdriver

How to issue USB standard control request (SET INTERFACE) to the device

Based on the MSDN reference, found out we can issue a USB standard request ,”SET_INTERFACE ” by calling WdfUsbInterfaceSelectSetting() .This can be done by specifying the alternate setting number assigned by the USB driver stack. Typically, its the same index used while enumerating the settings.