Re: DVBv5 test report

2012-01-23 Thread Mauro Carvalho Chehab
Em 23-01-2012 14:23, Antti Palosaari escreveu: > On 01/19/2012 03:31 PM, Mauro Carvalho Chehab wrote: >> [PATCH] dvb-usb: Don't abort stop on -EAGAIN/-EINTR >> >> Note: this patch is not complete. if the DVB demux device is opened on >> block mode, it should instead be returning -EAGAIN. >> >> Sign

Re: DVBv5 test report

2012-01-23 Thread Antti Palosaari
On 01/19/2012 03:31 PM, Mauro Carvalho Chehab wrote: [PATCH] dvb-usb: Don't abort stop on -EAGAIN/-EINTR Note: this patch is not complete. if the DVB demux device is opened on block mode, it should instead be returning -EAGAIN. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/dv

Re: DVBv5 test report

2012-01-19 Thread Antti Palosaari
On 01/19/2012 06:08 PM, Mauro Carvalho Chehab wrote: Em 19-01-2012 13:53, Antti Palosaari escreveu: On 01/19/2012 03:31 PM, Mauro Carvalho Chehab wrote: Em 19-01-2012 09:57, Antti Palosaari escreveu: On 01/19/2012 01:33 PM, Mauro Carvalho Chehab wrote: Em 18-01-2012 20:05, Antti Palosaari esc

Re: DVBv5 test report

2012-01-19 Thread Mauro Carvalho Chehab
Em 19-01-2012 13:53, Antti Palosaari escreveu: > On 01/19/2012 03:31 PM, Mauro Carvalho Chehab wrote: >> Em 19-01-2012 09:57, Antti Palosaari escreveu: >>> On 01/19/2012 01:33 PM, Mauro Carvalho Chehab wrote: Em 18-01-2012 20:05, Antti Palosaari escreveu: > I tested almost all DVB-T/T2/C d

Re: DVBv5 test report

2012-01-19 Thread Antti Palosaari
On 01/19/2012 03:31 PM, Mauro Carvalho Chehab wrote: Em 19-01-2012 09:57, Antti Palosaari escreveu: On 01/19/2012 01:33 PM, Mauro Carvalho Chehab wrote: Em 18-01-2012 20:05, Antti Palosaari escreveu: I tested almost all DVB-T/T2/C devices I have and all seems to be working, excluding Anysee m

Re: DVBv5 test report

2012-01-19 Thread Mauro Carvalho Chehab
Em 19-01-2012 09:57, Antti Palosaari escreveu: > On 01/19/2012 01:33 PM, Mauro Carvalho Chehab wrote: >> Em 18-01-2012 20:05, Antti Palosaari escreveu: >>> I tested almost all DVB-T/T2/C devices I have and all seems to be working, >>> excluding Anysee models when using legacy zap. >>> >>> Anysee

Re: DVBv5 test report

2012-01-19 Thread Antti Palosaari
On 01/19/2012 01:33 PM, Mauro Carvalho Chehab wrote: Em 18-01-2012 20:05, Antti Palosaari escreveu: I tested almost all DVB-T/T2/C devices I have and all seems to be working, excluding Anysee models when using legacy zap. Anysee anysee_streaming_ctrl() will fail because mutex_lock_interruptib

Re: DVBv5 test report

2012-01-19 Thread Mauro Carvalho Chehab
Em 18-01-2012 20:05, Antti Palosaari escreveu: > I tested almost all DVB-T/T2/C devices I have and all seems to be working, > excluding Anysee models when using legacy zap. > > Anysee anysee_streaming_ctrl() will fail because mutex_lock_interruptible() > returns -EINTR in anysee_ctrl_msg() func

DVBv5 test report

2012-01-18 Thread Antti Palosaari
I tested almost all DVB-T/T2/C devices I have and all seems to be working, excluding Anysee models when using legacy zap. Anysee anysee_streaming_ctrl() will fail because mutex_lock_interruptible() returns -EINTR in anysee_ctrl_msg() function when zap is killed using ctrl+c. This will led err