From c0e2797c57fa8eb285d3e4cb5bff82b1f4c36c56 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Fri, 4 Oct 2013 11:25:31 +0200 Subject: [PATCH] - rcsim: add the wellknown names for menu/exit --- 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