From: Murugesan on 8 Sep 2009 14:13 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 8 Sep 2009 14:40 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 ? > >
|
Pages: 1 Prev: Pre-install driver (usbser.sys)? Next: WDK 7.0.0 compilation error |