save the correct xml file in LibCecTray, so XBMC picks up the correct config
[deb_libcec.git] / src / LibCecTray / controller / CECController.cs
index f7a3a04fb37dec7777e6c2ce78cbc6d58247817c..f81cd94181379d9f1dc9e70edb8648220f91ec4b 100644 (file)
@@ -490,6 +490,23 @@ namespace LibCECTray.controller
       get { return Lib.ToString(Config.ClientVersion); }
     }
 
+    /// <summary>
+    /// Get the usb vendor id
+    /// </summary>
+    public ushort AdapterVendorId
+    {
+      get { return Lib.GetAdapterVendorId(); }
+    }
+
+    /// <summary>
+    /// Get the usb product id
+    /// </summary>
+    public ushort AdapterProductId
+    {
+      get { return Lib.GetAdapterProductId(); }
+    }
+
+
     /// <summary>
     /// libCEC
     /// </summary>