Re: [linux-dvb] Suspend/resume for Mantis 2033 driver

2007-08-11 Thread Marko Ristola
Hi Manu, I have done more testing to simplify the code. Manu Abraham wrote: Hi Marko, On 8/7/07, Marko Ristola [EMAIL PROTECTED] wrote: Hi Manu, ... Ok. i will have to port the tree again. Some other changes as well, I need to add in support for the DVB-S2 cards as well. But

Re: [linux-dvb] Suspend/resume for Mantis 2033 driver

2007-08-08 Thread Manu Abraham
Hi Marko, On 8/7/07, Marko Ristola [EMAIL PROTECTED] wrote: Hi Manu, Here is the first version of the patch that will implement Suspend/resume S2DISK (no remote control support). S2DISK works for me on cu1216.c on 2.6.22.1-41.fc7 kernel. For another Mantis device, you have to -

Re: [linux-dvb] Suspend/resume for Mantis 2033 driver

2007-08-07 Thread Marko Ristola
Hi Manu, Here is the first version of the patch that will implement Suspend/resume S2DISK (no remote control support). S2DISK works for me on cu1216.c on 2.6.22.1-41.fc7 kernel. For another Mantis device, you have to - introduce tuner_ops.sleep and tuner_ops.init in mantis_dvb.c (two lines

[linux-dvb] Suspend/resume for Mantis 2033 driver

2007-08-04 Thread Marko Ristola
Hi Manu and all I have done small improvements into Mantis drivers: I have fixed the insmod/rmmod problem and I have implemented suspend/resume for cu1216. It does in mantis_dvb.c power off/ power on if no application uses the frontend. So with my suspend/resume and with non-USB sound output, I

Re: [linux-dvb] Suspend/resume for Mantis 2033 driver

2007-08-04 Thread CIJOML
COOL!!! First driver implementing suspend/resume! Do you plan add suspend/resume also to other drivers? I can help testing dib0700/dib7000/pluto2/opera drivers Michal Dne sobota 04 srpen 2007 08:02 Marko Ristola napsal(a): Hi Manu and all I have done small improvements into Mantis drivers:

Re: [linux-dvb] Suspend/resume for Mantis 2033 driver

2007-08-04 Thread Manu Abraham
Hi Marko, On 8/4/07, Marko Ristola [EMAIL PROTECTED] wrote: Hi Manu and all I have done small improvements into Mantis drivers: I have fixed the insmod/rmmod problem and I have implemented suspend/resume for cu1216. It does in mantis_dvb.c power off/ power on if no application uses the

Re: [linux-dvb] Suspend/resume for Mantis 2033 driver

2007-08-04 Thread Marko Ristola
Thankyou for your feedback. Maybe others can implement full suspend/resume on other drivers too, because we have one more working example. It is better that I try to concentrate on Mantis, because then I can be helpful without trying too much. My current focus is to implement suspend/resume

Re: [linux-dvb] Suspend/resume for Mantis 2033 driver

2007-08-04 Thread Marko Ristola
Manu Abraham wrote: Hi Marko, On 8/4/07, Marko Ristola [EMAIL PROTECTED] wrote: Hi Manu and all I have done small improvements into Mantis drivers: I have fixed the insmod/rmmod problem and I have implemented suspend/resume for cu1216. It does in mantis_dvb.c power off/ power on if no