V4L/DVB (5947): Adding support for the MT2131 tuner.
authorSteven Toth <stoth@hauppauge.com>
Sat, 28 Jul 2007 22:17:39 +0000 (19:17 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:03:35 +0000 (22:03 -0300)
commitf47623a04dab402fb2c18fe516a174bc02005629
tree5d261f2802f9fe5390a19e2e9df14fcdf237b390
parent03b7612336560c6799852acaaaeac70e1f00e483
V4L/DVB (5947): Adding support for the MT2131 tuner.

This adds support for the Microtune MT2131 tuner. 8VSB mode has been
tested but QAM support will likely require more register work. Hauppauge
have not announced any QAM devices using the MT2131 so QAM remains
undone.

For legal reasons, Microtune allowed us to write a GPL driver providing
we did not document in significant detail any of the registers. This
explains the lack of comments or defined on register names.

Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/Kconfig
drivers/media/dvb/frontends/Makefile
drivers/media/dvb/frontends/mt2131.c [new file with mode: 0644]
drivers/media/dvb/frontends/mt2131.h [new file with mode: 0644]
drivers/media/dvb/frontends/mt2131_priv.h [new file with mode: 0644]