> Here the driver is internally making a call to "submit_urb() " ,
> which is a
> member of the " usb_operations " structure . But I don't know how and
> where the " op " object of type " usb_operations " structure, is
> initialized to call " submit_urb() " function .
>
> You pl
Dear Greg,
This is Ravi . I want to write a USB device driver for web camera .
Before i
go for this , I found a paper presented by you on the Internet, explaining
the general concepts of the usb device driver working , taking an example of
" usb- skeleton.c " . It was very useful to
Dear Greg,
This is Ravi . I want to write a USB device driver for web camera .
Before i
go for this , I found a paper presented by you on the Internet, explaining
the general concepts of the usb device driver working , taking an example of
" usb- skeleton.c " . It was very useful to
My company is writing an application for a WinCE USB driver for an existing
camera with an existing Linux driver--and there may be others down the line.
I can handle the WinCE USB part of the driver, but I know nothing about the
chipset this camera uses, or Linux drivers. I thought someone on this