Re: [linux-usb-devel] Who does call hub_disconnect and when?

2001-03-08 Thread Pete Zaitcev
> From: "Dunlap, Randy" <[EMAIL PROTECTED]> > Date: Tue, 27 Feb 2001 12:21:00 -0800 > > If Randy or anyone else explain me why it happens, I am willing > > to come up with a patch which would redo hub_disconnect() > > to put hubs on reaping list and have usb_hub_events actually > > destroy them.

Re: [linux-usb-devel] header question

2001-03-08 Thread David Brownell
"history" ... eventually, I'd like to see the host controllers sharing more code, using a layer like the "hcd" layer in the EHCI patch. That's got root hub support that works basically like the existing root hub code, except that lots of it is sharable. It uses "hub.h". The same sharing logic c

Re: [linux-usb-devel] Re : Weird behavior of the USB layer...

2001-03-08 Thread Jean Tourrilhes
On Wed, Mar 07, 2001 at 11:52:38PM -0800, Greg KH wrote: > On Wed, Mar 07, 2001 at 06:35:31PM -0800, Jean Tourrilhes wrote: > > Johannes Erdfelt wrote : > > > The key is probably the function that calls irda_usb_change_speed_xbofs. > > > Most likely it allocates self on the stack (as an automatic

Re: [linux-usb-devel] USB oops Linux 2.4.2ac6

2001-03-08 Thread Thomas Dodd
Thomas Dodd wrote: > > David Brownell wrote: > > > > > > > usb-ohci.c: USB OHCI at membase 0xd3874000, IRQ 11 > > > > > usb-ohci.c: usb-00:07.4, Advanced Micro Devices [AMD] AMD-756 [Viper] > > > > > USB > > > > > > > But 2.4.0-ac12, 2.4.1-ac18, and 2.4.2-ac1->ac3 worked fine > > > (I'm not sure

Re: [linux-usb-devel] FTDI driver

2001-03-08 Thread tyson
On 8 Mar, Greg KH wrote: > On Thu, Mar 08, 2001 at 10:47:30AM -0500, [EMAIL PROTECTED] wrote: >> > Some USB to serial devices handle latencies better than others. But of >> > course they cost more :) >> >> Naturally, ;-) ...I'm using stock Intel UHCI. > > No, I mean that the USB to serial dev

Re: [linux-usb-devel] Re: MCT USB-serial driver

2001-03-08 Thread Greg KH
On Thu, Mar 08, 2001 at 05:18:54PM +0100, Wolfgang Grandegger wrote: > I checked the linux-usb-devel mailing list and indeed also > pilot-xfer seems not to be properly written. You can look for > example here: > > http://marc.theaimsgroup.com/?l=linux-usb-devel&m=97889646414658&w=2 > > What y

Re: [linux-usb-devel] FTDI driver

2001-03-08 Thread Greg KH
On Thu, Mar 08, 2001 at 10:47:30AM -0500, [EMAIL PROTECTED] wrote: > > Some USB to serial devices handle latencies better than others. But of > > course they cost more :) > > Naturally, ;-) ...I'm using stock Intel UHCI. No, I mean that the USB to serial device _itself_ is probably where the g

Re: [linux-usb-devel] FTDI driver

2001-03-08 Thread David Brownell
> I anticipated this and came up with about 5ms worst case: > > 1 Submit packet to USB drivers > 2 data to UART > 3 data through loopback > 4 data from UART > 5 data from USB drivers At least for OHCI, an idle host controller "should" be able to handle (1) and (2) in less than a frame on average

[linux-usb-devel] Re: MCT USB-serial driver

2001-03-08 Thread Wolfgang Grandegger
"Rafael R. Sevilla" wrote: > > On Wed, 7 Mar 2001, Wolfgang Grandegger wrote: > > > > Does this help? I will send you a test version later > > this week. > > > > I'll see what happens... > > > Does the pilot-link program handle the write() return > > code correctly. A write to the serial device

Re: [linux-usb-devel] FTDI driver

2001-03-08 Thread tyson
On 8 Mar, To: [EMAIL PROTECTED] wrote: > On 8 Mar, Greg KH wrote: >> On Wed, Mar 07, 2001 at 02:34:26PM -0500, [EMAIL PROTECTED] wrote: >>> I found that a native UART has a latency of 1-2ms for a single byte. >>> That latency increases with packet size. When run over the 8U232AM >>> the 1 byte

Re: [linux-usb-devel] USB oops Linux 2.4.2ac6

2001-03-08 Thread Thomas Dodd
David Brownell wrote: > > > > > usb-ohci.c: USB OHCI at membase 0xd3874000, IRQ 11 > > > > usb-ohci.c: usb-00:07.4, Advanced Micro Devices [AMD] AMD-756 [Viper] > > > > USB > > > > > But 2.4.0-ac12, 2.4.1-ac18, and 2.4.2-ac1->ac3 worked fine > > (I'm not sure on the 2.4.2 series, Alan's been rele

Re: [linux-usb-devel] FTDI driver

2001-03-08 Thread tyson
On 8 Mar, Greg KH wrote: > On Wed, Mar 07, 2001 at 02:34:26PM -0500, [EMAIL PROTECTED] wrote: >> I found that a native UART has a latency of 1-2ms for a single byte. >> That latency increases with packet size. When run over the 8U232AM >> the 1 byte latency is about 16-17ms and remains about 15