Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-06-03 Thread Davor Emard
Didn't have time to look for gpios, tomorrow I will have. But I can tell that this change is not working for me: case SAA7134_BOARD_VIDEOMATE_T750: dev-has_remote = SAA7134_REMOTE_GPIO; saa_andorl(SAA7134_GPIO_GPMODE0 2, 0x8082c000, 0x8082c000);

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-06-03 Thread semiRocket
On Thu, 03 Jun 2010 16:04:07 +0200, Davor Emard davorem...@gmail.com wrote: Didn't have time to look for gpios, tomorrow I will have. But I can tell that this change is not working for me: case SAA7134_BOARD_VIDEOMATE_T750: dev-has_remote = SAA7134_REMOTE_GPIO;

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-06-02 Thread semiRocket
On Mon, 31 May 2010 09:52:14 +0200, Davor Emard davorem...@gmail.com wrote: HI! I just went to compro website and have seen that *f cards have some identical MCE-alike but also slightly different remotes, so we have to invent some better names to distinguish between them (compro itself might

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-06-02 Thread Davor Emard
HI! I just went to compro website and have seen that *f cards have some identical MCE-alike but also slightly different remotes, so we have to invent some better names to distinguish between them (compro itself might have some names for them) Tested your new patch with Gerd's

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-06-02 Thread Davor Emard
HI! Have you tested my lastest GPIO suggestion, or come up with your own initialization? Does it allow to load firmware without windows booting? Key namings of the remote must be some from linux input.h I welcome you to change whatever is needed to fit any of your application if current scheme

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-06-02 Thread Samuel Rakitničan
On Wed, 02 Jun 2010 20:27:59 +0200, Davor Emard davorem...@gmail.com wrote: HI! Have you tested my lastest GPIO suggestion, or come up with your own initialization? Does it allow to load firmware without windows booting? Didn't have time to look for gpios, tomorrow I will have. But I can

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-31 Thread Davor Emard
HI! I just went to compro website and have seen that *f cards have some identical MCE-alike but also slightly different remotes, so we have to invent some better names to distinguish between them (compro itself might have some names for them) d. -- To unsubscribe from this list: send the line

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-30 Thread Davor Emard
HI! I have downloaded latest hg v4l and adapted the compro t750f support patch. The patch is the same but v4l code is newer so there's some improvement Restarting VDR is now stable. Tried it cca 10x VDR restarts, DVB-T tuner always worked. Remote still has 10% keys lost. ALSA device now

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-30 Thread hermann pitton
Hi Davor, Am Montag, den 31.05.2010, 01:48 +0200 schrieb Davor Emard: HI! I have downloaded latest hg v4l and adapted the compro t750f support patch. The patch is the same but v4l code is newer so there's some improvement Restarting VDR is now stable. Tried it cca 10x VDR restarts,

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-30 Thread hermann pitton
Hmm, somehow its #define in the saa7134.h header is missing? I'm also wondering, why we don't see the usual three lines offset on the end of current patches. Forget about the later, is in new file mode. Hermann -- To unsubscribe from this list: send the line unsubscribe linux-media in

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-30 Thread Davor Emard
HI Forget about the later, is in new file mode. I wanted the new file but I don't know hg diff too much so I just manually cat to append to the hg diff output... d. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-30 Thread Davor Emard
HI! Can you also try this GPIO settings? It's my try to use last summer's registers dump to setup gpio mask and value case SAA7134_BOARD_VIDEOMATE_T750: dev-has_remote = SAA7134_REMOTE_GPIO; saa_andorl(SAA7134_GPIO_GPMODE0 2, 0x8082c000, 0x8082c000);

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-28 Thread Davor Emard
The IR code suffered a major change during this development cycle. So, this patch doesn't apply anymore. OK, let's delay IR part for a while I'd like to try the new IR code, mainly because of keystroke loss issue if the new code perhaps works better. In this patch is just my suggestion of

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-27 Thread Davor Emard
HI This code is responsible to prepare the card to load the firmware I have no true clue what it actually does, possible it is a reset sequence for onboard tuner chips or just a matter of enabling some power to them. I have googled for compro 750 related discussions and seen various posts so

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-27 Thread Mauro Carvalho Chehab
Em Sun, 9 May 2010 20:48:22 +0200 Emard davorem...@gmail.com escreveu: Yes, almost everything: DVB-T, Analog TV, FM Radio, IR Remote control. I haven't tested too much analog TV (it seems to work, receivers some snowy channels but I don't have good antenna). Also didn't test video inputs

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-27 Thread Davor Emard
Another idea: compare syslog line May 27 14:33:42 emard kernel: saa7133[0]: board init: gpio is 84bf00 when trying to load firmware without preparing with windows and after windows - see if there's a difference between bits of the hex value (0x84bf00 in my case) that's a probable clue to

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-16 Thread semiRocket
On Mon, 10 May 2010 01:15:35 +0200, Emard davorem...@gmail.com wrote: HI This is even more cleanup from spaces into tabs and replacing KEY_BACKSPACE with KEY_BACK which I think is more appropriate for this remote. compro t750f patch v17 About the remote - I noticed 2-10% of the keypresses

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-16 Thread Samuel Rakitničan
Sorry, here's the attachments. On Sun, 16 May 2010 12:38:03 +0200, semiRocket semiroc...@gmail.com wrote: On Mon, 10 May 2010 01:15:35 +0200, Emard davorem...@gmail.com wrote: HI This is even more cleanup from spaces into tabs and replacing KEY_BACKSPACE with KEY_BACK which I think is

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-11 Thread davor emard
HI I tried to fix unreliable IR remote keys (cca 10% lost key presses), the similar problem has been reported on the same card with windows driver too and I had other saa7134 analog tv card also loosing IR keys I have tried modifying saa7134-input.c to use gpio polling with interval of 15ms and

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-09 Thread Samuel Rakitničan
On Sun, 09 May 2010 19:32:43 +0200, Emard davorem...@gmail.com wrote: Hmm, power on is pure hardware thing on this card I think, it doesn't need a driver. But it seems it needs a driver. Although pin is connected to MB power switch, the card has to be in certain state (GPIOs programmed,

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-09 Thread Emard
Yes, almost everything: DVB-T, Analog TV, FM Radio, IR Remote control. I haven't tested too much analog TV (it seems to work, receivers some snowy channels but I don't have good antenna). Also didn't test video inputs at all. Not supported is onboard RTC timer that can wake up the computer.

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-09 Thread Emard
HI This is even more cleanup from spaces into tabs and replacing KEY_BACKSPACE with KEY_BACK which I think is more appropriate for this remote. compro t750f patch v17 About the remote - I noticed 2-10% of the keypresses are not recognized, seems like it either looses packets or saa7134 gpio