From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Sa3cB-0002lp-Uk for mharc-grub-devel@gnu.org; Thu, 31 May 2012 07:32:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa3c9-0002lZ-8I for grub-devel@gnu.org; Thu, 31 May 2012 07:32:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sa3c4-0002Hr-Gc for grub-devel@gnu.org; Thu, 31 May 2012 07:32:24 -0400 Received: from 37-46-169-123.customers.ownit.se ([37.46.169.123]:59446 helo=zoo.weinigel.se) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa3c4-0002Hj-AM for grub-devel@gnu.org; Thu, 31 May 2012 07:32:20 -0400 Received: from [127.0.0.1] (zoo.weinigel.se [127.0.0.1]) by zoo.weinigel.se (Postfix) with ESMTP id 265436000F; Thu, 31 May 2012 13:32:17 +0200 (CEST) Message-ID: <4FC756C1.7070301@weinigel.se> Date: Thu, 31 May 2012 13:32:17 +0200 From: Christer Weinigel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: EHCI: don't stop after finding the first controller References: <4FC72FD3.2030203@weinigel.se> In-Reply-To: <4FC72FD3.2030203@weinigel.se> X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 37.46.169.123 Cc: =?windows-1252?Q?Ale=9A_Nesrsta?= X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 11:32:26 -0000 On 2012-05-31 10:46, Christer Weinigel wrote: > diff --git a/grub-core/bus/usb/ehci.c b/grub-core/bus/usb/ehci.c > index d8ecf26..240c0d5 100644 > --- a/grub-core/bus/usb/ehci.c > +++ b/grub-core/bus/usb/ehci.c > @@ -839,7 +839,7 @@ grub_ehci_pci_iter (grub_pci_device_t dev, > grub_dprintf ("ehci", "EHCI grub_ehci_pci_iter: CONFIG_FLAG: %08x\n", > grub_ehci_oper_read32 (e, GRUB_EHCI_CONFIG_FLAG)); > > - return 1; > + return 0; > > fail: > if (e) Darn. That one had been fixed in bazaar already. Sorry about the noise. /Christer