diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-17 18:40:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-17 18:40:03 -0300 |
commit | 6f8e599cfaa51e9609a56755244d37dc774c507c (patch) | |
tree | 5306e640cc9d6822d680454daf70af03f713dff4 /linux/drivers/media/video/em28xx/em28xx-cards.c | |
parent | 834889a701686ac84ab1ee333232fcb447fce4e2 (diff) | |
download | mediapointer-dvb-s2-6f8e599cfaa51e9609a56755244d37dc774c507c.tar.gz mediapointer-dvb-s2-6f8e599cfaa51e9609a56755244d37dc774c507c.tar.bz2 |
em28xx-dvb: add support for the HVR-900
From: Aidan Thornton <makosoft@googlemail.com>
Adds the correct GPIOs and demod attach code for the HVR-900
Signed-Off-By: Aidan Thornton <makosoft@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-cards.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c index 8ee9cdb8d..d087cb9c9 100644 --- a/linux/drivers/media/video/em28xx/em28xx-cards.c +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c @@ -172,6 +172,26 @@ struct em28xx_board em28xx_boards[] = { .vmux = TVP5150_SVIDEO, .amux = 1, } }, + .analog_gpio = { + { /* xc3028 reset seq */ + .reg = 0x08, + .val = 0x2d, + .rst = 0x3d, + .t1 = 5, + .t2 = 10, + .t3 = 5, + }, + }, + .digital_gpio = { + { /* xc3028 reset seq */ + .reg = 0x08, + .val = 0x2e, + .rst = 0x3e, + .t1 = 6, + .t2 = 6, + .t3 = 6, + } + }, }, [EM2880_BOARD_HAUPPAUGE_WINTV_HVR_950] = { .name = "Hauppauge WinTV HVR 950", |