Skip to content

Commit

Permalink
Revert "tvheadend: never load userspace hdhr driver"
Browse files Browse the repository at this point in the history
This reverts commit 1fe5994.

the stupid kernel driver does not autoload
  • Loading branch information
stefansaraev committed Dec 17, 2014
1 parent ffedfe8 commit 1183e5f
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -67,10 +67,6 @@ fi
# start userspace DVB driver/addon
for driver_dvb in $(find /storage/.kodi/addons/driver.dvb.*/bin/userspace-driver.sh -type f 2>/dev/null); do
driver_dvb_name=$(echo $driver_dvb | awk 'BEGIN {FS="/"} {printf("%s", $5)}')
if [ "$driver_dvb_name" == "driver.dvb.hdhomerun" ] ; then
# tvheadend has native hdhr support. avoid loading the driver.
continue
fi
logger -t Tvheadend "### Loading userspace DVB driver: $driver_dvb_name ###"
# use ". " because of variable export
. $driver_dvb
Expand Down

0 comments on commit 1183e5f

Please sign in to comment.