Le Wed, 23 Mar 2011 20:34:36 +0100,
Vladimir 'φ-coder/phcoder' Serbinenko <[email protected]> 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.
_______________________________________________
Grub-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/grub-devel