From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755940AbZJ0QQo (ORCPT ); Tue, 27 Oct 2009 12:16:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755892AbZJ0QQn (ORCPT ); Tue, 27 Oct 2009 12:16:43 -0400 Received: from mail-pz0-f188.google.com ([209.85.222.188]:53136 "EHLO mail-pz0-f188.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755830AbZJ0QQm (ORCPT ); Tue, 27 Oct 2009 12:16:42 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=qyvMVJwmedSm5Y0nzcU/PkNuBV/irKftKVUccB8LqYbxHx/2mz78E3u5OtrTzYgPnI jQcU3NC6FC1ln+kZdeJswRjcO9c8ISlyQAOlEo80UxLu4VH9Ht1pLr8esrkjWe3Q1VkO sMvwJNY062gtYXNbJcPKi8tkNCAlWmxeFh+hQ= Date: Tue, 27 Oct 2009 09:16:39 -0700 From: Dmitry Torokhov To: Greg KH Cc: ?ric Piel , Linux Kernel Mailing List , linux-input@vger.kernel.org Subject: Re: [REGRESSION] "bind" a device to a driver doesn't not work anymore Message-ID: <20091027161638.GA22541@core.coreip.homeip.net> References: <20091012173551.GC10557@suse.de> <20091012183313.GC8345@core.coreip.homeip.net> <20091012185417.GA30342@suse.de> <20091013031741.GB2887@core.coreip.homeip.net> <20091018075127.GH3935@core.coreip.homeip.net> <20091018080238.GA13810@suse.de> <20091023020150.GA26723@core.coreip.homeip.net> <20091026205953.GB11665@suse.de> <20091026213450.GA19119@core.coreip.homeip.net> <20091026235908.GA12974@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091026235908.GA12974@suse.de> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 26, 2009 at 04:59:08PM -0700, Greg KH wrote: > On Mon, Oct 26, 2009 at 02:34:50PM -0700, Dmitry Torokhov wrote: > > > > It will prevent unbind from happening so that users who have suspend and > > resume working properly but who have bind/unbind in their suspend/resume > > scripts regardless will not run into trouble. > > > > This still leaves users whose suspend/resume don't work by default but I > > would rather fix their boxes properly instead of relying on that > > workaround. > > Ok, fair enough, I'll queue it up for .32. > Thanks Greg, much appreciated. -- Dmitry