diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-06-18 23:33:54 -0400 |
---|---|---|
committer | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-06-18 23:33:54 -0400 |
commit | e8ace46ff8aa80c3e6520cebc50b2e372b313a7c (patch) | |
tree | 74930581c36039af72871f87975bc3ff5f29cae5 /linux/drivers/media/video/em28xx/em28xx-dvb.c | |
parent | 3f42c839042d7e8f83941f38a529033a297ae400 (diff) | |
download | mediapointer-dvb-s2-e8ace46ff8aa80c3e6520cebc50b2e372b313a7c.tar.gz mediapointer-dvb-s2-e8ace46ff8aa80c3e6520cebc50b2e372b313a7c.tar.bz2 |
em28xx: add support for EVGA inDtube
From: Devin Heitmueller <dheitmueller@kernellabs.com>
Add support for the EVGA inDtube. Both ATSC and analog side validated as
fully functional.
Thanks to Jake Crimmins from EVGA for providing the correct GPIO info.
Thanks to Alan Hagge for doing all the device testing.
Thanks to Greg Williamson for providing hardware for testing.
Priority: normal
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Cc: Jake Crimmins <jcrimmins@evga.com>
Cc: Alan Hagge <ahagge@gmail.com>
Cc: Greg Williamson <cheeseboy16@gmail.com>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx-dvb.c')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-dvb.c b/linux/drivers/media/video/em28xx/em28xx-dvb.c index 722cc709f..85afa0be0 100644 --- a/linux/drivers/media/video/em28xx/em28xx-dvb.c +++ b/linux/drivers/media/video/em28xx/em28xx-dvb.c @@ -446,6 +446,7 @@ static int dvb_init(struct em28xx *dev) } break; case EM2883_BOARD_KWORLD_HYBRID_330U: + case EM2882_BOARD_EVGA_INDTUBE: dvb->frontend = dvb_attach(s5h1409_attach, &em28xx_s5h1409_with_xc3028, &dev->i2c_adap); |