Re: [linux-usb-devel] Driver development struggle

2005-03-26 Thread Paul Koster
Thanks Greg and Pete for the replies. As far as I can see, the device is working properly in both bulk and iso mode, as I managed to write a simular driver for the (sorry to mention) windows os. But things are getting allong now on Linux as well. Sorry for being a noob, but I didn't realize tha

Re: [linux-usb-devel] Driver development struggle

2005-03-25 Thread Pete Zaitcev
On Thu, 24 Mar 2005 16:37:21 +0100 Paul Koster <[EMAIL PROTECTED]> wrote: > When I disable the iso URB submitting, the bulk works well for > about 2 minutes. Unloading the > driver results most of the time in kernel panics, but only when I actively > used the driver in a open/close session. I

Re: [linux-usb-devel] Driver development struggle

2005-03-24 Thread Greg KH
On Thu, Mar 24, 2005 at 04:37:21PM +0100, Paul Koster wrote: > Hi guys, > > I'm currently making my first steps in USB driver development as I am > developping a linux driver for an optical fiber to USB convertor. I managed > to successfully write a driver for the 2.6.9 kernel, but when I upgrad

[linux-usb-devel] Driver development struggle

2005-03-24 Thread Paul Koster
Hi guys, I'm currently making my first steps in USB driver development as I am developping a linux driver for an optical fiber to USB convertor. I managed to successfully write a driver for the 2.6.9 kernel, but when I upgraded to 2.6.10 or 2.6.11 things suddenly didn't work anymore. As I am no