From a17729f590ce416be6a3a699da2ccb224b6ce316 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 --- 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++) {