cec: added buttoncode for 'channels list' on samsung (0x96)
[deb_libcec.git] / src / lib / implementations / ANCommandHandler.cpp
index cd6082549b2f4c90644b83de98685f9fe7dfd866..182f0acc76444d10769062f8413cac767b3f5cad 100644 (file)
@@ -59,6 +59,9 @@ bool CANCommandHandler::HandleVendorRemoteButtonDown(const cec_command &command)
         CEC_USER_CONTROL_CODE_AN_RETURN :
         CEC_USER_CONTROL_CODE_EXIT;
       break;
+    case CEC_USER_CONTROL_CODE_AN_CHANNELS_LIST:
+      key.keycode = CEC_USER_CONTROL_CODE_AN_CHANNELS_LIST;
+      break;
     default:
       break;
     }