From c4bdd67d9fd9c24e9b0bfb8c759d368901627c6d Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 4 Oct 2013 11:25:31 +0200 Subject: [PATCH] rcsim: add the wellknown names for menu/exit Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c0e2797c57fa8eb285d3e4cb5bff82b1f4c36c56 Author: vanhofen Date: 2013-10-04 (Fri, 04 Oct 2013) Origin message was: ------------------ - rcsim: add the wellknown names for menu/exit ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/create_rcsim_h.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/create_rcsim_h.sh b/src/create_rcsim_h.sh index 331ab072c..1884e43d4 100755 --- a/src/create_rcsim_h.sh +++ b/src/create_rcsim_h.sh @@ -59,6 +59,9 @@ static const struct key keyname[] = { EOF sed -n '/^[[:space:]]*RC_0/,/^[[:space:]]*RC_analog_off/ s/^.*=[[:space:]]*\(KEY_.*\),.*/ { "\1", \1 },/p' driver/rcinput.h cat << EOF + /* to stay backward compatible */ + { "KEY_SETUP", KEY_MENU }, + { "KEY_HOME", KEY_EXIT }, }; EOF