From: Mattia Dongili <malattia@linux.it>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: Zhang Rui <rui.zhang@intel.com>,
David Brownell <dbrownell@users.sourceforge.net>,
linux-acpi@vger.kernel.org, linux-pm@lists.linux-foundation.org,
akpm@linux-foundation.org
Subject: Re: [linux-pm] Re: [2.6.22-rc1-mm1] vaio laptop (SZ72B) immediately resumes after STR
Date: Wed, 20 Jun 2007 23:45:33 +0900 [thread overview]
Message-ID: <20070620144532.GA3761@inferi.kami.home> (raw)
In-Reply-To: <Pine.LNX.4.44L0.0706191019090.3674-100000@iolanthe.rowland.org>
On Tue, Jun 19, 2007 at 10:20:32AM -0400, Alan Stern wrote:
> On Tue, 19 Jun 2007, Mattia Dongili wrote:
>
> > > Try to enable the wakeup GPE for all the USB devices first.
> > > e.g. "#echo USB1 >/proc/acpi/wakeup" will enable GPE for USB1.
> > > USB1 S3 disabled pci:0000:00:1d.0
> > > USB2 S3 disabled pci:0000:00:1d.1
> > > USB3 S3 disabled pci:0000:00:1d.2
> > > USB4 S3 disabled pci:0000:00:1d.3
> > > USB7 S3 disabled pci:0000:00:1d.7
> > >
> > > Try STR and check if it resumes immediately after suspend.
> > > I think the same problem will happen without this patch.
> >
> > only after enabling USB7 the broken behaviour showed.
> >
> > 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
> >
> > Quite consistent with the other findings.
>
> Just as with Raphael, I suggest you build a kernel with
> CONFIG_USB_DEBUG turned on and then post the dmesg log showing the USB
> debugging messages during the suspend and immediate resume. To reduce
> the amount of clutter you might want to rmmod uhci-hcd before starting
> the test.
here we go:
http://www.linux.it/~malattia/logs/dmesg-suspend-ehci-debug-log
and by the way:
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
with ehci only:
Bus 005 Device 007: ID 054c:0281 Sony Corp.
Bus 005 Device 004: ID 05ca:1830 Ricoh Co., Ltd
Bus 005 Device 001: ID 0000:0000
--
mattia
:wq!
next prev parent reply other threads:[~2007-06-20 14:46 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-18 7:15 [2.6.22-rc1-mm1] vaio laptop (SZ72B) immediately resumes after STR Mattia Dongili
2007-05-18 7:22 ` Andrew Morton
2007-05-19 6:48 ` Mattia Dongili
2007-05-19 7:04 ` Andrew Morton
2007-05-19 15:11 ` 2.6.22-rc1 regression: tifm prevents suspending [was: Re: [2.6.22-rc1-mm1] vaio laptop (SZ72B) immediately resumes after STR] Mattia Dongili
2007-05-19 16:43 ` Mattia Dongili
2007-05-19 17:17 ` Michal Piotrowski
2007-05-19 18:29 ` Rafael J. Wysocki
2007-05-19 20:50 ` Michal Piotrowski
2007-05-20 6:14 ` [2.6.22-rc1-mm1] vaio laptop (SZ72B) immediately resumes after STR Mattia Dongili
2007-05-20 6:47 ` Andrew Morton
2007-05-20 6:59 ` Mattia Dongili
2007-05-20 18:38 ` David Brownell
2007-05-21 0:41 ` Mattia Dongili
2007-05-21 1:22 ` David Brownell
2007-05-21 2:05 ` Mattia Dongili
2007-06-19 8:57 ` Zhang Rui
2007-06-19 9:30 ` Mattia Dongili
2007-06-19 9:55 ` Zhang Rui
2007-06-19 11:26 ` Rafael J. Wysocki
2007-06-20 1:52 ` Zhang Rui
2007-06-20 21:39 ` Rafael J. Wysocki
2007-06-22 10:08 ` David Brownell
2007-06-22 14:33 ` [linux-pm] " Alan Stern
2007-06-19 10:09 ` Mattia Dongili
2007-06-19 14:20 ` Alan Stern
2007-06-20 14:45 ` Mattia Dongili [this message]
2007-06-20 16:33 ` [linux-pm] " Alan Stern
2007-06-21 6:42 ` Mattia Dongili
2007-06-21 7:28 ` Zhang Rui
2007-06-21 9:22 ` Mattia Dongili
2007-06-21 15:45 ` Alan Stern
2007-06-22 9:22 ` Mattia Dongili
2007-06-22 9:43 ` David Brownell
2007-06-22 14:07 ` Alan Stern
2007-06-22 10:02 ` David Brownell
2007-06-22 14:22 ` Alan Stern
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=20070620144532.GA3761@inferi.kami.home \
--to=malattia@linux.it \
--cc=akpm@linux-foundation.org \
--cc=dbrownell@users.sourceforge.net \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=rui.zhang@intel.com \
--cc=stern@rowland.harvard.edu \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox