V4L/DVB (8027): saa7134: Avermedia A700: only s-video and composite input are working

Previous thread: V4L/DVB (8026): Avoids an OOPS if dev struct can't be successfully recovered by Linux Kernel Mailing List on Sunday, June 29, 2008 - 1:01 pm. (1 message)

Next thread: V4L/DVB (8028): Improve error messages for tda1004x attach by Linux Kernel Mailing List on Sunday, June 29, 2008 - 1:03 pm. (1 message)
From: Linux Kernel Mailing List
Date: Sunday, June 29, 2008 - 1:03 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b25fed...
Commit:     b25fed115a8bd8d39d14ce0d03e808272a401d67
Parent:     83ee87a31dc43a5fd6dee3562c146033c3a4cb39
Author:     Matthias Schwarzott <zzam@gentoo.org>
AuthorDate: Fri Jun 13 19:28:17 2008 -0300
Committer:  Mauro Carvalho Chehab <mchehab@infradead.org>
CommitDate: Thu Jun 26 15:58:47 2008 -0300

    V4L/DVB (8027): saa7134: Avermedia A700: only s-video and composite input are working
    
    Describe exactly that only s-video and composite input are working on Avermedia
    A700
    
    Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
---
 drivers/media/video/saa7134/saa7134-cards.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c
index b111903..21a7612 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -5615,7 +5615,8 @@ int saa7134_board_init1(struct saa7134_dev *dev)
 		saa_andorl(SAA7134_GPIO_GPMODE0 >> 2,   0x80040100, 0x80040100);
 		saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x80040100, 0x00040100);
 		printk("%s: %s: hybrid analog/dvb card\n"
-		       "%s: Sorry, only the analog inputs are supported for now.\n",
+		       "%s: Sorry, only analog s-video and composite input "
+		       "are supported for now.\n",
 			dev->name, card(dev).name, dev->name);
 		break;
 	}
--

Previous thread: V4L/DVB (8026): Avoids an OOPS if dev struct can't be successfully recovered by Linux Kernel Mailing List on Sunday, June 29, 2008 - 1:01 pm. (1 message)

Next thread: V4L/DVB (8028): Improve error messages for tda1004x attach by Linux Kernel Mailing List on Sunday, June 29, 2008 - 1:03 pm. (1 message)