summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/system-templates/templates/change_chan.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-02 18:52:41 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-02 18:52:41 (GMT)
commit4a58721bde0f959343fc3c01c937d84e1837db49 (patch)
tree7139f50a2aa22653dc292681e937fe27fdabd099 /abs/core-testing/system-templates/templates/change_chan.sh
parentc4a0c229a373a5aa36a3bfb4067c9356c7c4c3ce (diff)
downloadlinhes_pkgbuild-4a58721bde0f959343fc3c01c937d84e1837db49.zip
linhes_pkgbuild-4a58721bde0f959343fc3c01c937d84e1837db49.tar.gz
linhes_pkgbuild-4a58721bde0f959343fc3c01c937d84e1837db49.tar.bz2
New pkg system-templates.
This splits out the templates from the -config package.
Diffstat (limited to 'abs/core-testing/system-templates/templates/change_chan.sh')
-rwxr-xr-xabs/core-testing/system-templates/templates/change_chan.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/core-testing/system-templates/templates/change_chan.sh b/abs/core-testing/system-templates/templates/change_chan.sh
new file mode 100755
index 0000000..5ad8765
--- /dev/null
+++ b/abs/core-testing/system-templates/templates/change_chan.sh
@@ -0,0 +1,19 @@
+#!/bin/sh
+REMOTE_NAME=SA3250
+cmd="$1"
+
+case $cmd in
+ [0-9]*)
+ for digit in $(echo $1 | sed -e 's/./& /g'); do
+ irsend SEND_ONCE $REMOTE_NAME $digit
+ sleep 0.3
+ # If things work OK with sleep 1, try this for faster channel changes:
+ # sleep 0.3
+ done
+ ;;
+
+ *)
+ irsend SEND_ONCE $REMOTE_NAME $cmd
+ ;;
+ esac
+# /usr/bin/fix_audio.sh &