added vendor id and name 'Harman/Kardon'
[deb_libcec.git] / src / LibCecSharp / CecSharpTypes.h
index 8a7410ea954403bf43214a3375881dbb8516181f..450400529046dc71f2c86dbfd65631dfaf168a11 100644 (file)
@@ -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
     /// </summary>
     Version2_1_1   = 0x2101,
     /// <summary>
+    /// v2.1.2
+    /// </summary>
+    Version2_1_2   = 0x2102,
+    /// <summary>
+    /// v2.1.3
+    /// </summary>
+    Version2_1_3   = 0x2103,
+    /// <summary>
     /// The current version
     /// </summary>
-    CurrentVersion = 0x2101
+    CurrentVersion = 0x2103
   };
 
   /// <summary>
@@ -1328,9 +1339,17 @@ namespace CecSharp
     /// </summary>
     Version2_1_1   = 0x2101,
     /// <summary>
+    /// v2.1.2
+    /// </summary>
+    Version2_1_2   = 0x2102,
+    /// <summary>
+    /// v2.1.3
+    /// </summary>
+    Version2_1_3   = 0x2103,
+    /// <summary>
     /// The current version
     /// </summary>
-    CurrentVersion = 0x2101
+    CurrentVersion = 0x2103
   };
 
   /// <summary>
@@ -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;