spark: fix IR remote address after IRMP update

This commit is contained in:
Stefan Seyfried
2012-02-21 19:07:14 +01:00
parent 96db6f12bf
commit a17729f590

View File

@@ -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++)
{