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

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

2003-09-23 Thread Neil Whelchel
> Do I put the driver in the input directory and use the hid-core functions, > or do I put it in the serial directory and use the usb-serial functions? > > At the time being, I have it in the serial directory and I am using the > usb-serial functions. I added a few lines of code to the hid-core.c 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..

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

2003-09-22 Thread Neil Whelchel
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... The device is a 'USB to serial converter' but it is in the HID class..