Re: [PATCH 3/3] [media] az6007: handle CI during suspend/resume

2012-08-07 Thread Mauro Carvalho Chehab
Em 06-08-2012 09:21, Antti Palosaari escreveu: On 08/05/2012 08:44 PM, Mauro Carvalho Chehab wrote: The dvb-usb-v2 core doesn't know anything about CI. So, the driver needs to handle it by hand. This patch stops CI just before stopping URB's/RC, and restarts it before URB/RC start. It should

Re: [PATCH 3/3] [media] az6007: handle CI during suspend/resume

2012-08-07 Thread Antti Palosaari
On 08/07/2012 02:41 PM, Mauro Carvalho Chehab wrote: Em 06-08-2012 09:21, Antti Palosaari escreveu: On 08/05/2012 08:44 PM, Mauro Carvalho Chehab wrote: The dvb-usb-v2 core doesn't know anything about CI. So, the driver needs to handle it by hand. This patch stops CI just before stopping

Re: [PATCH 3/3] [media] az6007: handle CI during suspend/resume

2012-08-07 Thread Mauro Carvalho Chehab
Em 07-08-2012 09:12, Antti Palosaari escreveu: On 08/07/2012 02:41 PM, Mauro Carvalho Chehab wrote: Em 06-08-2012 09:21, Antti Palosaari escreveu: On 08/05/2012 08:44 PM, Mauro Carvalho Chehab wrote: The dvb-usb-v2 core doesn't know anything about CI. So, the driver needs to handle it by

Re: [PATCH 3/3] [media] az6007: handle CI during suspend/resume

2012-08-06 Thread Antti Palosaari
On 08/05/2012 08:44 PM, Mauro Carvalho Chehab wrote: The dvb-usb-v2 core doesn't know anything about CI. So, the driver needs to handle it by hand. This patch stops CI just before stopping URB's/RC, and restarts it before URB/RC start. It should be noticed that suspend/resume is not yet working

[PATCH 3/3] [media] az6007: handle CI during suspend/resume

2012-08-05 Thread Mauro Carvalho Chehab
The dvb-usb-v2 core doesn't know anything about CI. So, the driver needs to handle it by hand. This patch stops CI just before stopping URB's/RC, and restarts it before URB/RC start. It should be noticed that suspend/resume is not yet working properly, as the PM model requires the implementation