Re: [linux-usb-devel] Driver confusion...

2003-09-25 Thread Alan Stern
On Thu, 25 Sep 2003, Neil Whelchel wrote: > > What kind of endpoints are these? Bulk? > > These are interrupt transfer endpoints, yet anoter jacked up way of doing > things.. (Tons of bus chatter sending empty packets at a syncronous time > base for an asyncronous data protocol.) This thing must

Re: [linux-usb-devel] Driver confusion...

2003-09-25 Thread Neil Whelchel
Hello, First off, thank you very much for writing back to me.. I have included my comments (answers to your questions) within the message.. On Tue, 23 Sep 2003, Greg KH wrote: > On Mon, Sep 22, 2003 at 05:44:49PM -0700, Neil Whelchel wrote: > > Hello, > > I am in the middle of writing a driver f

Re: [linux-usb-devel] Driver confusion...

2003-09-23 Thread Greg KH
On Mon, Sep 22, 2003 at 05:44:49PM -0700, Neil Whelchel wrote: > Hello, > I am in the middle of writing a driver for the Cypress M8. This is a > way-too-goofy USB to serial converter. > I have a fairly clear understanding of what I need to do to make it work, > but here is where I run into issues..