From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LVvlY-0006Ns-0h for mharc-grub-devel@gnu.org; Sat, 07 Feb 2009 17:35:12 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVvlV-0006Na-SL for grub-devel@gnu.org; Sat, 07 Feb 2009 17:35:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVvlU-0006NC-1Q for grub-devel@gnu.org; Sat, 07 Feb 2009 17:35:09 -0500 Received: from [199.232.76.173] (port=49751 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVvlT-0006N9-U5 for grub-devel@gnu.org; Sat, 07 Feb 2009 17:35:07 -0500 Received: from aybabtu.com ([69.60.117.155]:46606) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LVvlT-0004xg-K1 for grub-devel@gnu.org; Sat, 07 Feb 2009 17:35:07 -0500 Received: from [192.168.10.10] (helo=thorin) by aybabtu.com with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1LVvgH-0006KQ-8h for grub-devel@gnu.org; Sat, 07 Feb 2009 23:29:45 +0100 Received: from rmh by thorin with local (Exim 4.63) (envelope-from ) id 1LVvkz-0002Jr-NU for grub-devel@gnu.org; Sat, 07 Feb 2009 23:34:37 +0100 Date: Sat, 7 Feb 2009 23:34:37 +0100 From: Robert Millan To: The development of GRUB 2 Message-ID: <20090207223437.GP6343@thorin> References: <4988B758.5060408@gmail.com> <1233698760.17258.5.camel@dv> <49894A2C.7040509@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49894A2C.7040509@gmail.com> Organization: free as in freedom X-Message-Flag: Worried about Outlook viruses? Switch to Thunderbird! www.mozilla.com/thunderbird X-Debbugs-No-Ack: true User-Agent: Mutt/1.5.13 (2006-08-11) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [Bugfix] Hang on new mac laptops X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2009 22:35:10 -0000 On Wed, Feb 04, 2009 at 08:56:28AM +0100, phcoder wrote: > - status = efi_call_3 (b->wait_for_event, 1, &(i->wait_for_key), &index); > - if (status != GRUB_EFI_SUCCESS) > - return -1; > + /* Don't use wait_for_event it's known > + to cause hangs on some mac models */ > + grub_millisleep (10); I'm fine with the workaround, but please could you check if at_keyboard.mod works there? It's not the first time we have trouble due to buggy keyboard drivers, I'd be very happy if we could avoid more of the same. insmod at_keyboard terminal_input at_keyboard -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all."