diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-07-08 20:51:35 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-24 13:03:27 -0400 |
commit | d5b3ba9cb375620a109d79f2e3a7bc21e9b75d8f (patch) | |
tree | eaaf67d2012471d0c0fdda16db04780950c5c2cc /drivers/media/video/em28xx/em28xx-dvb.c | |
parent | ff69786b4ccd0d5b99a60ba0be98237f9b7d8f52 (diff) |
V4L/DVB (12260): em28xx: make support work for the Pinnacle Hybrid Pro (eb1a:2881)
Setup the GPIOs properly and enable support for the DVB side of the Pinnacle
Hybrid Pro USB stick.
Thanks to Andreas Lunderhage for testing patches and providing a remote debug
environment.
Cc: Andreas Lunderhage <lunderhage@home.se>
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-dvb.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-dvb.c b/drivers/media/video/em28xx/em28xx-dvb.c index f3f0e8fe73c6..5ebc274c1b2f 100644 --- a/drivers/media/video/em28xx/em28xx-dvb.c +++ b/drivers/media/video/em28xx/em28xx-dvb.c | |||
@@ -489,6 +489,7 @@ static int dvb_init(struct em28xx *dev) | |||
489 | } | 489 | } |
490 | break; | 490 | break; |
491 | case EM2880_BOARD_TERRATEC_HYBRID_XS: | 491 | case EM2880_BOARD_TERRATEC_HYBRID_XS: |
492 | case EM2881_BOARD_PINNACLE_HYBRID_PRO: | ||
492 | dvb->frontend = dvb_attach(zl10353_attach, | 493 | dvb->frontend = dvb_attach(zl10353_attach, |
493 | &em28xx_terratec_xs_zl10353_xc3028, | 494 | &em28xx_terratec_xs_zl10353_xc3028, |
494 | &dev->i2c_adap); | 495 | &dev->i2c_adap); |