[rygel/rygel-0-14] Fix compatibility with Samsung's UE40E* devices



commit 335e58abbd5ecc91cb33479ddc98976bafd03128
Author: Jens Georg <mail jensge org>
Date:   Wed Jun 13 21:56:37 2012 +0200

    Fix compatibility with Samsung's UE40E* devices
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674542

 data/rygel.conf               |    2 +-
 src/rygel/rygel-v1-hacks.vala |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/rygel.conf b/data/rygel.conf
index aaecf5a..0f29325 100644
--- a/data/rygel.conf
+++ b/data/rygel.conf
@@ -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
 #
diff --git a/src/rygel/rygel-v1-hacks.vala b/src/rygel/rygel-v1-hacks.vala
index 139dbf2..9568dfb 100644
--- a/src/rygel/rygel-v1-hacks.vala
+++ b/src/rygel/rygel-v1-hacks.vala
@@ -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.*";



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]