From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Q4pBV-0006Vy-Ok for mharc-grub-devel@gnu.org; Wed, 30 Mar 2011 02:47:17 -0400 Received: from [140.186.70.92] (port=43047 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4pBS-0006V4-9P for grub-devel@gnu.org; Wed, 30 Mar 2011 02:47:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4pBR-0003CT-56 for grub-devel@gnu.org; Wed, 30 Mar 2011 02:47:14 -0400 Received: from chatel.calistel.com ([195.5.240.82]:43241 helo=obiou.calistel.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4pBQ-0003CD-W6 for grub-devel@gnu.org; Wed, 30 Mar 2011 02:47:13 -0400 Received: by obiou.calistel.com (Postfix, from userid 1001) id D46E537; Wed, 30 Mar 2011 08:47:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by obiou.calistel.com (Postfix) with ESMTP id DBA2A34; Wed, 30 Mar 2011 08:47:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at obiou.calistel.com Received: from obiou.calistel.com ([127.0.0.1]) by localhost (obiou.calistel.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cLZblC1U7IHy; Wed, 30 Mar 2011 08:47:01 +0200 (CEST) Received: from prem6s (prem6s.calistel.com [10.99.0.196]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by obiou.calistel.com (Postfix) with ESMTPS id 7CFBD1A; Wed, 30 Mar 2011 08:47:01 +0200 (CEST) Date: Wed, 30 Mar 2011 08:46:59 +0200 From: =?UTF-8?B?RnLDqWTDqXJpYw==?= Boiteux To: phcoder@gmail.com Message-ID: <20110330084659.2f9f77c3@prem6s> In-Reply-To: <4D8A4B4C.3090307@gmail.com> References: <20110204151850.5b7834c3@prem6s> <4D8A4B4C.3090307@gmail.com> Organization: Calistel X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 195.5.240.82 Cc: The development of GNU GRUB Subject: Re: terminal_input=at_keyboard not working X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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: Wed, 30 Mar 2011 06:47:15 -0000 Le Wed, 23 Mar 2011 20:34:36 +0100, Vladimir '=CF=86-coder/phcoder' Serbinenko a =C3=A9crit= : =20 > Could you try this patch: > =3D=3D=3D modified file 'grub-core/term/at_keyboard.c' > --- grub-core/term/at_keyboard.c 2011-01-08 00:45:57 +0000 > +++ grub-core/term/at_keyboard.c 2011-03-23 19:33:57 +0000 > @@ -330,6 +330,11 @@ > return; > } > =20 > +#if !(defined (GRUB_MACHINE_MIPS_YEELOONG) || defined > (GRUB_MACHINE_QEMU)) > + current_set =3D 1; > + return; > +#endif > + > grub_keyboard_controller_write (grub_keyboard_controller_orig > & ~KEYBOARD_AT_TRANSLATE); Hello Vladimir, I've tested your patch (adapted a little bit) on latest Debian's grub-pc package (1.99-rc1-6), and it worked well, my HP=C2=A0laptop doesn't freeze at Grub boot, and I can now use my custom keyboard layout ! Thanks, Fred.