X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FLibCecSharp%2FCecSharpTypes.h;h=8ac38c7dd6712887b701b18c522d000e59988af2;hb=461f1270e2ad631d4805a1126bea6d7b1f3c3a86;hp=8a7410ea954403bf43214a3375881dbb8516181f;hpb=f6db051ead727101f38bd98fa4f5a589f1d00be0;p=deb_libcec.git diff --git a/src/LibCecSharp/CecSharpTypes.h b/src/LibCecSharp/CecSharpTypes.h index 8a7410e..8ac38c7 100644 --- a/src/LibCecSharp/CecSharpTypes.h +++ b/src/LibCecSharp/CecSharpTypes.h @@ -787,9 +787,11 @@ namespace CecSharp Toshiba = 0x000039, Samsung = 0x0000F0, Denon = 0x0005CD, + Marantz = 0x000678, Loewe = 0x000982, Onkyo = 0x0009B0, Medion = 0x000CB8, + Toshiba2 = 0x000CE7, Akai = 0x0020C7, AOC = 0x002467, Panasonic = 0x008045, @@ -1217,9 +1219,17 @@ namespace CecSharp /// Version2_1_1 = 0x2101, /// + /// v2.1.2 + /// + Version2_1_2 = 0x2102, + /// + /// v2.1.3 + /// + Version2_1_3 = 0x2103, + /// /// The current version /// - CurrentVersion = 0x2101 + CurrentVersion = 0x2103 }; /// @@ -1328,9 +1338,17 @@ namespace CecSharp /// Version2_1_1 = 0x2101, /// + /// v2.1.2 + /// + Version2_1_2 = 0x2102, + /// + /// v2.1.3 + /// + Version2_1_3 = 0x2103, + /// /// The current version /// - CurrentVersion = 0x2101 + CurrentVersion = 0x2103 }; /// @@ -1721,8 +1739,8 @@ namespace CecSharp PhysicalAddress = CEC_DEFAULT_PHYSICAL_ADDRESS; BaseDevice = (CecLogicalAddress)CEC_DEFAULT_BASE_DEVICE; HDMIPort = CEC_DEFAULT_HDMI_PORT; - ClientVersion = CecClientVersion::Version2_1_1; - ServerVersion = CecServerVersion::Version2_1_1; + ClientVersion = CecClientVersion::CurrentVersion; + ServerVersion = CecServerVersion::CurrentVersion; TvVendor = CecVendorId::Unknown; GetSettingsFromROM = false;