[media] rc: rc6 decoder should report protocol correctly
When reporting decoded protocol use the enum rather than the bitmap. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Родитель
6db0168821
Коммит
e998c92d6c
|
@ -248,7 +248,7 @@ again:
|
||||||
toggle = 0;
|
toggle = 0;
|
||||||
break;
|
break;
|
||||||
case 24:
|
case 24:
|
||||||
protocol = RC_BIT_RC6_6A_24;
|
protocol = RC_TYPE_RC6_6A_24;
|
||||||
toggle = 0;
|
toggle = 0;
|
||||||
break;
|
break;
|
||||||
case 32:
|
case 32:
|
||||||
|
@ -257,7 +257,7 @@ again:
|
||||||
toggle = !!(scancode & RC6_6A_MCE_TOGGLE_MASK);
|
toggle = !!(scancode & RC6_6A_MCE_TOGGLE_MASK);
|
||||||
scancode &= ~RC6_6A_MCE_TOGGLE_MASK;
|
scancode &= ~RC6_6A_MCE_TOGGLE_MASK;
|
||||||
} else {
|
} else {
|
||||||
protocol = RC_BIT_RC6_6A_32;
|
protocol = RC_TYPE_RC6_6A_32;
|
||||||
toggle = 0;
|
toggle = 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче