From c694ef66a65139b788d08c7db1f26889cb7c9a37 Mon Sep 17 00:00:00 2001 From: kos Date: Tue, 17 Jan 2012 11:32:29 +0900 Subject: [PATCH] fix mutekey bug. --- lib/driver/rcinput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/driver/rcinput.cpp b/lib/driver/rcinput.cpp index b84f936..669d1c4 100644 --- a/lib/driver/rcinput.cpp +++ b/lib/driver/rcinput.cpp @@ -41,11 +41,11 @@ int getType(int code) case 105: // left case 106: // right case 108: // down + case 113: // mute case 114: // volume down case 115: // vulume up case 116: // power case 128: // stop - case 133: // mute case 138: // help case 139: // menu case 163: // FF -- 2.7.4