From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965304AbVLRXWK (ORCPT ); Sun, 18 Dec 2005 18:22:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965305AbVLRXWJ (ORCPT ); Sun, 18 Dec 2005 18:22:09 -0500 Received: from gate.crashing.org ([63.228.1.57]:18398 "EHLO gate.crashing.org") by vger.kernel.org with ESMTP id S965304AbVLRXWI (ORCPT ); Sun, 18 Dec 2005 18:22:08 -0500 Subject: Re: USB rejecting sleep From: Benjamin Herrenschmidt To: Greg KH Cc: Alan Stern , David Brownell , Linux Kernel list In-Reply-To: <20051218222516.GA19183@kroah.com> References: <1134937642.6102.85.camel@gaston> <20051218215051.GA18257@kroah.com> <1134944031.6102.103.camel@gaston> <20051218222516.GA19183@kroah.com> Content-Type: text/plain Date: Mon, 19 Dec 2005 10:16:49 +1100 Message-Id: <1134947810.6102.110.camel@gaston> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2005-12-18 at 14:25 -0800, Greg KH wrote: > On Mon, Dec 19, 2005 at 09:13:50AM +1100, Benjamin Herrenschmidt wrote: > > On Sun, 2005-12-18 at 13:50 -0800, Greg KH wrote: > > > > > Yes it is, and I have a patch in my tree now that fixes this up and > > > keeps the suspend process working properly for usb drivers that do not > > > have a suspend function. > > > > > > Hm, I wonder if it should go in for 2.6.15? > > > > Do you have an URL I can send to those users to test ? > > Here's the patch itself, feel free to spread it around. > > It's also at: > kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/usb/usbcore-allow-suspend-resume-even-if-drivers-don-t-support-it.patch Initial user reports are that it fixes the problem with the Bluetooth driver preventing newer powerbooks from sleeping. Thanks ! Ben.