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:
Olli Salonen 2015-05-05 21:41:06 +03:00
parent 21ade48093
commit 9d3f5535f1
4 changed files with 2709 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

View File

@ -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

View File

@ -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