grub/grub-core/commands
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
..
efi Fix memory leak 2010-09-01 09:34:09 +02:00
i386 Unify memory types. 2010-09-19 00:04:31 +02:00
ieee1275 automake commit without merge history 2010-05-06 11:34:04 +05:30
mips/yeeloong merge with mainline 2010-07-13 00:43:28 +05:30
acpi.c Unify memory types. 2010-09-19 00:04:31 +02:00
acpihalt.c Enable acpi shutdown on all ACPI platforms. 2010-09-13 20:29:15 +02:00
blocklist.c * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
boot.c automake commit without merge history 2010-05-06 11:34:04 +05:30
cat.c Add keyboard layouts support. 2010-09-19 01:01:35 +02:00
cmp.c * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
configfile.c automake commit without merge history 2010-05-06 11:34:04 +05:30
crc.c * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
date.c automake commit without merge history 2010-05-06 11:34:04 +05:30
echo.c Fix incorrect echo options handling. 2010-09-14 23:30:06 +02:00
extcmd.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
gptsync.c merge with mainline 2010-06-08 09:36:44 +05:30
halt.c automake commit without merge history 2010-05-06 11:34:04 +05:30
hashsum.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
hdparm.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
help.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
hexdump.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
iorw.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
keylayouts.c Merge mainline into keylayouts 2010-08-31 14:03:29 +02:00
keystatus.c Add keyboard layouts support. 2010-09-19 01:01:35 +02:00
legacycfg.c Support legacy_check_password 2010-09-15 13:51:02 +02:00
loadenv.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
ls.c * docs/grub.texi (serial): Remove obsolete comment about GRUB 2010-09-16 14:13:48 +01:00
lsacpi.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
lsmmap.c Reorganise memory map handling 2010-09-04 17:10:10 +02:00
lspci.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
memrw.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
menuentry.c Add keyboard layouts support. 2010-09-19 01:01:35 +02:00
minicmd.c Remove deprecated root command. 2010-09-14 22:21:35 +02:00
parttool.c * grub-core/commands/parttool.c (grub_cmd_parttool): Fix a variable 2010-09-15 21:48:24 +02:00
password.c legacy_password implementation 2010-09-12 01:07:41 +02:00
password_pbkdf2.c automake commit without merge history 2010-05-06 11:34:04 +05:30
probe.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
read.c merge with mainline 2010-07-13 00:43:28 +05:30
reboot.c automake commit without merge history 2010-05-06 11:34:04 +05:30
regexp.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
search.c support subpartition hints 2010-09-13 12:16:22 +02:00
search_file.c automake commit without merge history 2010-05-06 11:34:04 +05:30
search_label.c automake commit without merge history 2010-05-06 11:34:04 +05:30
search_uuid.c automake commit without merge history 2010-05-06 11:34:04 +05:30
search_wrap.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
setpci.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
sleep.c Add keyboard layouts support. 2010-09-19 01:01:35 +02:00
terminal.c merge with mainline 2010-08-22 21:00:22 +05:30
test.c * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
testload.c Reintroduce testload. 2010-09-05 16:40:41 +02:00
true.c automake commit without merge history 2010-05-06 11:34:04 +05:30
usbtest.c merge with mainline 2010-08-22 21:00:22 +05:30
videoinfo.c Support vbeprobe MODE 2010-09-15 14:37:28 +02:00
videotest.c Allow specifying video mode 2010-09-12 02:18:14 +02:00
wildcard.c * grub-core/commands/wildcard.c (make_regex): Escape brackets. 2010-09-12 20:15:30 +02:00
xnu_uuid.c automake commit without merge history 2010-05-06 11:34:04 +05:30