diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-19 00:25:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:44 -0400 |
commit | a780a31cee55e01e7b479244e7907ba842c120a0 (patch) | |
tree | f398d3c68c301817369a0c743fb3bd9b479a88f7 /drivers/media/video/cx23885/cx23885-dvb.c | |
parent | 2770b7d7136f9c6a51ae7fd1d29fa58caf2bcf1c (diff) |
V4L/DVB (7647): Add support for the Hauppauge HVR-1700 digital mode
This adds support for DVB-T mode only, analog is not supported.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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 18cd90c9c0f3..a1086c8b66ee 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -330,6 +330,7 @@ static int dvb_register(struct cx23885_tsport *port) | |||
330 | } | 330 | } |
331 | break; | 331 | break; |
332 | case CX23885_BOARD_HAUPPAUGE_HVR1200: | 332 | case CX23885_BOARD_HAUPPAUGE_HVR1200: |
333 | case CX23885_BOARD_HAUPPAUGE_HVR1700: | ||
333 | i2c_bus = &dev->i2c_bus[0]; | 334 | i2c_bus = &dev->i2c_bus[0]; |
334 | port->dvb.frontend = dvb_attach(tda10048_attach, | 335 | port->dvb.frontend = dvb_attach(tda10048_attach, |
335 | &hauppauge_hvr1200_config, | 336 | &hauppauge_hvr1200_config, |