diff options
author | Michael Krufky <mkrufky@kernellabs.com> | 2009-05-08 21:39:24 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:21:03 -0400 |
commit | d099becb0bd7ee01a13d58371b4ea5a2f7052c04 (patch) | |
tree | 95119790bf8a5c211e0103be3ab7806aaa5e9838 /drivers/media/video/cx23885/cx23885-dvb.c | |
parent | a5dbf45766a378cc00f341f7179befab1edae573 (diff) |
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) | |||
422 | } | 422 | } |
423 | break; | 423 | break; |
424 | case CX23885_BOARD_HAUPPAUGE_HVR1270: | 424 | case CX23885_BOARD_HAUPPAUGE_HVR1270: |
425 | case CX23885_BOARD_HAUPPAUGE_HVR1275: | ||
425 | i2c_bus = &dev->i2c_bus[0]; | 426 | i2c_bus = &dev->i2c_bus[0]; |
426 | fe0->dvb.frontend = dvb_attach(lgdt3305_attach, | 427 | fe0->dvb.frontend = dvb_attach(lgdt3305_attach, |
427 | &hcw_lgdt3305_config, | 428 | &hcw_lgdt3305_config, |