From: Lars Op den Kamp Date: Sat, 19 Nov 2011 00:36:39 +0000 (+0100) Subject: cec: send 89:02:05 on 89:01 for SL X-Git-Tag: upstream/2.2.0~1^2~44^2~123 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=7e3c23e44fa38987e59598d2eba4e48ddc69fcb0;p=deb_libcec.git cec: send 89:02:05 on 89:01 for SL --- 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;