grub/grub-core/kern/emu
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
..
cache.S Fix emu on mipsel. 2010-09-11 16:58:06 +02:00
console.c Merge mainline into keylayouts 2010-08-31 14:03:29 +02:00
full.c Fix emu on mipsel. 2010-09-11 16:58:06 +02:00
getroot.c Support RAID on virtio devices, and others. 2010-09-16 14:55:28 +01:00
hostdisk.c (convert_system_partition_to_system_disk): Initialise node. 2010-09-17 23:41:06 +01:00
hostfs.c automake commit without merge history 2010-05-06 11:34:04 +05:30
lite.c Fix emu on mipsel. 2010-09-11 16:58:06 +02:00
main.c * grub-core/kern/emu/main.c (main): Call hostfs_init only after init_all. 2010-09-12 13:55:52 +02:00
misc.c 2010-09-10 Robert Millan <rmh@gnu.org> 2010-09-10 14:32:28 +02:00
mm.c pull-in emu-lite branch 2010-05-06 12:55:47 +05:30
time.c automake commit without merge history 2010-05-06 11:34:04 +05:30