summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/runit-scripts/runitscripts/services/lircd
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-03-28 03:37:15 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-03-28 03:37:15 (GMT)
commit338a478507e9c1c535fb149b04cc81000627c340 (patch)
tree9f8df96287796865d69c7c2ec2b42eb42714a413 /abs/core-testing/runit-scripts/runitscripts/services/lircd
parente8eb61fc11311630b7c575ae45690798aa33c10a (diff)
downloadlinhes_pkgbuild-338a478507e9c1c535fb149b04cc81000627c340.zip
linhes_pkgbuild-338a478507e9c1c535fb149b04cc81000627c340.tar.gz
linhes_pkgbuild-338a478507e9c1c535fb149b04cc81000627c340.tar.bz2
runit-script: add logic for using SiliconDust_HDHR as receiver
For now this option will cause separate blasters/transmitters to stop working. refs #622
Diffstat (limited to 'abs/core-testing/runit-scripts/runitscripts/services/lircd')
-rwxr-xr-xabs/core-testing/runit-scripts/runitscripts/services/lircd/run7
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core-testing/runit-scripts/runitscripts/services/lircd/run b/abs/core-testing/runit-scripts/runitscripts/services/lircd/run
index 014563c..3ff8af3 100755
--- a/abs/core-testing/runit-scripts/runitscripts/services/lircd/run
+++ b/abs/core-testing/runit-scripts/runitscripts/services/lircd/run
@@ -96,6 +96,13 @@ else
printhl " Using iguanaIR usb"
#echo $CMD
$CMD >>$LOG 2>>$LOG
+
+ elif [ x$ReceiverType = "xSiliconDust_HDHR" ]
+ then
+ # if using the SiliconDust_HDHR as an I/R Receiver
+ printhl " Using SiliconDust on port 5000"
+ CMD="/usr/sbin/lircd -H udp -d 5000 -n"
+ exec $CMD >>$LOG 2>>$LOG
else
LASTCMD=""