mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
Update to test descrete codes. Power-toggle key should be redefined, if power key should work as descrete power-on
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@775 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4bc9866683
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-09-17 (Fri, 17 Sep 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1448,6 +1448,22 @@ const char * CRCInput::getSpecialKeyName(const unsigned int key)
|
||||
return "prev";
|
||||
case RC_nokey:
|
||||
return "none";
|
||||
case RC_power_on:
|
||||
return "power on";
|
||||
case RC_power_off:
|
||||
return "power off";
|
||||
case RC_standby_on:
|
||||
return "standby on";
|
||||
case RC_standby_off:
|
||||
return "standby off";
|
||||
case RC_mute_on:
|
||||
return "mute on";
|
||||
case RC_mute_off:
|
||||
return "mute off";
|
||||
case RC_analog_on:
|
||||
return "analog on";
|
||||
case RC_analog_off:
|
||||
return "analog off";
|
||||
default:
|
||||
printf("unknown key: %d (0x%x) \n", key, key);
|
||||
return "unknown";
|
||||
|
Reference in New Issue
Block a user