From 7e3c23e44fa38987e59598d2eba4e48ddc69fcb0 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Sat, 19 Nov 2011 01:36:39 +0100 Subject: [PATCH] cec: send 89:02:05 on 89:01 for SL --- src/lib/implementations/SLCommandHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/implementations/SLCommandHandler.cpp b/src/lib/implementations/SLCommandHandler.cpp index 181e6fc..1857ca9 100644 --- a/src/lib/implementations/SLCommandHandler.cpp +++ b/src/lib/implementations/SLCommandHandler.cpp @@ -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; -- 2.34.1