- rcsim: add the wellknown names for menu/exit

This commit is contained in:
svenhoefer
2013-10-04 11:25:31 +02:00
parent 11a4fe1fd7
commit c0e2797c57

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