Am Dienstag, den 22.09.2009, 07:54 +0200 schrieb Markus Rechberger:
> On Tue, Sep 22, 2009 at 7:08 AM, hermann pitton
> wrote:
> >
> > All fine.
> >
> > But you do cut off parts of my messages.
> >
> > I would like to ask you to exercise a breakage, not only for stuff six
> > years back, but on
On Tue, Sep 22, 2009 at 7:08 AM, hermann pitton wrote:
>
> All fine.
>
> But you do cut off parts of my messages.
>
> I would like to ask you to exercise a breakage, not only for stuff six
> years back, but on recent S2 API.
>
at this time there are definitely no DVB applications available which
Am Dienstag, den 22.09.2009, 05:31 +0200 schrieb Markus Rechberger:
> On Tue, Sep 22, 2009 at 4:00 AM, hermann pitton
> wrote:
> > Hi Markus,
> >
> > Am Montag, den 21.09.2009, 12:02 +0200 schrieb Markus Rechberger:
> >>
> >> in dvb-frontend.c:
> >>
> >> if(cmd == FE_GET_PROP
On Tue, Sep 22, 2009 at 4:00 AM, hermann pitton wrote:
> Hi Markus,
>
> Am Montag, den 21.09.2009, 12:02 +0200 schrieb Markus Rechberger:
>>
>> in dvb-frontend.c:
>>
>> if(cmd == FE_GET_PROPERTY) {
>>
>> tvps = (struct dtv_properties __user *)parg;
>>
Hi Markus,
Am Montag, den 21.09.2009, 12:02 +0200 schrieb Markus Rechberger:
>
> in dvb-frontend.c:
>
> if(cmd == FE_GET_PROPERTY) {
>
> tvps = (struct dtv_properties __user *)parg;
> dprintk("%s() properties.num = %d\n", __func__, tvps->num);
in dvb-frontend.c:
if(cmd == FE_GET_PROPERTY) {
tvps = (struct dtv_properties __user *)parg;
dprintk("%s() properties.num = %d\n", __func__, tvps->num);
dprintk("%s() properties.props = %p\n", __func__, tvps->props);
Am Montag, den 21.09.2009, 06:42 +0200 schrieb Markus Rechberger:
> On Mon, Sep 21, 2009 at 6:10 AM, hermann pitton
> wrote:
> >
> > Am Montag, den 21.09.2009, 06:09 +0200 schrieb Markus Rechberger:
> >> On Mon, Sep 21, 2009 at 5:46 AM, hermann pitton
> >> wrote:
> >> >
> >> > Am Montag, den 2
On Mon, Sep 21, 2009 at 6:10 AM, hermann pitton wrote:
>
> Am Montag, den 21.09.2009, 06:09 +0200 schrieb Markus Rechberger:
>> On Mon, Sep 21, 2009 at 5:46 AM, hermann pitton
>> wrote:
>> >
>> > Am Montag, den 21.09.2009, 05:40 +0200 schrieb Markus Rechberger:
>> >> while porting the S2api to u
Am Montag, den 21.09.2009, 06:09 +0200 schrieb Markus Rechberger:
> On Mon, Sep 21, 2009 at 5:46 AM, hermann pitton
> wrote:
> >
> > Am Montag, den 21.09.2009, 05:40 +0200 schrieb Markus Rechberger:
> >> while porting the S2api to userspace I came accross the S2-API definition
> >> itself
> >>
On Mon, Sep 21, 2009 at 5:46 AM, hermann pitton wrote:
>
> Am Montag, den 21.09.2009, 05:40 +0200 schrieb Markus Rechberger:
>> while porting the S2api to userspace I came accross the S2-API definition
>> itself
>>
>> #define FE_SET_PROPERTY _IOW('o', 82, struct dtv_properties)
>> #def
Am Montag, den 21.09.2009, 05:40 +0200 schrieb Markus Rechberger:
> while porting the S2api to userspace I came accross the S2-API definition
> itself
>
> #define FE_SET_PROPERTY_IOW('o', 82, struct dtv_properties)
> #define FE_GET_PROPERTY_IOR('o', 83, struct dtv_propert
while porting the S2api to userspace I came accross the S2-API definition itself
#define FE_SET_PROPERTY_IOW('o', 82, struct dtv_properties)
#define FE_GET_PROPERTY_IOR('o', 83, struct dtv_properties)
while looking at this, FE_GET_PROPERTY should very likely be _IOWR
in d
12 matches
Mail list logo