neutrino: allow power button repeat on SPARK

This commit is contained in:
Stefan Seyfried
2012-05-01 20:20:05 +02:00
parent ae3bb2bddf
commit 81702dd86d

View File

@@ -1214,7 +1214,11 @@ 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)) ) ((trkey == RC_standby)
#ifndef HAVE_SPARK_HARDWARE
&& (cs_get_revision() > 7)
#endif
))
{ {
#ifdef ENABLE_REPEAT_CHECK #ifdef ENABLE_REPEAT_CHECK
if (rc_last_repeat_key != ev.code) { if (rc_last_repeat_key != ev.code) {