aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
authorvchtchetkine <vchtchetkine@google.com>2009-09-14 15:29:20 -0700
committervchtchetkine <vchtchetkine@google.com>2009-09-21 08:37:25 -0700
commit9085a28c14f369d231dbae099a690689179f428a (patch)
treeeffe3ef60eeb2982f4c29361c7828174e5bd841b /android/cmdline-options.h
parent238b4b0ef1a01afa66ef267dae4a96401ad386db (diff)
downloadexternal_qemu-9085a28c14f369d231dbae099a690689179f428a.zip
external_qemu-9085a28c14f369d231dbae099a690689179f428a.tar.gz
external_qemu-9085a28c14f369d231dbae099a690689179f428a.tar.bz2
Implementation for dynamic charmap option in emulator.
Created .kcm parser and added -charmap option to the emulator, so user can specify keyboard layout for emulator session.
Diffstat (limited to 'android/cmdline-options.h')
-rw-r--r--android/cmdline-options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/cmdline-options.h b/android/cmdline-options.h
index 0689e83..6a4e7ff 100644
--- a/android/cmdline-options.h
+++ b/android/cmdline-options.h
@@ -131,6 +131,8 @@ OPT_PARAM( tcpdump, "<file>", "capture network packets to file" )
OPT_PARAM( bootchart, "<timeout>", "enable bootcharting")
+OPT_PARAM( charmap, "<file>", "use specific key character map")
+
OPT_LIST( prop, "<name>=<value>", "set system property on boot")
#ifdef CONFIG_NAND_LIMITS