Revision: 5962 Author: pebender Date: Wed Dec 16 14:48:24 2009 Log: - Changed the default from MM_HULU_REMOTE to 'devinput' to 'mceusb' because 'devinput' is the default remote name for lircudevd.
http://code.google.com/p/minimyth/source/detail?r=5962 Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/html/minimyth/document-minimyth_conf.html /trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_HULU.pm ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Wed Dec 16 14:36:08 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Wed Dec 16 14:48:24 2009 @@ -19,6 +19,8 @@ Modified init - Added MM_X_FETCH_XBINDKEYSRC. + - Changed the default from MM_HULU_REMOTE to 'devinput' to 'mceusb' because + 'devinput' is the default remote name for lircudevd. - Changed hotplug udev scripts so that they are disabled initially. _ Added the init script hotplug to enable the hotplug udev scripts. ======================================= --- /trunk/gar-minimyth/html/minimyth/document-minimyth_conf.html Sun Dec 13 23:58:23 2009 +++ /trunk/gar-minimyth/html/minimyth/document-minimyth_conf.html Wed Dec 16 14:48:24 2009 @@ -1966,7 +1966,7 @@ <dd> <p> Set the name of the remote control that Hulu Desktop will use. - Valid values are remote control name with, 'mceusb' the default. + Valid values are remote control name with, 'devinput' the default. </p> <p> For some reason, Hulu Desktop requires the name of the remote control. @@ -3528,7 +3528,7 @@ alt="Valid CSS!" height="31" width="88" /></a> </div> <div class="version"> - Last Updated on 2009-12-13 + Last Updated on 2009-12-16 <br /> < mailto : webmaster at minimyth dot org > </div> ======================================= --- /trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_HULU.pm Tue Nov 10 21:37:09 2009 +++ /trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_HULU.pm Wed Dec 16 14:48:24 2009 @@ -40,7 +40,7 @@ $var_list{'MM_HULU_REMOTE'} = { - value_default => 'mceusb', + value_default => 'devinput', value_valid => '.+', value_none => '' }; -- 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.
