spark: fix IR remote address after IRMP update

Origin commit data
------------------
Branch: master
Commit: a17729f590
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-21 (Tue, 21 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-02-21 19:07:14 +01:00
parent 801f6de596
commit aeea36eb31

View File

@@ -375,7 +375,7 @@ static void *input_thread(void *)
/* todo: do we need to complete the loop if we already /* todo: do we need to complete the loop if we already
* detected the singal in this pulse? */ * 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++) for (i = 0; i < (int)(sizeof(key_map)/sizeof(key_map_t)); i++)
{ {