All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Frédéric Boiteux" <fboiteux@calistel.com>
To: phcoder@gmail.com
Cc: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: terminal_input=at_keyboard not working
Date: Wed, 30 Mar 2011 08:46:59 +0200	[thread overview]
Message-ID: <20110330084659.2f9f77c3@prem6s> (raw)
In-Reply-To: <4D8A4B4C.3090307@gmail.com>

Le Wed, 23 Mar 2011 20:34:36 +0100,
Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com> a écrit :
 
> Could you try this patch:
> === 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;
>      }
>  
> +#if !(defined (GRUB_MACHINE_MIPS_YEELOONG) || defined
> (GRUB_MACHINE_QEMU))
> +  current_set = 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 laptop doesn't
freeze at Grub boot, and I can now use my custom keyboard layout !

    Thanks,
	Fred.


  parent reply	other threads:[~2011-03-30  6:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-04 14:18 terminal_input=at_keyboard not working Frédéric Boiteux
2011-03-23 19:34 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-03-24 16:25   ` Frédéric Boiteux
2011-03-30  6:46   ` Frédéric Boiteux [this message]
2011-03-30  7:27     ` Vladimir 'φ-coder/phcoder' Serbinenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110330084659.2f9f77c3@prem6s \
    --to=fboiteux@calistel.com \
    --cc=grub-devel@gnu.org \
    --cc=phcoder@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.