From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757372AbYFJTLf (ORCPT ); Tue, 10 Jun 2008 15:11:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753603AbYFJTL0 (ORCPT ); Tue, 10 Jun 2008 15:11:26 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:57604 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753053AbYFJTLZ (ORCPT ); Tue, 10 Jun 2008 15:11:25 -0400 Date: Tue, 10 Jun 2008 12:10:32 -0700 (PDT) From: Linus Torvalds To: Alan Stern cc: Greg KH , Oliver Neukum , Pavel Machek , USB list , Andrew Morton , kernel list , "Rafael J. Wysocki" Subject: Re: [PATCH] USB: don't use reset-resume if drivers don't support it In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 10 Jun 2008, Alan Stern wrote: > > This is only a temporary fix. Later on we will explicitly unbind > drivers that can't handle reset-resumes. > > Signed-off-by: Alan Stern And feel free to add my signed-off on it too, assuming somebody who saw the problems has actually tested it. And thanks for picking up the fix and creating an updated patch. Linus