From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754114Ab1LCUXt (ORCPT ); Sat, 3 Dec 2011 15:23:49 -0500 Received: from ellpspace.math.ualberta.ca ([129.128.207.67]:52674 "EHLO ellpspace.math.ualberta.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753321Ab1LCUXs (ORCPT ); Sat, 3 Dec 2011 15:23:48 -0500 Date: Sat, 3 Dec 2011 13:23:30 -0700 From: Michal Jaegermann To: Alan Stern Cc: Steven Rostedt , "Srivatsa S. Bhat" , Oliver Neukum , "Rafael J. Wysocki" , linux-pm@vger.kernel.org, LKML , Len Brown , Pavel Machek , Greg Kroah-Hartman Subject: Re: Suspend and resume on ASUS Laptops Message-ID: <20111203202330.GA21011@ellpspace.math.ualberta.ca> References: <20111203024317.GA5370@ellpspace.math.ualberta.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 03, 2011 at 10:19:27AM -0500, Alan Stern wrote: > On Fri, 2 Dec 2011, Michal Jaegermann wrote: > > > > On my ASUS K52Jc these controllers are also reported "disabled". This > > What exactly do you mean by that? I mean that you asked Steven about a content of /sys/bus/pci/devices/0000\:00\:1[ad].0/power/wakeup On my ASUS K52Jc these ids also happen to belong to ehci_hcd devices (both "Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller") and both 'wakeup' files show "disabled" too. With that above I have to do all these manipulations with unbinding and binding drivers and removing inserting modules or a laptop will hang after a suspend. Now with a recent kernel I need additionally put wireless driver modules on a "special handling" list or I will loose such connection (no hang here, just a dead driver). All of this looks like pretty consistent, from what one can find on the net, across various models of ASUS laptops. Michal