While making sdio inf file what has to be reffered to the Class ,class
GUID directive of version section
I have doubt bcos the in the devguid.h file of include folder (along
with ddk) there is not any section for SD or SDIO
Do I need to use Unknown section
I need some idea on making an Insataller application for my SDIO.
I also need an sample sdio inf file

Re: WinXP SDIO INF by Anji

Anji
Fri Jul 14 02:58:38 CDT 2006

Hi nagu,
Iam also trying to write sdio driver in WinXP.
I already developed under WinCE, but i don't know where to start in
WinXP case.
Can u help me about this.
Iam very thankful if u can provide me some starting point.

best regards,
Anji

nagu wrote:
> While making sdio inf file what has to be reffered to the Class ,class
> GUID directive of version section
> I have doubt bcos the in the devguid.h file of include folder (along
> with ddk) there is not any section for SD or SDIO
> Do I need to use Unknown section
> I need some idea on making an Insataller application for my SDIO.
> I also need an sample sdio inf file


Re: WinXP SDIO INF by nagu

nagu
Tue Jul 18 03:30:55 CDT 2006

Hi Anji
Refer the WDM book by chris cant to develop ur driver
Use MTD class for loading ur SDIO client driver ur client will get
loaded under PCMCIA while viewing Device Manager
use the mars.inf from the WDK beta downloaded from Microsoft
use Debugview tool for debugging ur driver

regards
nake(nagu)

Anji wrote:
> Hi nagu,
> Iam also trying to write sdio driver in WinXP.
> I already developed under WinCE, but i don't know where to start in
> WinXP case.
> Can u help me about this.
> Iam very thankful if u can provide me some starting point.
>
> best regards,
> Anji
>
> nagu wrote:
> > While making sdio inf file what has to be reffered to the Class ,class
> > GUID directive of version section
> > I have doubt bcos the in the devguid.h file of include folder (along
> > with ddk) there is not any section for SD or SDIO
> > Do I need to use Unknown section
> > I need some idea on making an Insataller application for my SDIO.
> > I also need an sample sdio inf file