aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-dvb.c
diff options
context:
space:
mode:
authorDevin Heitmueller <devin.heitmueller@gmail.com>2008-06-04 12:43:46 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-20 06:08:19 -0400
commit4fd305b2a2c4d16e8d4ebc95c84f946edd3385c5 (patch)
treedbc539d5d4391e66ce7e4383c3f23b462ea672c1 /drivers/media/video/em28xx/em28xx-dvb.c
parent72937890f98167cbe626f24df2c16d6b63e3e357 (diff)
V4L/DVB (7992): Add support for Pinnacle PCTV HD Pro stick (the older variant 2304:0227)
Signed-off-by: Devin Heitmueller <devin.heitmueller@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-dvb.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-dvb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-dvb.c b/drivers/media/video/em28xx/em28xx-dvb.c
index 0b2333ee07f8..9327d78fcf43 100644
--- a/drivers/media/video/em28xx/em28xx-dvb.c
+++ b/drivers/media/video/em28xx/em28xx-dvb.c
@@ -5,6 +5,7 @@
5 5
6 (c) 2008 Devin Heitmueller <devin.heitmueller@gmail.com> 6 (c) 2008 Devin Heitmueller <devin.heitmueller@gmail.com>
7 - Fixes for the driver to properly work with HVR-950 7 - Fixes for the driver to properly work with HVR-950
8 - Fixes for the driver to properly work with Pinnacle PCTV HD Pro Stick
8 9
9 (c) 2008 Aidan Thornton <makosoft@googlemail.com> 10 (c) 2008 Aidan Thornton <makosoft@googlemail.com>
10 11
@@ -399,6 +400,7 @@ static int dvb_init(struct em28xx *dev)
399 /* init frontend */ 400 /* init frontend */
400 switch (dev->model) { 401 switch (dev->model) {
401 case EM2880_BOARD_HAUPPAUGE_WINTV_HVR_950: 402 case EM2880_BOARD_HAUPPAUGE_WINTV_HVR_950:
403 case EM2880_BOARD_PINNACLE_PCTV_HD_PRO:
402 dvb->frontend = dvb_attach(lgdt330x_attach, 404 dvb->frontend = dvb_attach(lgdt330x_attach,
403 &em2880_lgdt3303_dev, 405 &em2880_lgdt3303_dev,
404 &dev->i2c_adap); 406 &dev->i2c_adap);