mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
sundtek-mediatv: enable hw pid filter by default
... because rpi people are so special that they cant find the option or nobody cares
This commit is contained in:
parent
6396b1dd94
commit
33593173d4
@ -1,3 +1,5 @@
|
||||
4.1.4
|
||||
enable hw pid filter by default
|
||||
4.1.3
|
||||
include driver bin/libs
|
||||
4.1.2
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
PKG_NAME="sundtek-mediatv"
|
||||
PKG_VERSION="4.1"
|
||||
PKG_REV="3"
|
||||
PKG_REV="4"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="nonfree"
|
||||
PKG_SITE="http://support.sundtek.com/"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<settings>
|
||||
<setting id="SETTLE_TIME" value="0" />
|
||||
<setting id="RUN_USER_SCRIPT" value="false" />
|
||||
<setting id="ENABLE_HW_PID_FILTER" value="false" />
|
||||
<setting id="ENABLE_HW_PID_FILTER" value="true" />
|
||||
<setting id="ENABLE_IR_RECEIVER" value="false" />
|
||||
<setting id="LOWEST_ADAPTER_NUM" value="0" />
|
||||
<setting id="SUSPEND_DRIVER" value="true" />
|
||||
|
@ -4,7 +4,7 @@
|
||||
<setting type="sep" />
|
||||
<setting id="SETTLE_TIME" type="number" label="1014" default="0" />
|
||||
<setting id="RUN_USER_SCRIPT" type="bool" label="1015" default="false" />
|
||||
<setting id="ENABLE_HW_PID_FILTER" type="bool" label="1030" default="false" />
|
||||
<setting id="ENABLE_HW_PID_FILTER" type="bool" label="1030" default="true" />
|
||||
<setting id="ENABLE_IR_RECEIVER" type="bool" label="1035" default="false" />
|
||||
<setting id="LOWEST_ADAPTER_NUM" type="number" label="1040" default="0" />
|
||||
<setting id="SUSPEND_DRIVER" type="bool" label="1050" default="true" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user