Revision: 5926
Author: pebender
Date: Thu Dec 10 09:39:56 2009
Log: - Fixed a bug in MM_LIRC.pm that made it impossible to configure LIRC  
to
   use the udp driver.


http://code.google.com/p/minimyth/source/detail?r=5926

Modified:
  /trunk/gar-minimyth/html/minimyth/document-changelog.txt
   
/trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_LIRC.pm

=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Thu Dec 10  
09:32:45 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Thu Dec 10  
09:39:56 2009
@@ -70,6 +70,8 @@
        to display Adobe Flash.
      - Fixed a bug that caused MiniMyth to fail to detect the input device
        usb device with VendorId=0003 and ProductId=0419 as an LIRC device.
+    - Fixed a bug in MM_LIRC.pm that made it impossible to configure LIRC  
to
+      use the udp driver.

  Fixed build system
      - Modified the configure arguments in lib/fontconfig's Makefile so  
that its
=======================================
---  
/trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_LIRC.pm
       
Thu Nov 19 16:53:28 2009
+++  
/trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_LIRC.pm
       
Thu Dec 10 09:39:56 2009
@@ -114,7 +114,12 @@
          my $driver = $minimyth->var_get('MM_LIRC_DRIVER');
          # We cannot test for the Sony PlayStation 3 Blu-ray Disc Remote  
Control device
          # as it uses Bluetooth and is very unlikely to be paired.
-        if (($driver) && ($driver =~ /^ps3bdremote$/))
+        if      (($driver) &&($driver =~ /^ps3bdremote$/))
+        {
+            return 1;
+        }
+        # We cannot test for the LIRC UDP device.
+        else if (($driver) &&($driver =~ /^udp$/))
          {
              return 1;
          }

--

You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en.


Reply via email to