LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org,
Alan Stern <stern@rowland.harvard.edu>
Subject: [GIT PATCH] USB suspend persistance for 2.6.25-rc5 git
Date: Mon, 10 Mar 2008 17:42:39 -0700 [thread overview]
Message-ID: <20080311004239.GD17890@suse.de> (raw)
A few -rc releases ago you asked about USB storage devices being
persistant across suspend/resume cycles.
Well, Alan Stern has put together a nice small set of patches that do
just this. Here they are against your 2.6.26-rc5-git tree.
Now I know they are a new "feature" and it's way late in the release
cycle, but you were asking for this a while ago. I've been beating on
it with my laptops and had no problems at all.
They have been in the past few -mm releases with no reported problems,
as well as the -next tree.
If you want to take them, or just play with them, please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-persist-2.6.git/
The full patches will be sent to the linux-usb and linux-kernel mailing
lists for everyone to see them.
thanks,
greg k-h
------------
Documentation/usb/persist.txt | 43 ++++---
drivers/usb/core/Kconfig | 25 ----
drivers/usb/core/driver.c | 9 +-
drivers/usb/core/hub.c | 266 +++++++++++++++++++++++++++--------------
drivers/usb/core/message.c | 2 +-
drivers/usb/core/quirks.c | 14 ++
drivers/usb/core/sysfs.c | 22 ++--
drivers/usb/host/ehci-hub.c | 15 +--
drivers/usb/host/ehci-pci.c | 1 -
include/linux/usb.h | 2 +-
10 files changed, 234 insertions(+), 165 deletions(-)
---------------
Alan Stern (6):
USB: EHCI: carry out port handover during each root-hub resume
USB: reorganize code in hub.c
USB: make USB-PERSIST work after every system sleep
USB: remove CONFIG_USB_PERSIST setting
USB: check serial-number string after device reset
USB: enable USB-PERSIST by default
next reply other threads:[~2008-03-11 0:43 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-11 0:42 Greg KH [this message]
2008-03-11 0:59 ` [PATCH 1/6] USB: EHCI: carry out port handover during each root-hub resume Greg Kroah-Hartman
2008-03-11 0:59 ` [PATCH 2/6] USB: reorganize code in hub.c Greg Kroah-Hartman
2008-03-11 0:59 ` [PATCH 3/6] USB: make USB-PERSIST work after every system sleep Greg Kroah-Hartman
2008-03-11 0:59 ` [PATCH 4/6] USB: remove CONFIG_USB_PERSIST setting Greg Kroah-Hartman
2008-03-11 0:59 ` [PATCH 5/6] USB: check serial-number string after device reset Greg Kroah-Hartman
2008-03-11 0:59 ` [PATCH 6/6] USB: enable USB-PERSIST by default Greg Kroah-Hartman
2008-03-19 17:05 ` Mark Lord
2008-03-19 21:35 ` Alan Stern
2008-03-20 14:17 ` Mark Lord
2008-03-11 10:27 ` [GIT PATCH] USB suspend persistance for 2.6.25-rc5 git Pavel Machek
2008-03-11 15:28 ` Greg KH
2008-03-11 16:18 ` Linus Torvalds
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080311004239.GD17890@suse.de \
--to=gregkh@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=stern@rowland.harvard.edu \
--cc=torvalds@osdl.org \
--subject='Re: [GIT PATCH] USB suspend persistance for 2.6.25-rc5 git' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).