Re: [linux-usb-devel] Help Needed

2004-04-18 Thread Oliver Neukum
> 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

[linux-usb-devel] Help Needed

2004-04-18 Thread Ravi N
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

[linux-usb-devel] Help Needed

2004-04-18 Thread Ravi N
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

[linux-usb-devel] Help needed

2003-06-03 Thread Paul Schwartz
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