From ee184a8f1efbc095ac5e7b2669e5b48aaff649a0 Mon Sep 17 00:00:00 2001 From: hschang Date: Mon, 27 Mar 2017 14:51:41 +0900 Subject: [PATCH] [RcInput] handle key tape. (for VUPLUS BLE RCU) --- lib/driver/rcinput.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/driver/rcinput.cpp b/lib/driver/rcinput.cpp index 64757c5..3242d41 100644 --- a/lib/driver/rcinput.cpp +++ b/lib/driver/rcinput.cpp @@ -62,6 +62,7 @@ int getType(int code) case 358: // epg case 370: // _subtitle selection case 377: // tv + case 384: // tape case 385: // radio case 388: // =text case 392: // audio -- 2.7.4