diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-08-09 12:36:51 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-08-09 12:36:51 -0400 |
commit | a09ed3d987422da2f6d14fc6e7efa295c1312629 (patch) | |
tree | 768206ee4518b982d7e77d6e81e2b088ebdfb5cc /linux/drivers/media/dvb/frontends/Makefile | |
parent | aa2741ad0e0d705cb706d4476091e047818f7020 (diff) | |
download | mediapointer-dvb-s2-a09ed3d987422da2f6d14fc6e7efa295c1312629.tar.gz mediapointer-dvb-s2-a09ed3d987422da2f6d14fc6e7efa295c1312629.tar.bz2 |
cxusb: add lgs8gl5 and support for Magic-Pro DMB-TH usb stick
From: Timothy Lee <timothy.lee@siriushk.com>
Add support for Magic-Pro DMB-TH usb stick. DMB-TH is the HDTV broadcast
standard used in Hong Kong and China.
[...]
I've also attached a second patch against the dvb-apps repository which
adds a DMB-TH scan file for Hong Kong.
Since the ProHDTV stick contains a DMB-TH decoder (lgs8gl5) onboard,
it outputs MPEG-TS to the PC.
Priority: normal
Signed-off-by: Timothy Lee <timothy.lee@siriushk.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile index 028da5561..262eaa429 100644 --- a/linux/drivers/media/dvb/frontends/Makefile +++ b/linux/drivers/media/dvb/frontends/Makefile @@ -48,3 +48,4 @@ obj-$(CONFIG_DVB_TUNER_ITD1000) += itd1000.o obj-$(CONFIG_DVB_AU8522) += au8522.o obj-$(CONFIG_DVB_TDA10048) += tda10048.o obj-$(CONFIG_DVB_S5H1411) += s5h1411.o +obj-$(CONFIG_DVB_LGS8GL5) += lgs8gl5.o |