X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FLibCecSharp%2FCecSharpTypes.h;h=450400529046dc71f2c86dbfd65631dfaf168a11;hb=ac03cf2784851df9eb42106828a0d88b5fda7d12;hp=8a7410ea954403bf43214a3375881dbb8516181f;hpb=f6db051ead727101f38bd98fa4f5a589f1d00be0;p=deb_libcec.git diff --git a/src/LibCecSharp/CecSharpTypes.h b/src/LibCecSharp/CecSharpTypes.h index 8a7410e..4504005 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, @@ -804,6 +806,7 @@ namespace CecSharp Broadcom = 0x18C086, Vizio = 0x6B746D, Benq = 0x8065E9, + HarmanKardon = 0x9C645E, Unknown = 0 }; @@ -1217,9 +1220,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 +1339,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 +1740,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;