diff options
author | Michael Krufky <mkrufky@kernellabs.com> | 2009-05-08 22:39:24 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 18:21:03 -0300 |
commit | d099becb0bd7ee01a13d58371b4ea5a2f7052c04 (patch) | |
tree | 95119790bf8a5c211e0103be3ab7806aaa5e9838 /drivers/media/video/cx23885/cx23885-dvb.c | |
parent | a5dbf45766a378cc00f341f7179befab1edae573 (diff) | |
download | lwn-d099becb0bd7ee01a13d58371b4ea5a2f7052c04.tar.gz lwn-d099becb0bd7ee01a13d58371b4ea5a2f7052c04.zip |
V4L/DVB (11769): cx23885: add ATSC/QAM tuning support for Hauppauge WinTV-HVR1275
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-dvb.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index 48cdf2795985..7e354a93e89a 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c @@ -422,6 +422,7 @@ static int dvb_register(struct cx23885_tsport *port) } break; case CX23885_BOARD_HAUPPAUGE_HVR1270: + case CX23885_BOARD_HAUPPAUGE_HVR1275: i2c_bus = &dev->i2c_bus[0]; fe0->dvb.frontend = dvb_attach(lgdt3305_attach, &hcw_lgdt3305_config, |