Re: Help regarding DFU.
- From: "zyx" <vidhya_542001@xxxxxxxxxxx>
- Date: 14 Dec 2006 20:02:01 -0800
Hi Doron,
Thanks for your help.Right now I am going thru the KMDF architecture
and it details.
zyx
Doron Holan [MS] wrote:
i suggest you write your driver using KMDF, see
http://www.microsoft.com/whdc/driver/wdf/KMDF_pkg.mspx and then download the
WDK.
are you writing the firmware to the device via a HID interface? I don't
understand the connection between DFU and HID, they are 2 separate concepts
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.
"zyx" <vidhya_542001@xxxxxxxxxxx> wrote in message
news:1166013047.977083.6370@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi All,
Can anyone provide me any links that help in writing DFU class HID
driver.Any sample code such as framework.I dont know were to start.I
need to upgrade the firmware of my usb device when required.
I am new to windows driver.I jus know the skeleton of the driver,the
basic routines such driver entry,Add device routine,few dispatch
functionalities,not all etc.I jus know few terms in the driver and how
it works.
My requirement is to write a DFU class HID driver for a usb device.
My questions are:
How will I signal my usb device to re-enumerate.Is there any IRP_MN_XXX
to reset the device.If so from where will I send this IRP to
re-enumerate the device.If it is an IRP_MN_XXX definitely it should be
handled in dispatchpnp( ).what all this I need to take care if that
particular IRP is send.
Basically I am confused.where to start.
Could anyone help me in providing a skeleton code for a DFU class HID
driver
Thanks in advance.
It would be great if you help.
zyx
.
- Follow-Ups:
- Re: Help regarding DFU.
- From: zyx
- Re: Help regarding DFU.
- References:
- Help regarding DFU.
- From: zyx
- Re: Help regarding DFU.
- From: Doron Holan [MS]
- Help regarding DFU.
- Prev by Date: Re: Help regarding DFU.
- Next by Date: Re: Help regarding DFU.
- Previous by thread: Re: Help regarding DFU.
- Next by thread: Re: Help regarding DFU.
- Index(es):
Relevant Pages
|