diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-17 18:41:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-17 18:41:00 -0300 |
commit | 294c4f3e70bd1a21e967f15900141cb1dd152aff (patch) | |
tree | f94d5f7c18286647a1657465849b591b89f1dba0 /linux/drivers/media/video/em28xx | |
parent | 5bd695a56bdccab638ade7d58e4bee8c7ca3aa44 (diff) | |
download | mediapointer-dvb-s2-294c4f3e70bd1a21e967f15900141cb1dd152aff.tar.gz mediapointer-dvb-s2-294c4f3e70bd1a21e967f15900141cb1dd152aff.tar.bz2 |
em28xx-dvb: Program GPO as well
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/em28xx')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-cards.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c index 4324532d2..0b3175661 100644 --- a/linux/drivers/media/video/em28xx/em28xx-cards.c +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c @@ -447,6 +447,8 @@ struct em28xx_reg_seq hauppauge_wintv_hvr_900_digital[] = { { -1, -1, 6}, {0x08, 0x2e, 6}, {0x08, 0x3e, 6}, + {0x04, 0x04, 10}, + {0x04, 0x0c, 10}, { -1, -1, -1}, }; |