Re: [linux-usb-devel] Serial to USB converter with Isoc

2005-08-18 Thread Greg KH
On Thu, Aug 18, 2005 at 10:09:58PM -0700, Ivy wrote: > --- Greg KH <[EMAIL PROTECTED]> wrote: > > On Thu, Aug 18, 2005 at 08:53:43PM -0700, Annamalai Prakash wrote: > > > Hi, > > > > > > Anybody have tried to add isoc endpoints and isoc read/write callback > > > functions in Serial to USB Converte

Re: [linux-usb-devel] Serial to USB converter with Isoc

2005-08-18 Thread Ivy
--- Greg KH <[EMAIL PROTECTED]> wrote: > On Thu, Aug 18, 2005 at 08:53:43PM -0700, Annamalai Prakash wrote: > > Hi, > > > > Anybody have tried to add isoc endpoints and isoc read/write callback > > functions in Serial to USB Converter driver ?. > > Do you have a usb to serial converter that uses

Re: [linux-usb-devel] Serial to USB converter with Isoc

2005-08-18 Thread Greg KH
On Thu, Aug 18, 2005 at 08:53:43PM -0700, Annamalai Prakash wrote: > Hi, > > Anybody have tried to add isoc endpoints and isoc read/write callback > functions in Serial to USB Converter driver ?. Do you have a usb to serial converter that uses isoc endpoints for its data transfer? If so, please

Re: [linux-usb-devel] Serial to USB converter with Isoc

2005-08-18 Thread Randy.Dunlap
On Thu, 18 Aug 2005 20:53:43 -0700 (PDT) Annamalai Prakash wrote: > Hi, > > Anybody have tried to add isoc endpoints and isoc read/write callback > functions in Serial to USB Converter driver ?. > > I have seen some drivers under /driver/usb/serial. All driver uses Bulk > and other e

[linux-usb-devel] Serial to USB converter with Isoc

2005-08-18 Thread Annamalai Prakash
Hi, Anybody have tried to add isoc endpoints and isoc read/write callback functions in Serial to USB Converter driver ?. I have seen some drivers under /driver/usb/serial. All driver uses Bulk and other endpoints except isoc endpoints ?. Is there any problem in Using ISOC in se