cec: send 89:02:05 on 89:01 for SL
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.cpp
index 181e6fcf02a1cc8ade153ba738e72034db9f0d0a..1857ca9c2e4a15f6921d58e6214259d24e50b5ad 100644 (file)
@@ -44,7 +44,7 @@ CSLCommandHandler::CSLCommandHandler(CCECBusDevice *busDevice) :
 bool CSLCommandHandler::HandleVendorCommand(const cec_command &command)
 {
   if (command.parameters.size == 1 &&
-      command.parameters[0] == 0xA0)
+      command.parameters[0] == 0x01)
   {
     /* enable SL */
     cec_command response;