dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (12261): em28xx: set GPIO properly for Pinnacle Hybrid Pro analog 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>
This commit is contained in:
Devin Heitmueller 2009-07-08 22:18:15 -03:00 committed by Mauro Carvalho Chehab
parent d5b3ba9cb3
commit 44010440ca
1 changed files with 1 additions and 1 deletions

View File

@ -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},
};