lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 15 Jun 2011 12:59:28 -0700
From:	Sarah Sharp <sarah.a.sharp@...ux.intel.com>
To:	Maarten Lankhorst <m.b.lankhorst@...il.com>
Cc:	linux-usb@...r.kernel.org,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: device plugged into xhci port not detected after a resume

On Wed, Jun 15, 2011 at 07:39:46PM +0200, Maarten Lankhorst wrote:
> Op 15-06-11 18:58, Sarah Sharp schreef:
> > Does hibernate work, either with no devices plugged in, or the mouse
> > plugged in?  If it does work, the host controller may not be able to
> > handle the context save and restore during suspend/resume, and we may
> > need to unconditionally tell the USB core that the host lost power
> > across suspend.
> Yeah, manually overriding the resume function works. Tested with
> 
> -	if ((temp & STS_SRE) || hibernated) {
> +	if ((temp & STS_SRE) || hibernated || 1) {

Can you send me the lspci -vvv for this device?  I'll cook up a proper
patch with a new quirk for it.

Sarah Sharp
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ