axe-debug: add dmxts cmd

This commit is contained in:
Jaroslav Kysela 2015-04-14 22:19:56 +02:00
parent 423fa3751e
commit 96851b7035
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ show_help() {
echo " i2c : enable i2c debug"
echo " off : all debug off"
echo " reset : reset all tuners and kill (restart) minisatip"
echo " dmxts"
echo " pti [dmesg|pid|util|pdev|vdev] [num0-3]"
}
@ -35,6 +36,10 @@ reset)
echo "i2c_dbg_trans 0" > /proc/bus/ivo_i2c
killall -9 minisatip
;;
dmxts)
noex="AAAAAAAAAABBBBBBBBB"
while [ 1 -eq 1 ]; do grep -v $noex /proc/driver/axedmx-ts ; sleep 0.2; done
;;
pti)
cmd="$2"
test -z "$cmd" && cmd=vdev