mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
rcsim: add the wellknown names for menu/exit
Origin commit data
------------------
Branch: ni/coolstream
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
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -59,6 +59,9 @@ static const struct key keyname[] = {
|
|||||||
EOF
|
EOF
|
||||||
sed -n '/^[[:space:]]*RC_0/,/^[[:space:]]*RC_analog_off/ s/^.*=[[:space:]]*\(KEY_.*\),.*/ { "\1", \1 },/p' driver/rcinput.h
|
sed -n '/^[[:space:]]*RC_0/,/^[[:space:]]*RC_analog_off/ s/^.*=[[:space:]]*\(KEY_.*\),.*/ { "\1", \1 },/p' driver/rcinput.h
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
/* to stay backward compatible */
|
||||||
|
{ "KEY_SETUP", KEY_MENU },
|
||||||
|
{ "KEY_HOME", KEY_EXIT },
|
||||||
};
|
};
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user