From d3bd610ab8b69594d65529fc8a028131a9845f99 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Fri, 5 Nov 2010 01:32:45 +0100 Subject: [PATCH] rc.pandora-state: Added loading of videofilter --- recipes/pandora-system/pandora-state/rc.pandora-state | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5