mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
linux: add patch to support Hauppauge HVR-955Q ATSC USB receiver
This patch adds support for the Hauppauge HVR-955Q ATSC USB receiver, which is a newer version of the HVR-950Q and one of the few ATSC receivers currently being sold on the market and having Linux support. The patch looks rather large, but bulk of the patch is the new demodulator driver for the LGDT3306a demodulator. Obsolete after kernel 4.1 is taken into use.
This commit is contained in:
parent
21ade48093
commit
9d3f5535f1
2706
packages/linux/patches/4.0.1/linux-229-hauppauge-hvr-955q.patch
vendored
Normal file
2706
packages/linux/patches/4.0.1/linux-229-hauppauge-hvr-955q.patch
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -2760,6 +2760,7 @@ CONFIG_DVB_OR51132=m
|
||||
CONFIG_DVB_BCM3510=m
|
||||
CONFIG_DVB_LGDT330X=m
|
||||
CONFIG_DVB_LGDT3305=m
|
||||
CONFIG_DVB_LGDT3306A=m
|
||||
CONFIG_DVB_S5H1409=m
|
||||
CONFIG_DVB_AU8522=m
|
||||
CONFIG_DVB_AU8522_DTV=m
|
||||
|
@ -2190,6 +2190,7 @@ CONFIG_DVB_NXT200X=m
|
||||
CONFIG_DVB_BCM3510=m
|
||||
CONFIG_DVB_LGDT330X=m
|
||||
CONFIG_DVB_LGDT3305=m
|
||||
CONFIG_DVB_LGDT3306A=m
|
||||
CONFIG_DVB_S5H1409=m
|
||||
CONFIG_DVB_AU8522=m
|
||||
CONFIG_DVB_AU8522_DTV=m
|
||||
|
@ -2242,6 +2242,7 @@ CONFIG_DVB_NXT200X=m
|
||||
CONFIG_DVB_BCM3510=m
|
||||
CONFIG_DVB_LGDT330X=m
|
||||
CONFIG_DVB_LGDT3305=m
|
||||
CONFIG_DVB_LGDT3306A=m
|
||||
CONFIG_DVB_S5H1409=m
|
||||
CONFIG_DVB_AU8522=m
|
||||
CONFIG_DVB_AU8522_DTV=m
|
||||
|
Loading…
x
Reference in New Issue
Block a user