From: Lars Op den Kamp Date: Fri, 9 Mar 2012 14:18:38 +0000 (+0100) Subject: cec: sizes corrected. bugzid: 553 X-Git-Tag: upstream/2.2.0~1^2~31^2~80 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d28b4393c62e4ae4d030251cb7838f9a02a1492e;p=deb_libcec.git cec: sizes corrected. bugzid: 553 --- diff --git a/src/lib/adapter/USBCECAdapterCommunication.cpp b/src/lib/adapter/USBCECAdapterCommunication.cpp index 80f51dc..82c4252 100644 --- a/src/lib/adapter/USBCECAdapterCommunication.cpp +++ b/src/lib/adapter/USBCECAdapterCommunication.cpp @@ -561,11 +561,11 @@ bool CUSBCECAdapterCommunication::GetConfiguration(libcec_configuration *configu // - CEC version (1.3a) // TODO to be added to the firmware: - // - base device (1 byte) - // - HDMI port number (1 byte) - // - TV vendor id (3 bytes) - // - wake devices (1 byte) - // - standby devices (1 bytes) + // - base device (4 bits) + // - HDMI port number (4 bits) + // - TV vendor id (12 bits) + // - wake devices (8 bits) + // - standby devices (8 bits) // - use TV menu language (1 bit) // - activate source (1 bit) // - power off screensaver (1 bit)