diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-18 18:34:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-18 18:34:00 -0300 |
commit | f75dce1c5a4e67aa7abffea6a320e23b1c33341e (patch) | |
tree | e43f6adad33e4dedb5ccb8c5d0f6da7a5b361193 /linux/drivers/media/dvb/frontends/Makefile | |
parent | b13151ad9db4a75aba8551e7cfb95cb9f34c1283 (diff) | |
download | mediapointer-dvb-s2-f75dce1c5a4e67aa7abffea6a320e23b1c33341e.tar.gz mediapointer-dvb-s2-f75dce1c5a4e67aa7abffea6a320e23b1c33341e.tar.bz2 |
Add support for Hauppauge HVR950Q/HVR850/FusioHDTV7-USB
From: Steven Toth <stoth@hauppauge.com>
Including support for the AU0828 USB Bridge.
Including support for the AU8522 ATSC/QAM Demodulator.
Including support for the AU8522 ATSC/QAM Demodulator.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile index 129367886..33ccaa21a 100644 --- a/linux/drivers/media/dvb/frontends/Makefile +++ b/linux/drivers/media/dvb/frontends/Makefile @@ -53,3 +53,5 @@ obj-$(CONFIG_DVB_TUNER_MT2131) += mt2131.o obj-$(CONFIG_DVB_S5H1409) += s5h1409.o obj-$(CONFIG_DVB_TUNER_XC5000) += xc5000.o obj-$(CONFIG_DVB_TUNER_ITD1000) += itd1000.o +obj-$(CONFIG_DVB_AU8522) += au8522.o + |