Skip to content

Commit

Permalink
V4L/DVB (12261): em28xx: set GPIO properly for Pinnacle Hybrid Pro an…
Browse files Browse the repository at this point in the history
…alog support

Set the GPIO properly for the analog side of the Pinnacle Hybrid Pro, or else
the emp202 doesn't get detected properly.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Jul 24, 2009
1 parent d5b3ba9 commit 4401044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/em28xx/em28xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static struct em28xx_reg_seq evga_indtube_digital[] = {

/* Pinnacle Hybrid Pro eb1a:2881 */
static struct em28xx_reg_seq pinnacle_hybrid_pro_analog[] = {
{EM28XX_R08_GPIO, 0x6f, ~EM_GPIO_4, 10},
{EM28XX_R08_GPIO, 0xfd, ~EM_GPIO_4, 10},
{ -1, -1, -1, -1},
};

Expand Down

0 comments on commit 4401044

Please sign in to comment.