Re: [linux-media] Re: [linux-media] Re: [PATCH] Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devices

2010-04-18 Thread Manu Abraham
On Sun, Apr 18, 2010 at 10:34 PM, Klaus Schmidinger wrote: >> Eventually, it implies that, all DVB-S2 devices are 8PSK capable, but >> not all 8PSK capable devices are DVB-S2 capable. > > Since there are already FE_CAN_* flags for all but PSK_8, I guess > it would make sense that all devices that

Re: [linux-media] Re: [linux-media] Re: [PATCH] Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devices

2010-04-18 Thread Klaus Schmidinger
On 18.04.2010 16:51, Manu Abraham wrote: > On Sun, Apr 18, 2010 at 5:19 PM, Klaus Schmidinger > wrote: >> On 15.04.2010 22:21, Manu Abraham wrote: >>> Hi Klaus, >>> >>> On Sun, Apr 11, 2010 at 1:12 PM, Klaus Schmidinger >>> wrote: The enum fe_caps provides flags that allow an application to

Re: [linux-media] Re: [PATCH] Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devices

2010-04-18 Thread Manu Abraham
On Sun, Apr 18, 2010 at 5:19 PM, Klaus Schmidinger wrote: > On 15.04.2010 22:21, Manu Abraham wrote: >> Hi Klaus, >> >> On Sun, Apr 11, 2010 at 1:12 PM, Klaus Schmidinger >> wrote: >>> The enum fe_caps provides flags that allow an application to detect >>> whether a device is capable of handling

Re: [linux-media] Re: [PATCH] Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devices

2010-04-18 Thread Klaus Schmidinger
On 15.04.2010 22:21, Manu Abraham wrote: > Hi Klaus, > > On Sun, Apr 11, 2010 at 1:12 PM, Klaus Schmidinger > wrote: >> The enum fe_caps provides flags that allow an application to detect >> whether a device is capable of handling various modulation types etc. >> A flag for detecting PSK_8, howev

Re: [PATCH] Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devices

2010-04-15 Thread Manu Abraham
Hi Klaus, On Sun, Apr 11, 2010 at 1:12 PM, Klaus Schmidinger wrote: > The enum fe_caps provides flags that allow an application to detect > whether a device is capable of handling various modulation types etc. > A flag for detecting PSK_8, however, is missing. > This patch adds the flag FE_CAN_PS

[PATCH] Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devices

2010-04-11 Thread Klaus Schmidinger
The enum fe_caps provides flags that allow an application to detect whether a device is capable of handling various modulation types etc. A flag for detecting PSK_8, however, is missing. This patch adds the flag FE_CAN_PSK_8 to frontend.h and implements it for the gp8psk-fe.c and cx24116.c driver (