diff options
author | Michael Krufky <mkrufky@kernellabs.com> | 2009-11-10 23:52:45 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:41:27 -0500 |
commit | aee0b24c05f6e9615115748a8ea5042d8ee0e6a0 (patch) | |
tree | a3fb9b56d12c285771c279a44d308f4a66e660b3 /drivers/media/video/cx23885/cx23885-dvb.c | |
parent | a3a4f7e167e77066b0b98b8f056efcda2d302f97 (diff) |
V4L/DVB (13347): cx23885: add digital television support for Hauppauge WinTV-HVR1290
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 44e5fade0488..133e80290711 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -898,6 +898,7 @@ static int dvb_register(struct cx23885_tsport *port) | |||
898 | } | 898 | } |
899 | break; | 899 | break; |
900 | case CX23885_BOARD_HAUPPAUGE_HVR1850: | 900 | case CX23885_BOARD_HAUPPAUGE_HVR1850: |
901 | case CX23885_BOARD_HAUPPAUGE_HVR1290: | ||
901 | i2c_bus = &dev->i2c_bus[0]; | 902 | i2c_bus = &dev->i2c_bus[0]; |
902 | fe0->dvb.frontend = dvb_attach(s5h1411_attach, | 903 | fe0->dvb.frontend = dvb_attach(s5h1411_attach, |
903 | &hcw_s5h1411_config, | 904 | &hcw_s5h1411_config, |