aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-cards.c
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2009-08-31 22:23:03 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-18 22:47:40 -0400
commit206313db83641022c5ee213ac5f619973a9b427b (patch)
treea787103836bbbba90e06770793c9eeb97986c76c /drivers/media/video/em28xx/em28xx-cards.c
parentdf72f32ae2eebb1d8cd3994ec7b54344f4164c68 (diff)
V4L/DVB (12740): em28xx: better describe vinctrl registers
Properly document the video input control register, in preparation for the addition of VBI support. Note this patch makes no functional changes. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 7e3c78239fa9..cc807232b820 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -2570,7 +2570,8 @@ static int em28xx_init_dev(struct em28xx **devhandle, struct usb_device *udev,
2570 * Default format, used for tvp5150 or saa711x output formats 2570 * Default format, used for tvp5150 or saa711x output formats
2571 */ 2571 */
2572 dev->vinmode = 0x10; 2572 dev->vinmode = 0x10;
2573 dev->vinctl = 0x11; 2573 dev->vinctl = EM28XX_VINCTRL_INTERLACED |
2574 EM28XX_VINCTRL_CCIR656_ENABLE;
2574 2575
2575 /* Do board specific init and eeprom reading */ 2576 /* Do board specific init and eeprom reading */
2576 em28xx_card_setup(dev); 2577 em28xx_card_setup(dev);