[linux-usb-devel] Re: [patch] 2.4.19-pre9 uhci.c FSBR timeout

2002-05-11 Thread Greg KH
On Sat, May 11, 2002 at 02:36:17AM -0400, Johannes Erdfelt wrote: > On Fri, May 10, 2002, Greg KH <[EMAIL PROTECTED]> wrote: > > On Sat, May 11, 2002 at 01:10:20AM -0400, Johannes Erdfelt wrote: > > > > > > This patch is relative to 2.4.19-pre8, however I think it can be > > > applied, and should

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.15

2002-05-11 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.542 -> 1.543 # drivers/usb/storage

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.15

2002-05-11 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.539 -> 1.540 # drivers/usb/storage

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.15

2002-05-11 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.541 -> 1.542 # drivers/usb/storage

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.15

2002-05-11 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.540 -> 1.541 # drivers/usb/storage

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.15

2002-05-11 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.537 -> 1.538 # drivers/usb/core/hu

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.15

2002-05-11 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.536 -> 1.537 # drivers/usb/host/eh

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.15

2002-05-11 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.538 -> 1.539 # drivers/usb/host/uh

[linux-usb-devel] [BK PATCH] USB changes for 2.5.15

2002-05-11 Thread Greg KH
Pull from: http://linuxusb.bkbits.net/linus-2.5 drivers/usb/core/hub.c | 99 +++ drivers/usb/core/hub.h | 28 drivers/usb/core/usb.c |7 drivers/usb/host/ehci-hcd.c | 97 ++- drivers/usb/host/ehci-q.c | 19 drivers/usb/hos

Re: [linux-usb-devel] Oops message when using USB 2.0 Cardbus Adapter

2002-05-11 Thread James Ventura
Hello again Dave, I tried using kernel 2.5.15 and I still get the same oops message. There's no high speed device connected to the host controller. You said end_unlink_async function should never be called when there is no device connected. Is there a way to find out which function is calli

Re: [linux-usb-devel] Re: PATCH 2.5.14 -- uhci, compiler warnings

2002-05-11 Thread Johannes Erdfelt
On Sat, May 11, 2002, Stephan Feder <[EMAIL PROTECTED]> wrote: > Hello Johannes, > > Johannes Erdfelt wrote: > ... > > When we want to deactivate FSBR on an URB's transfer, we can switch it > > from breadth first to depth first. But only do like every 5 or 10 (or > > some number) TD's to make su

Re: [linux-usb-devel] Re: PATCH 2.5.14 -- uhci, compiler warnings

2002-05-11 Thread Johannes Erdfelt
On Sat, May 11, 2002, Stephan Feder <[EMAIL PROTECTED]> wrote: > it would be great if there was a flag to always keep FSBR enabled even > in cases of no traffic. Could you explain why? In the case where there are no transfers pending, the HC will just flood the bus with memory accesses. I guess

Re: [linux-usb-devel] Re: PATCH 2.5.14 -- uhci, compiler warnings

2002-05-11 Thread Stephan Feder
Hello Johannes, it would be great if there was a flag to always keep FSBR enabled even in cases of no traffic. Regards Stephan ___ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You ge

Re: [linux-usb-devel] Re: PATCH 2.5.14 -- uhci, compiler warnings

2002-05-11 Thread Stephan Feder
Hello Johannes, Johannes Erdfelt wrote: ... > When we want to deactivate FSBR on an URB's transfer, we can switch it > from breadth first to depth first. But only do like every 5 or 10 (or > some number) TD's to make sure it doesn't eat up all of the bandwidth. > > I think I'll implement that t

[linux-usb-devel] Re: PATCH 2.5.15 [1 of 2] -- hub/tt error recovery

2002-05-11 Thread Greg KH
On Sat, May 11, 2002 at 12:09:34PM -0700, David Brownell wrote: > Hi, > > This patch adds missing functionality to the transaction translator > support for USB 2.0 hubs: > > - moves the 'struct usb_tt' definition to "hub.h" from > - adds state to it as neeed for some control/bulk error

[linux-usb-devel] Re: PATCH 2.5.15 [2 of 2] -- ehci misc FIXMEs

2002-05-11 Thread Greg KH
On Sat, May 11, 2002 at 12:10:23PM -0700, David Brownell wrote: > This addresses FIXME comments in the EHCI code, notably: > > - telling the hub driver to clear up TT error state > (relies on the hub error recovery patch I just sent) > - using 64bit PCI DMA where appropriate > -

[linux-usb-devel] PATCH 2.5.15 [1 of 2] -- hub/tt error recovery

2002-05-11 Thread David Brownell
Hi, This patch adds missing functionality to the transaction translator support for USB 2.0 hubs: - moves the 'struct usb_tt' definition to "hub.h" from - adds state to it as neeed for some control/bulk error recovery - teaches the hub driver how to use that state (via keventd)

[linux-usb-devel] PATCH 2.5.15 [2 of 2] -- ehci misc FIXMEs

2002-05-11 Thread David Brownell
This addresses FIXME comments in the EHCI code, notably: - telling the hub driver to clear up TT error state (relies on the hub error recovery patch I just sent) - using 64bit PCI DMA where appropriate - handling BIOS handoff as neeed Please merge to Linus' tree. - Dave e