grub/util
Carles Pina i Estany 1a9130dd3f Add keyboard layouts support.
* Makefile.util.def (grub-mklayout): New file.
	(grub-kbdcomp): New script.
	* grub-core/Makefile.am (KERNEL_HEADER_FILES) [COND_mips_yeeloong]:
	Add keyboard_layouts.h.
	* grub-core/Makefile.core.def (kernel): Add commands/keylayouts.c and
	commands/boot.c on yeeloong.
	(keylayouts): New module.
	* grub-core/bus/usb/ohci.c
	* grub-core/bus/usb/uhci.c
	* grub-core/bus/usb/usbhub.c (rescan): New variable.
	(grub_usb_add_hub): Poll interrupt pipe for device handling.
	(attach_root_port): Likewise.
	(poll_nonroot_hub): Likewise.
	(grub_usb_poll_devices): Likewise.
	(detach_device): Close transfer.
	* grub-core/bus/usb/usbtrans.c (grub_usb_execute_and_wait_transfer): New
	function.
	(grub_usb_bulk_setup_readwrite): Likewise.
	(grub_usb_bulk_finish_readwrite): Likewise.
	* grub-core/commands/keylayouts.c: New file.
	* grub-core/commands/keystatus.c (grub_getkeystatus): New function.
	* grub-core/commands/menuentry.c (hotkey_aliases): All several new
	aliases.
	* grub-core/term/at_keyboard.c: Restructured to use keylayouts and
	support scancode 2.
	* grub-core/term/usb_keyboard.c: Restructured to use keylayouts.
	* include/grub/keyboard_layouts.h: New file.
	* util/grub-mklayout.c: New file.
	* util/grub-kbdcomp.in: Likewise.

	Also-By: Aleš Nesrsta <starous@volny.cz>

	Also-By: Vladimir Serbinenko <phcoder@gmail.com>
2010-09-19 01:01:35 +02:00
..
bash-completion.d Add function to get completions from usage. 2010-09-15 11:46:16 +02:00
grub.d Remove readability checks (too many false negatives). 2010-09-13 22:18:03 +02:00
i386/efi * grub-core/partmap/sun.c (sun_partition_map_iterate): Don't needlesly 2010-09-14 21:07:39 +02:00
ieee1275 * util/ieee1275/grub-install.in: Don't use empty grub_device. 2010-07-28 18:25:48 +03:00
powerpc/ieee1275 * util/grub-mkconfig.in: Use 'set -e' rather than '#! /bin/sh -e', 2010-06-29 16:20:49 +01:00
bin2h.c 2010-01-26 Carles Pina i Estany <carles@pina.cat> 2010-01-26 21:23:59 +00:00
deviceiter.c 2010-07-20 Vadim Solomin <vadic052@gmail.com> 2010-07-20 17:14:00 +01:00
devicemap.c * util/sparc64/ieee1275/misc.c: New file. 2009-04-22 09:57:39 +00:00
grub-editenv.c merge with mainline 2010-07-13 00:43:28 +05:30
grub-fstest.c * include/grub/disk.h (grub_disk): Remove has_partitions. 2010-09-13 23:59:22 +02:00
grub-install.in Remove readability checks (too many false negatives). 2010-09-13 22:18:03 +02:00
grub-kbdcomp.in Add grub-kbdcomp 2010-08-19 20:48:31 +02:00
grub-macho2img.c 2010-08-10 Yves Blusseau <blusseau@zetam.org> 2010-08-10 16:32:48 +02:00
grub-menulst2cfg.c Support mixed inline and suffix commands 2010-09-12 15:50:52 +02:00
grub-mkconfig.in Remove readability checks (too many false negatives). 2010-09-13 22:18:03 +02:00
grub-mkconfig_lib.in * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Add 2010-09-14 21:04:08 +02:00
grub-mkdevicemap.c Merge mainline into bidi 2010-07-02 19:35:07 +02:00
grub-mkfont.c merge with mainline 2010-07-13 00:43:28 +05:30
grub-mkimage.c Compress grub_prefix. 2010-09-03 14:54:04 +02:00
grub-mkimagexx.c Fix sparc64. 2010-09-13 16:49:50 +02:00
grub-mklayout.c Fix reversal of NPAGE and PPAGE when handling Linux keymaps 2010-08-23 20:40:06 +02:00
grub-mknetdir.in Add i386-pc-pxe image target. 2010-09-02 17:15:53 +02:00
grub-mkpasswd-pbkdf2.c merge with mainline 2010-06-08 09:36:44 +05:30
grub-mkrelpath.c * util/grub-mkrelpath.c (usage): Remove excess apostrophe. 2010-05-20 23:27:15 +01:00
grub-mkrescue.in * util/grub-mkrescue.in (usage): Tidy up usage output (and hence 2010-09-01 10:32:34 +01:00
grub-pe2elf.c 2010-03-04 Christian Franke <franke@computer.org> 2010-03-04 16:25:26 +01:00
grub-probe.c 2010-09-09 Robert Millan <rmh@gnu.org> 2010-09-09 01:16:05 +02:00
grub-reboot.in Add new --boot-directory option to replace --root-directory 2010-09-08 17:25:29 +02:00
grub-script-check.c merge with mainline 2010-08-12 12:02:48 +05:30
grub-set-default.in Add new --boot-directory option to replace --root-directory 2010-09-08 17:25:29 +02:00
grub-setup.c * util/grub-setup.c (setup): Fix incorrect container semantics. 2010-09-16 00:27:06 +02:00
import_gcry.py *_sources now collect all values of all its groups 2010-08-21 14:27:31 +05:30
import_unicode.py * util/import_unicode.py: Remove unnecessary imports. 2010-07-17 19:27:18 +01:00
lvm.c automake commit without merge history 2010-05-06 11:34:04 +05:30
misc.c merge with mainline 2010-08-19 16:54:00 +05:30
raid.c Support RAID on virtio devices, and others. 2010-09-16 14:55:28 +01:00
resolve.c automake commit without merge history 2010-05-06 11:34:04 +05:30
update-grub_lib.in * util/grub-mkconfig_lib.in (grub_warn): New function. 2008-11-20 19:22:20 +00:00