From: Michael Mrozek Date: Fri, 5 Nov 2010 00:32:45 +0000 (+0100) Subject: rc.pandora-state: Added loading of videofilter X-Git-Tag: sz_beta3~225 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3bd610ab8b69594d65529fc8a028131a9845f99;p=openpandora.oe.git rc.pandora-state: Added loading of videofilter --- diff --git a/recipes/pandora-system/pandora-state/rc.pandora-state b/recipes/pandora-system/pandora-state/rc.pandora-state index 252819c..5534d58 100644 --- a/recipes/pandora-system/pandora-state/rc.pandora-state +++ b/recipes/pandora-system/pandora-state/rc.pandora-state @@ -37,6 +37,8 @@ d_start() { cat /etc/pandora/conf/dirty_expire_centisecs > /proc/sys/vm/dirty_expire_centisecs cat /etc/pandora/conf/brightness.state > /sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/brightness cat /etc/pandora/conf/gamma.state > /sys/devices/platform/omap2_mcspi.1/spi1.1/gamma + filter=$(cat /etc/pandora/conf/filter.state) + /usr/pandora/scripts/op_videofir.sh $filter sed -n '1p' /etc/pandora/conf/nubs.state > /proc/pandora/nub0/mode sed -n '2p' /etc/pandora/conf/nubs.state > /proc/pandora/nub0/mouse_sensitivity sed -n '3p' /etc/pandora/conf/nubs.state > /proc/pandora/nub0/scrollx_sensitivity