Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Devin Heitmueller and committed by
Mauro Carvalho Chehab
44010440 d5b3ba9c

+1 -1
+1 -1
drivers/media/video/em28xx/em28xx-cards.c
··· 159 159 160 160 /* Pinnacle Hybrid Pro eb1a:2881 */ 161 161 static struct em28xx_reg_seq pinnacle_hybrid_pro_analog[] = { 162 - {EM28XX_R08_GPIO, 0x6f, ~EM_GPIO_4, 10}, 162 + {EM28XX_R08_GPIO, 0xfd, ~EM_GPIO_4, 10}, 163 163 { -1, -1, -1, -1}, 164 164 }; 165 165