Fix compatibility with Samsung's UE40E* devices
authorJens Georg <mail@jensge.org>
Wed, 13 Jun 2012 19:56:37 +0000 (21:56 +0200)
committerJens Georg <mail@jensge.org>
Wed, 13 Jun 2012 19:57:47 +0000 (21:57 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=674542

data/rygel.conf
src/rygel/rygel-v1-hacks.vala

index bc65d61..00ad1ec 100644 (file)
@@ -75,7 +75,7 @@ allow-deletion=true
 #              working with Rygel, please file a bug at
 #              https://bugzilla.gnome.org/enter_bug.cgi?product=Rygel&component=IOP
 #              so we can include it in future releases.
-#force-downgrade-for=Allegro-Software-WebClient;SEC_HHP_Galaxy S/1.0;Mediabolic-IMHTTP/1
+#force-downgrade-for=Allegro-Software-WebClient;SEC_HHP_Galaxy S/1.0;Mediabolic-IMHTTP/1;SEC_HPP[TV]
 
 # Plugin specific sections
 #
index 139dbf2..9568dfb 100644 (file)
@@ -31,7 +31,8 @@ using GUPnP;
 internal class Rygel.V1Hacks : ClientHacks {
     private const string DEFAULT_AGENT = ".*Allegro-Software-WebClient.*|" +
                                          ".*SEC_HHP_Galaxy S/1\\.0.*|" +
-                                         ".*Mediabolic-IMHTTP/1.*";
+                                         ".*Mediabolic-IMHTTP/1.*|" +
+                                         ".*SEC_HPP\\[TV\\].*";
     private const string DMS = "urn:schemas-upnp-org:device:MediaServer";
     private const string DMS_V1 = DMS + ":1";
     private const string MATCHING_PATTERN = ".*%s.*";