public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Gregoire Favre <gregoire.favre@gmail.com>
To: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] [PATCH] Add missing S2 caps flag to S2API
Date: Wed, 31 Dec 2008 14:45:15 +0100	[thread overview]
Message-ID: <20081231134515.GA3559@gmail.com> (raw)
In-Reply-To: <495B5CE6.9010902@cadsoft.de>

On Wed, Dec 31, 2008 at 12:52:06PM +0100, Klaus Schmidinger wrote:

Then vdr-1.7.2 should also be patched :-)

> I just used the same comment characters as the other lines that were
> already there ;-)
> 
> Klaus

> diff -ru linux/drivers/media/dvb/frontends/cx24116.c linux/drivers/media/dvb/frontends/cx24116.c
> --- linux/drivers/media/dvb/frontends/cx24116.c	2008-11-21 23:00:55.000000000 +0100
> +++ linux/drivers/media/dvb/frontends/cx24116.c	2008-11-23 11:36:31.000000000 +0100
> @@ -1480,6 +1480,7 @@
>  			FE_CAN_FEC_1_2 | FE_CAN_FEC_2_3 | FE_CAN_FEC_3_4 |
>  			FE_CAN_FEC_4_5 | FE_CAN_FEC_5_6 | FE_CAN_FEC_6_7 |
>  			FE_CAN_FEC_7_8 | FE_CAN_FEC_AUTO |
> +			FE_CAN_2G_MODULATION |
>  			FE_CAN_QPSK | FE_CAN_RECOVER
>  	},
>  
> diff -ru linux/drivers/media/dvb/frontends/stb0899_drv.c linux/drivers/media/dvb/frontends/stb0899_drv.c
> --- linux/drivers/media/dvb/frontends/stb0899_drv.c	2008-11-21 23:00:55.000000000 +0100
> +++ linux/drivers/media/dvb/frontends/stb0899_drv.c	2008-11-23 11:37:01.000000000 +0100
> @@ -1913,6 +1913,7 @@
>  
>  		.caps 			= FE_CAN_INVERSION_AUTO	|
>  					  FE_CAN_FEC_AUTO	|
> +					  FE_CAN_2G_MODULATION	|
>  					  FE_CAN_QPSK
>  	},
>  
> diff -ru linux/include/linux/dvb/frontend.h linux/include/linux/dvb/frontend.h
> --- linux/include/linux/dvb/frontend.h	2008-11-21 23:00:55.000000000 +0100
> +++ linux/include/linux/dvb/frontend.h	2008-11-23 11:27:21.000000000 +0100
> @@ -63,6 +63,7 @@
>  	FE_CAN_8VSB			= 0x200000,
>  	FE_CAN_16VSB			= 0x400000,
>  	FE_HAS_EXTENDED_CAPS		= 0x800000,   // We need more bitspace for newer APIs, indicate this.
> +	FE_CAN_2G_MODULATION		= 0x10000000, // frontend supports "2nd generation modulation" (DVB-S2)
>  	FE_NEEDS_BENDING		= 0x20000000, // not supported anymore, don't use (frontend requires frequency bending)
>  	FE_CAN_RECOVER			= 0x40000000, // frontend can recover from a cable unplug automatically
>  	FE_CAN_MUTE_TS			= 0x80000000  // frontend can stop spurious TS data output


-- 
Grégoire FAVRE http://gregoire.favre.googlepages.com http://www.gnupg.org
               http://picasaweb.google.com/Gregoire.Favre

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

  parent reply	other threads:[~2008-12-31 13:45 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-23 10:53 [linux-dvb] [PATCH] Add missing S2 caps flag to S2API Klaus Schmidinger
2008-11-23 11:47 ` [PATCH] Add Compro VideoMate E650F (DVB-T part only) Igor M. Liplianin
2008-11-24  7:12 ` [linux-dvb] [PATCH] Add missing S2 caps flag to S2API Artem Makhutov
2008-11-24  8:24   ` BOUWSMA Barry
2008-11-24  9:06   ` Klaus Schmidinger
2008-11-24 13:37     ` vdr
2008-11-24 15:12     ` Artem Makhutov
2008-12-22 13:39       ` Thomas Creutz
2008-11-26 21:56   ` Udo Richter
2008-11-27  7:13     ` Alex Betis
2008-11-27 12:35     ` Artem Makhutov
2008-11-27 14:08       ` VDR User
2008-11-27 15:21         ` Andy Walls
2008-11-27 17:19           ` VDR User
2008-11-27 19:20             ` CityK
2008-11-28  2:34               ` hermann pitton
2008-11-28  7:58                 ` VDR User
2008-11-28  2:05             ` hermann pitton
2008-11-28  2:10             ` Andy Walls
2008-11-27 19:29           ` Igor M. Liplianin
2008-12-22 16:33     ` Udo Richter
2008-12-25  9:44       ` Helmut Auer
     [not found]         ` <1230219306.2336.25.camel@pc10.localdom.local>
2008-12-31 11:13           ` Mauro Carvalho Chehab
     [not found]             ` <495B5CE6.9010902@cadsoft.de>
2008-12-31 12:50               ` Mauro Carvalho Chehab
     [not found]                 ` <495B6C25.9010307@cadsoft.de>
2008-12-31 17:28                   ` Mauro Carvalho Chehab
2008-12-31 13:45               ` Gregoire Favre [this message]
2008-12-18 15:48 ` Steven Toth
  -- strict thread matches above, loose matches on Subject: below --
2008-11-24 15:55 Niels Wagenaar
2008-11-24 15:59 ` VDR User
2008-11-24 16:25 ` Klaus Schmidinger
2008-11-24 19:33   ` Manu Abraham
2008-11-25  8:35     ` Klaus Schmidinger
2008-11-24 16:14 Niels Wagenaar
2008-11-24 16:26 ` Klaus Schmidinger
2008-11-24 16:50 ` VDR User
2008-11-25  8:46 Niels Wagenaar
2008-11-25  9:05 ` Klaus Schmidinger
2008-11-25 16:32   ` VDR User
2008-11-25 18:34     ` Morgan Tørvolt
2008-11-25 18:48       ` Alex Betis
2008-11-26 19:45       ` Seppo Ingalsuo
2008-11-26 20:10         ` Christophe Thommeret
2008-11-26  1:44   ` hermann pitton
2008-11-25  9:15 jean-paul
2008-11-25 10:31 ` Manu Abraham
2008-11-25 12:33   ` jean-paul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081231134515.GA3559@gmail.com \
    --to=gregoire.favre@gmail.com \
    --cc=linux-dvb@linuxtv.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox