mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user