lkml.org 
[lkml]   [2005]   [Dec]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.6.15-rc5-mm3
On Sun, Dec 18, 2005 at 12:31:55PM +0100, Rafael J. Wysocki wrote:
>
> Could you please use the appended patch and see if that makes things better
> (or worse)?
>
> Greetings,
> Rafael
>
>
> drivers/usb/host/ehci-hcd.c | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
> Index: linux-2.6.15-rc5-mm2/drivers/usb/host/ehci-hcd.c
> ===================================================================
> --- linux-2.6.15-rc5-mm2.orig/drivers/usb/host/ehci-hcd.c 2005-12-11 13:57:27.000000000 +0100
> +++ linux-2.6.15-rc5-mm2/drivers/usb/host/ehci-hcd.c 2005-12-13 22:10:53.000000000 +0100
> @@ -617,7 +617,7 @@
> }
>
> /* remote wakeup [4.3.1] */
> - if ((status & STS_PCD) && device_may_wakeup(&hcd->self.root_hub->dev)) {
> + if (status & STS_PCD) {
> unsigned i = HCS_N_PORTS (ehci->hcs_params);
>
> /* resume root hub? */

David, care to put a proper header on this and send it to me so I can
add it to my tree?

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-12-22 18:52    [W:0.299 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site