lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 13 Jun 2008 23:09:05 +0200
From:	André AUZI <aauzi@...rs.sourceforge.net>
To:	Mauro Carvalho Chehab <mchehab@...radead.org>
CC:	Zbynek Hrabovsky <hrabosh@...mail.cz>, video4linux-list@...hat.com,
	Michel Lespinasse <walken@....org>,
	Nicolas Marot <nicolas.marot@...il.com>,
	linux-kernel@...r.kernel.org,
	nicolas <nicolas@...oland.homelinux.org>
Subject: Re: [PATCH][RESEND] New type of DTV2000H TV Card

Hi all,

forgive me if I jump in the conversation without invitation but I've got 
the same board and basically started the same task as you, Zbynek.

I'm still stuck with the radio support and your patch seems more 
advanced on the mpeg side.

Therefore, would you mind if I ask a question about what's proposed in 
the cx88-mpeg.c file?

> diff -r 04ddbe145932 linux/drivers/media/video/cx88/cx88-mpeg.c
> --- a/linux/drivers/media/video/cx88/cx88-mpeg.c	Tue Jun 10 15:27:29 2008 -0300
> +++ b/linux/drivers/media/video/cx88/cx88-mpeg.c	Fri Jun 13 15:07:34 2008 -0300
> @@ -148,6 +148,12 @@
>  			cx_write(TS_SOP_STAT, 0);
>  			cx_write(TS_VALERR_CNTRL, 0);
>  			udelay(100);
> +			break;
> +		case CX88_BOARD_WINFAST_DTV2000H_2:
> +			/* switch signal input to antena */
> +			cx_write(MO_GP0_IO, 0x00017300);
> +
> +			cx_write(TS_SOP_STAT, 0x00);
>  			break;
>  		default:
>  			cx_write(TS_SOP_STAT, 0x00);
>   

Correct me if I'm wrong but this change doesn't it prevent from 
processing data coming from the cable input?

Cheers,
André
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ