mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
spark: fix IR remote address after IRMP update
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
|
/* 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++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user