Re: [linux-usb-devel] [TEST 0/2] Remaining USB autosuspend patches

2006-10-10 Thread Alan Stern
Greg: I spent a lot of time debugging during the last two days. In addition to various problems in the EHCI root-hub changes, there were nasty bugs in the usbcore endpoint class device routines (patches submitted a few minutes ago). Here's the updated version of as738. As far as I know, the

Re: [linux-usb-devel] [TEST 0/2] Remaining USB autosuspend patches

2006-10-06 Thread Greg KH
On Fri, Oct 06, 2006 at 01:36:57PM -0400, Alan Stern wrote: > > The initial "hcd->state" line is printed out every time that function > > gets called. The check is printed out every time it is about to be > > tested. The patch that adds these lines is below. > > > > Does this help out any? Shou

Re: [linux-usb-devel] [TEST 0/2] Remaining USB autosuspend patches

2006-10-06 Thread Alan Stern
On Thu, 5 Oct 2006, Greg KH wrote: > > (I need to buy a high-speed hub so I can run these sorts of tests here...) > > They're real cheap now, I can send you one if you can't find one > nearby... I picked one up this morning. Haven't had a chance to try it out yet... > Ok, here's the log to ans

Re: [linux-usb-devel] [TEST 0/2] Remaining USB autosuspend patches

2006-10-05 Thread Greg KH
On Thu, Oct 05, 2006 at 10:46:53AM -0400, Alan Stern wrote: > On Wed, 4 Oct 2006, Greg KH wrote: > > > Ok, they still cause problems :) > > > > I've applied them, and plugged a usb stick into a USB 2.0 hub and got > > the following: > > > > [ 375.562120] ehci_hcd :00:1d.7: port 4 remote wak

Re: [linux-usb-devel] [TEST 0/2] Remaining USB autosuspend patches

2006-10-05 Thread Alan Stern
On Wed, 4 Oct 2006, Greg KH wrote: > Ok, they still cause problems :) > > I've applied them, and plugged a usb stick into a USB 2.0 hub and got > the following: > > [ 375.562120] ehci_hcd :00:1d.7: port 4 remote wakeup > [ 375.562134] hub 5-0:1.0: state 8 ports 8 chg evt > [ 375

Re: [linux-usb-devel] [TEST 0/2] Remaining USB autosuspend patches

2006-10-05 Thread Greg KH
On Wed, Oct 04, 2006 at 04:20:40PM -0400, Alan Stern wrote: > Greg: > > The next two messages contain the last parts of USB autosuspend. They > caused problems on one of your computers before, and we need to fix them > before they can be merged. Ok, they still cause problems :) I've applied the

[linux-usb-devel] [TEST 0/2] Remaining USB autosuspend patches

2006-10-05 Thread Alan Stern
Greg: The next two messages contain the last parts of USB autosuspend. They caused problems on one of your computers before, and we need to fix them before they can be merged. These patches are against gregkh-all-2.6.18-git20. Alan Stern ---