From 3aa78b905a1cc78daa18076ae83d1d52a27cb997 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 1 May 2012 20:20:05 +0200 Subject: [PATCH] neutrino: allow power button repeat on SPARK Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/81702dd86dcc628e685594c7ce10f65496e2a5cd Author: Stefan Seyfried Date: 2012-05-01 (Tue, 01 May 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/rcinput.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/driver/rcinput.cpp b/src/driver/rcinput.cpp index 5c1e5d085..1c99d94eb 100644 --- a/src/driver/rcinput.cpp +++ b/src/driver/rcinput.cpp @@ -1214,7 +1214,11 @@ printf("[neutrino] CSectionsdClient::EVT_GOT_CN_EPG\n"); (trkey == RC_plus ) || (trkey == RC_minus ) || (trkey == RC_page_down ) || (trkey == RC_page_up ) || ((bAllowRepeatLR) && ((trkey == RC_left ) || (trkey == RC_right))) || - ((trkey == RC_standby) && (cs_get_revision() > 7)) ) + ((trkey == RC_standby) +#ifndef HAVE_SPARK_HARDWARE + && (cs_get_revision() > 7) +#endif + )) { #ifdef ENABLE_REPEAT_CHECK if (rc_last_repeat_key != ev.code) {