Driver development

please help me to develop a USB driver. I need to build a USB driver for
Mass storage devices , pen drive. windows XP will automatically
configures the flash drive. flash drive is automatically mounted as storage
device. things are pretty good.

But now i want to write a custom driver for these purpose…

Anyone help me to start writing driver for flash drive. windows XP. kindly
provide me with some resources. I am new to kernel as well as driver
programming ,but can do application development. Now i want to develop a USB
Mass Storage driver and control my flash drive using these drivers, I am
also very much familiar with Visual C++

Regards,
Mohammed Rashad. K.M
+91960576742

Why do you feel you need a custom driver? What are you trying to do that
cannot be done with the standard driver? Until we know these answers there
is no way to guide you since USB storage is a stack of drivers not a single
driver.


Don Burn (MVP, Windows DDK)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

“Mohammed Rashad” wrote in message news:xxxxx@ntdev…
> please help me to develop a USB driver. I need to build a USB driver for
> Mass storage devices , pen drive. windows XP will automatically
> configures the flash drive. flash drive is automatically mounted as
> storage
> device. things are pretty good.
>
> But now i want to write a custom driver for these purpose…
>
> Anyone help me to start writing driver for flash drive. windows XP. kindly
> provide me with some resources. I am new to kernel as well as driver
> programming ,but can do application development. Now i want to develop a
> USB
> Mass Storage driver and control my flash drive using these drivers, I am
> also very much familiar with Visual C++
>
> Regards,
> Mohammed Rashad. K.M
> +91960576742
>