diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-18 21:25:52 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-04-18 21:25:52 -0400 |
commit | 6cf332c75e35b850b4c9c08f2085eb0201712d77 (patch) | |
tree | ac5ae9fbf06f1d7556e7e15f999ae7b264f85d9d /linux/drivers/media/video/cx23885/cx23885-dvb.c | |
parent | c848c6cc1338d8911647c02e6ab4e7a4809b0c82 (diff) | |
download | mediapointer-dvb-s2-6cf332c75e35b850b4c9c08f2085eb0201712d77.tar.gz mediapointer-dvb-s2-6cf332c75e35b850b4c9c08f2085eb0201712d77.tar.bz2 |
Add support for the Hauppauge HVR-1700 digital mode
From: Steven Toth <stoth@hauppauge.com>
This adds support for DVB-T mode only, analog is not supported.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/video/cx23885/cx23885-dvb.c')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885-dvb.c b/linux/drivers/media/video/cx23885/cx23885-dvb.c index c32714377..84496b6da 100644 --- a/linux/drivers/media/video/cx23885/cx23885-dvb.c +++ b/linux/drivers/media/video/cx23885/cx23885-dvb.c @@ -331,6 +331,7 @@ static int dvb_register(struct cx23885_tsport *port) } break; case CX23885_BOARD_HAUPPAUGE_HVR1200: + case CX23885_BOARD_HAUPPAUGE_HVR1700: i2c_bus = &dev->i2c_bus[0]; port->dvb.frontend = dvb_attach(tda10048_attach, &hauppauge_hvr1200_config, |