HOW TO WRITE A USB STREAM DRIVER

selvabarathi
HI,

Can anybody help me to write a usb driver in c language.Pls help.

dm9
There is usb-skeleton.c for this purpose in driver/usb in kernel source.
And it useful only for bulk in/out communication with usb device.

selvabarathi
Hi

Thanks for ur reply.pls tell me more abt usb driver.An example project will
be appreciated.

for example i want to connect a usb mouse how can i write a driver.I know
it is supported in mini2440.For practice i want to write a driver on my own
help me to do it.

dm9
Sorry, not expert for this, just try to use this to write driver for my usb
remote control, but unsuccessfully. Remote control is working in
interrupted mode.