grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

keyboard_layouts AT and USB


From: Carles Pina i Estany
Subject: keyboard_layouts AT and USB
Date: Sat, 13 Feb 2010 23:56:25 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

Hi,

As commented a couple of days ago: attached a diff between the branch
bzr.savannah.gnu.org/srv/bzr/grub/people/cpina/keyboard_layouts/ and
trunk.

If someone wants to test the USB needs:
grub-mklayout es
This will generate es.at and es.usb

Then I use:
set keymaps_dir=/boot/grub/keymaps

(where I have the files mentioned above)

insmod uhci; insmod usb_keyboard; terminal_input usb_keyboard
insmod usb_keyboard_layouts
usb_load_layout es

For AT is similar:
insmod at_keyboard
terminal_input at_keyboard
at_load_layout es

Comments, suggestions?
The code is the one already reviewed/changed a bit but splitted with
keyboard_layouts.c, at_keyboard_layouts.c and usb_keyboard_layouts.c
plus the changes needed in term/usb_keyboard.c (not lot of changes).

-- 
Carles Pina i Estany
        http://pinux.info

Attachment: keyboard_layouts.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]