From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765465AbYDPWXV (ORCPT ); Wed, 16 Apr 2008 18:23:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751803AbYDPWXL (ORCPT ); Wed, 16 Apr 2008 18:23:11 -0400 Received: from dell.benran.ru ([83.149.196.126]:44682 "EHLO ari.home" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753991AbYDPWXK (ORCPT ); Wed, 16 Apr 2008 18:23:10 -0400 Date: Thu, 17 Apr 2008 02:23:08 +0400 (MSD) From: "Lev A. Melnikovsky" To: Oliver Neukum cc: Rene Herman , Alessandro Suardi , David Brownell , Linux Kernel Subject: Re: ehci-hcd affects hda speed In-Reply-To: <200804160738.13437.oliver@neukum.org> Message-ID: References: <200804152202.18358.oliver@neukum.org> <200804160738.13437.oliver@neukum.org> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) 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 Oliver, ON> EHCI should not scan an empty async. However this manufacturer ON> has shown a liberal attitude about conforming with specifications. ON> If the root hub is suspended, it can't do DMA. So it might help. Yes, it does, thank you. No DMA when suspended. Auto-suspend is executed if external hub is the only attached device. Can this be used to block spurious schedule traversal? Thnks -L