Re: [linux-usb-devel] [PATCH] OHCI: disallow autostop when wakeup is not available

2007-01-04 Thread Andrey Borzenkov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 04 January 2007 00:50, David Brownell wrote: > On Tuesday 02 January 2007 7:16 am, Alan Stern wrote: > > On Mon, 1 Jan 2007, Andrey Borzenkov wrote: > > > Is the original problem (OHCI constantly attempting and failing to > > > suspend root

Re: [linux-usb-devel] [PATCH] OHCI: disallow autostop when wakeup is not available

2007-01-03 Thread David Brownell
On Tuesday 02 January 2007 7:16 am, Alan Stern wrote: > On Mon, 1 Jan 2007, Andrey Borzenkov wrote: > > Is the original problem (OHCI constantly attempting and failing to suspend > > root hub) supposed to be fixed in 2.6.20? > > No. It can't be fixed in the kernel because it is a hardware bug.

Re: [linux-usb-devel] [PATCH] OHCI: disallow autostop when wakeup is not available

2007-01-02 Thread Alan Stern
On Mon, 1 Jan 2007, Andrey Borzenkov wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wednesday 15 November 2006 00:28, Alan Stern wrote: > > This patch (as822) prevents the OHCI autostop mechanism from kicking in > > if the root hub is not able or not allowed to issue wakeup reque

Re: [linux-usb-devel] [PATCH] OHCI: disallow autostop when wakeup is not available

2007-01-01 Thread Andrey Borzenkov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 15 November 2006 00:28, Alan Stern wrote: > This patch (as822) prevents the OHCI autostop mechanism from kicking in > if the root hub is not able or not allowed to issue wakeup requests. > > Signed-off-by: Alan Stern <[EMAIL PROTECTED]> >

[linux-usb-devel] [PATCH] OHCI: disallow autostop when wakeup is not available

2006-11-14 Thread Alan Stern
This patch (as822) prevents the OHCI autostop mechanism from kicking in if the root hub is not able or not allowed to issue wakeup requests. Signed-off-by: Alan Stern <[EMAIL PROTECTED]> --- Greg: This patch should go into 2.6.19-rc ASAP. It does solve a real problem. The larger-scale change