Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759543AbYFIPDT (ORCPT ); Mon, 9 Jun 2008 11:03:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750868AbYFIPDM (ORCPT ); Mon, 9 Jun 2008 11:03:12 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:48682 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753145AbYFIPDL (ORCPT ); Mon, 9 Jun 2008 11:03:11 -0400 Date: Mon, 9 Jun 2008 11:03:10 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Pavel Machek cc: Linus Torvalds , Linus Torvalds , , Andrew Morton , kernel list , Oliver Neukum , "Rafael J. Wysocki" Subject: Re: 2.6.25-rc6: CONFIG_USB_PERSIST forced on In-Reply-To: <20080609080052.GA27899@elf.ucw.cz> Message-ID: 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 Content-Length: 858 Lines: 22 On Mon, 9 Jun 2008, Pavel Machek wrote: > Besides, it seems to break suspend/resume of printers, and probably > all the drivers that do not have reset_resume() method. That's > actually a regression. > > https://bugzilla.novell.com/show_bug.cgi?id=394820 The right way to fix this is to add reset_resume to the printer driver. More generally, usbcore should be changed so that drivers which don't support reset_resume get unbound from their devices when a reset-resume occurs. I wrote something to do that last year, but with all the changes going on in the driver core it is now obsolete. Alan Stern -- 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/