mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
src/driver/rcinput.cpp: use standby_rc in repeat mode only if need
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7d570537fd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-12 (Mon, 12 Nov 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1218,7 +1218,7 @@ printf("[neutrino] CSectionsdClient::EVT_GOT_CN_EPG\n");
|
|||||||
(trkey == RC_plus ) || (trkey == RC_minus ) ||
|
(trkey == RC_plus ) || (trkey == RC_minus ) ||
|
||||||
(trkey == RC_page_down ) || (trkey == RC_page_up ) ||
|
(trkey == RC_page_down ) || (trkey == RC_page_up ) ||
|
||||||
((bAllowRepeatLR) && ((trkey == RC_left ) || (trkey == RC_right))) ||
|
((bAllowRepeatLR) && ((trkey == RC_left ) || (trkey == RC_right))) ||
|
||||||
((trkey == RC_standby) && (cs_get_revision() > 7)) )
|
(g_settings.shutdown_real_rcdelay && ((trkey == RC_standby) && (cs_get_revision() > 7))) )
|
||||||
{
|
{
|
||||||
#ifdef ENABLE_REPEAT_CHECK
|
#ifdef ENABLE_REPEAT_CHECK
|
||||||
if (rc_last_repeat_key != ev.code) {
|
if (rc_last_repeat_key != ev.code) {
|
||||||
|
Reference in New Issue
Block a user