aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-17 20:41:00 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:09:41 -0400
commite6a353b0dc2686ae04805919e7a22430d2f1e29e (patch)
treea71d90210e95b21799df32e995dedae17c0f3c60 /drivers/media/video/em28xx/em28xx-cards.c
parent92b75ab0752636802da9a63093dcbbe296ec1fef (diff)
V4L/DVB (7606): em28xx-dvb: Program GPO as well
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 0859a84e7433..fed2dc4473df 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -446,6 +446,8 @@ struct em28xx_reg_seq hauppauge_wintv_hvr_900_digital[] = {
446 { -1, -1, 6}, 446 { -1, -1, 6},
447 {0x08, 0x2e, 6}, 447 {0x08, 0x2e, 6},
448 {0x08, 0x3e, 6}, 448 {0x08, 0x3e, 6},
449 {0x04, 0x04, 10},
450 {0x04, 0x0c, 10},
449 { -1, -1, -1}, 451 { -1, -1, -1},
450}; 452};
451 453