diff options
author | Mauro Carvalho Chehab | 2008-04-17 21:41:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2008-04-24 14:09:41 -0300 |
commit | e6a353b0dc2686ae04805919e7a22430d2f1e29e (patch) | |
tree | a71d90210e95b21799df32e995dedae17c0f3c60 /drivers | |
parent | 92b75ab0752636802da9a63093dcbbe296ec1fef (diff) |
V4L/DVB (7606): em28xx-dvb: Program GPO as well
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 2 |
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[] = { { -1, -1, 6}, {0x08, 0x2e, 6}, {0x08, 0x3e, 6}, + {0x04, 0x04, 10}, + {0x04, 0x0c, 10}, { -1, -1, -1}, }; |