added vendor id for Denon
[deb_libcec.git] / src / LibCecTray / controller / CECController.cs
index f4dc434b18bf4dcb6921dc981c07e683ec8689e6..751330fd77497a234df98c09148cee7205c20063 100644 (file)
@@ -438,7 +438,7 @@ namespace LibCECTray.controller
       {
         if (_config == null)
         {
-          _config = new LibCECConfiguration { DeviceName = "CEC Tray", ClientVersion = CecClientVersion.Version2_0_3 };
+          _config = new LibCECConfiguration { DeviceName = "CEC Tray", ClientVersion = CecClientVersion.Version2_0_5 };
           _config.DeviceTypes.Types[0] = CecDeviceType.RecordingDevice;
           _config.SetCallbacks(this);