From aeea36eb313938b2688a0e2e7c8fb4879e466c55 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 21 Feb 2012 19:07:14 +0100 Subject: [PATCH] spark: fix IR remote address after IRMP update Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/a17729f590ce416be6a3a699da2ccb224b6ce316 Author: Stefan Seyfried Date: 2012-02-21 (Tue, 21 Feb 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libspark/lirmp_input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libspark/lirmp_input.cpp b/libspark/lirmp_input.cpp index c7bf660..e556a1e 100644 --- a/libspark/lirmp_input.cpp +++ b/libspark/lirmp_input.cpp @@ -375,7 +375,7 @@ static void *input_thread(void *) /* todo: do we need to complete the loop if we already * detected the singal in this pulse? */ - if (d.protocol == IRMP_NEC_PROTOCOL && d.address == 0x5a45) + if (d.protocol == IRMP_NEC_PROTOCOL && d.address == 0xba45) { for (i = 0; i < (int)(sizeof(key_map)/sizeof(key_map_t)); i++) {