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

Re: [linux-usb-devel] driver development

2002-03-04 Thread Steven Toth
> Do I need to write a device driver for such a device or can I mount it and > simply use the "open" "read" "write" command to send commands back and > forth? If yes how do I find where the it is mounted (/dev/??)? You detail is a little thin but Possibly/probably, have you looked at the dr

[linux-usb-devel] driver development

2002-03-01 Thread Ajinkya Joglekar
I have a device that connects to a USB port. The device is basically a media read/write device. There are no device drivers for it. I want to get it to work under Linux. I have the commands or API for it though. I have read quite a few articles/pages on different web sites and have some understand

[linux-usb-devel] driver development

2002-01-10 Thread Peter
Hey Just brought an unsupported usb device og has started developing a driver myself. After initialization of the device I need to receive data using the usb_bulk_msg. The data is 16 packets of 16bytes. When calling the usb_bulk_msg the first time, I get this error message from the uhci modul