From: Murugesan on
Hi all,

I need to write a new WDM class driver for a vendor defined protocol & mini
driver for PCI/SDIO interface. Is it possible to write a new class driver for
vendor defined protocol & also a mini-driver to register/interface with the
class driver ?


From: Doron Holan [MSFT] on
for either bus (pci or SD), the bus will enumerate a device for your
hardware. you can then load your WDF driver on top of that device and do
whatever you want.

d

--

This posting is provided "AS IS" with no warranties, and confers no rights.


"Murugesan" <Murugesan(a)discussions.microsoft.com> wrote in message
news:78B81115-0327-4F12-AC8D-F36CFE547AA0(a)microsoft.com...
> Hi all,
>
> I need to write a new WDM class driver for a vendor defined protocol &
> mini
> driver for PCI/SDIO interface. Is it possible to write a new class driver
> for
> vendor defined protocol & also a mini-driver to register/interface with
> the
> class driver ?
>
>