mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
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:
@@ -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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user