rcsim: add the wellknown names for menu/exit

Origin commit data
------------------
Commit: c0e2797c57
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-10-04 (Fri, 04 Oct 2013)

Origin message was:
------------------
- rcsim: add the wellknown names for menu/exit
This commit is contained in:
vanhofen
2013-10-04 11:25:31 +02:00
parent 721668fea7
commit a5fe8d6aaf

View File

@@ -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