Re: KMDF Usb Multiple Configuration by siddu
siddu
Fri Mar 28 06:59:01 CDT 2008
Hi Doron,
Thanks for the reply.Can u plz explain how to do this using WDFIOTARGET.
As the device has 2 configurations, after getting 1st configuration we
download the firmware and the firmware will activate the 2nd configuration.
The firmware cannot be modified so plz tell some other way.
thank you,
siddu.
"Doron Holan [MSFT]" wrote:
> no, WDFUSBDEVICE does not supoprt multiple configurations. you can do this
> yourself with WDFIOTARGETs if you want. why not expose the firmware updater
> as an interface on a single configuration and just consume this interface
> internally in the driver to update the device?
>
> d
>
> --
> Please do not send e-mail directly to this alias. this alias is for
> newsgroup purposes only.
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> "siddu" <siddu.khed@gmail.com> wrote in message
> news:20C435F4-EE3A-4AE4-8524-58D149C29905@microsoft.com...
> > hi all,
> >
> > I am writing a driver for USB to Serial device in KMDF, which has 2
> > configurations. After selecting 1 configuration and downloading the
> > firmware,
> > i am not able to switch to 2 configuration. I want to know whether KMDF
> > supports multiple configurations and how to select the required
> > configuration.
> >
> >
> > thank you,
> > siddu.
>
>