X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FVLCommandHandler.cpp;h=e78f942d6436ce01080a9d9d5ce3672a40d57b2d;hb=2b44051cbfa70deafc30d9767323214debbc1a75;hp=97d06a278e77ce8a1e2dd102006c8645b0d8e37f;hpb=ebefc26c10d68ba9ced2a30c896dccc81c6c2eeb;p=deb_libcec.git diff --git a/src/lib/implementations/VLCommandHandler.cpp b/src/lib/implementations/VLCommandHandler.cpp index 97d06a2..e78f942 100644 --- a/src/lib/implementations/VLCommandHandler.cpp +++ b/src/lib/implementations/VLCommandHandler.cpp @@ -30,13 +30,15 @@ * http://www.pulse-eight.net/ */ +#include "env.h" #include "VLCommandHandler.h" -#include "../devices/CECBusDevice.h" -#include "../devices/CECPlaybackDevice.h" -#include "../devices/CECTV.h" -#include "../CECProcessor.h" -#include "../LibCEC.h" -#include "../CECClient.h" + +#include "lib/devices/CECBusDevice.h" +#include "lib/devices/CECPlaybackDevice.h" +#include "lib/devices/CECTV.h" +#include "lib/CECProcessor.h" +#include "lib/LibCEC.h" +#include "lib/CECClient.h" #define VL_POWER_CHANGE 0x20 #define VL_POWERED_UP 0x00 @@ -200,7 +202,7 @@ int CVLCommandHandler::HandleVendorCommand(const cec_command &command) uint8_t iResponseData[] = {0x10, 0x02, 0xFF, 0xFF, 0x00, 0x05, 0x05, 0x45, 0x55, 0x5c, 0x58, 0x32}; response.PushArray(12, iResponseData); - Transmit(response, true); + Transmit(response, false, true); return COMMAND_HANDLED; }