Re: tm6000 and IR

2010-12-21 Thread Jarod Wilson
On Mon, Dec 20, 2010 at 02:41:03PM +0900, Dmitri Belimov wrote: > Hi > > If Apple use full 32-bit scancode we need full raw 32-bit keytable for > compatibility. The Apple format is two bytes for what I guess is vendor ID, one byte for pairing ID and one byte for the actual command. The actual ke

Re: tm6000 and IR

2010-12-19 Thread Dmitri Belimov
Hi If Apple use full 32-bit scancode we need full raw 32-bit keytable for compatibility. For this need rework all keytables and all keyread function for add scanmask configuration and rework single byte scancode code -> key << 8. Use scanmask and return IR reading bytes on real place. For tm6

Re: tm6000 and IR

2010-12-18 Thread Stefan Ringel
Am 18.12.2010 14:56, schrieb Andy Walls: On Fri, 2010-12-17 at 22:24 -0200, Mauro Carvalho Chehab wrote: Despite all discussions, we didn't reach an agreement yet. There are some points to consider whatever solution we do: 1) A keycode table should be able to work with a generic raw decoder.

Re: tm6000 and IR

2010-12-18 Thread Andy Walls
On Fri, 2010-12-17 at 22:24 -0200, Mauro Carvalho Chehab wrote: > Despite all discussions, we didn't reach an agreement yet. > > There are some points to consider whatever solution we do: > > 1) A keycode table should be able to work with a generic raw decoder. So, on > all > drivers, the bit

Re: tm6000 and IR

2010-12-17 Thread Mauro Carvalho Chehab
Hi Dmitri/Stefan, Em 17-12-2010 05:08, Dmitri Belimov escreveu: > On Fri, 17 Dec 2010 06:18:31 +0100 > Stefan Ringel wrote: > >> Am 17.12.2010 02:46, schrieb Dmitri Belimov: >>> Hi Stefan >>> Am 16.12.2010 10:38, schrieb Dmitri Belimov: > Hi > >>> I think your mean is wrong. Our

Re: tm6000 and IR

2010-12-16 Thread Dmitri Belimov
On Fri, 17 Dec 2010 06:18:31 +0100 Stefan Ringel wrote: > Am 17.12.2010 02:46, schrieb Dmitri Belimov: > > Hi Stefan > > > >> Am 16.12.2010 10:38, schrieb Dmitri Belimov: > >>> Hi > >>> > > I think your mean is wrong. Our IR remotes send extended NEC it > > is 4 bytes. We removed inverted

Re: tm6000 and IR

2010-12-16 Thread Stefan Ringel
Am 17.12.2010 02:46, schrieb Dmitri Belimov: Hi Stefan Am 16.12.2010 10:38, schrieb Dmitri Belimov: Hi I think your mean is wrong. Our IR remotes send extended NEC it is 4 bytes. We removed inverted 4 byte and now we have 3 bytes from remotes. I think we must have full RCMAP with this 3 byte

Re: tm6000 and IR

2010-12-16 Thread Dmitri Belimov
Hi Stefan > Am 16.12.2010 10:38, schrieb Dmitri Belimov: > > Hi > > > >>> I think your mean is wrong. Our IR remotes send extended NEC it is > >>> 4 bytes. We removed inverted 4 byte and now we have 3 bytes from > >>> remotes. I think we must have full RCMAP with this 3 bytes from > >>> remotes. A

Re: tm6000 and IR

2010-12-16 Thread Stefan Ringel
Am 16.12.2010 10:38, schrieb Dmitri Belimov: Hi I think your mean is wrong. Our IR remotes send extended NEC it is 4 bytes. We removed inverted 4 byte and now we have 3 bytes from remotes. I think we must have full RCMAP with this 3 bytes from remotes. And use this remotes with some different I

Re: tm6000 and IR

2010-12-16 Thread Dmitri Belimov
Hi > > I think your mean is wrong. Our IR remotes send extended NEC it is > > 4 bytes. We removed inverted 4 byte and now we have 3 bytes from > > remotes. I think we must have full RCMAP with this 3 bytes from > > remotes. And use this remotes with some different IR recievers like > > some TV car

Re: tm6000 and IR

2010-12-15 Thread Dmitri Belimov
Hi Stefan > >> The nec initiation looks right and must adding code for > >> tm5600/6000 (going over message pipe). > > I haven't USB stick with tm5600/6000 for test. Need people with > > this TV cards. > > > then add a todo line. I'll do it. > >> rc5 need some code for tm6010 (for tm5600/6000 ar

Re: tm6000 and IR

2010-12-15 Thread Stefan Ringel
Am 15.12.2010 08:46, schrieb Dmitri Belimov: Hi Stefan Am 14.12.2010 04:23, schrieb Dmitri Belimov: Hi What about my last patch?? This is OK or bad? Our customers kick me every day with IR remotes. With my best regards, Dmitry. I think, you use the second variant, Dmitry. Why you doesn't us

Re: tm6000 and IR

2010-12-14 Thread Dmitri Belimov
Hi Stefan > Am 14.12.2010 04:23, schrieb Dmitri Belimov: > > Hi > > > > What about my last patch?? This is OK or bad? > > Our customers kick me every day with IR remotes. > > > > With my best regards, Dmitry. > I think, you use the second variant, Dmitry. > Why you doesn't use this key map - RCMAP

Re: tm6000 and IR

2010-12-14 Thread Stefan Ringel
Am 14.12.2010 04:23, schrieb Dmitri Belimov: Hi What about my last patch?? This is OK or bad? Our customers kick me every day with IR remotes. With my best regards, Dmitry. I think, you use the second variant, Dmitry. Why you doesn't use this key map - RCMAP_BEHOLD. The power led we can change

Re: tm6000 and IR

2010-12-13 Thread Dmitri Belimov
Hi What about my last patch?? This is OK or bad? Our customers kick me every day with IR remotes. With my best regards, Dmitry. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kerne

Re: tm6000 and IR

2010-12-08 Thread Dmitri Belimov
Hi This is my summary changes: 1. Add vendor specific keymap for USB TV card (try git add file, but git diff doesn't include this into diff) 2. Spilt ir_config and work with a key to different rc_type 3. When rc_type is NEC get first scancode from a scantable cut address and store it for filteri

Re: tm6000 and IR

2010-12-08 Thread Stefan Ringel
Am 08.12.2010 04:55, schrieb Dmitri Belimov: Hi Stefan Am 06.12.2010 11:02, schrieb Dmitri Belimov: Thank you. When I switched to this branch modules is not crash when USB removed. But disable IR over interrupt after start video/radio With my best regards, Dmitry. changing the interface con

Re: tm6000 and IR

2010-12-07 Thread Dmitri Belimov
Hi Stefan > Am 06.12.2010 11:02, schrieb Dmitri Belimov: > >>> > >>> Thank you. When I switched to this branch modules is not crash > >>> when USB removed. But disable IR over interrupt after start > >>> video/radio > >>> > >>> With my best regards, Dmitry. > >>> > >> changing the interface config

Re: tm6000 and IR

2010-12-07 Thread Stefan Ringel
Am 06.12.2010 11:02, schrieb Dmitri Belimov: Thank you. When I switched to this branch modules is not crash when USB removed. But disable IR over interrupt after start video/radio With my best regards, Dmitry. changing the interface configuration by initiation isoc urb can deactivating the in

Re: tm6000 and IR

2010-12-06 Thread Dmitri Belimov
Hi Stefan > Am 05.12.2010 17:09, schrieb Dmitri Belimov: > > Hi > > > >> Em 02-12-2010 02:41, Dmitri Belimov escreveu: > >>> Hi Stefan > >>> > >> Am 29.11.2010 09:44, schrieb Dmitri Belimov: > >>> Hi > >>> > >>> I try add IR for our TV cards. > >>> After my some changes IR is w

Re: tm6000 and IR

2010-12-05 Thread Stefan Ringel
Am 05.12.2010 17:09, schrieb Dmitri Belimov: Hi Em 02-12-2010 02:41, Dmitri Belimov escreveu: Hi Stefan Am 29.11.2010 09:44, schrieb Dmitri Belimov: Hi I try add IR for our TV cards. After my some changes IR is working. But when I remove USB stick from USB port What has you change? 1. Ad

Re: tm6000 and IR

2010-12-05 Thread Dmitri Belimov
Hi > Em 02-12-2010 02:41, Dmitri Belimov escreveu: > > Hi Stefan > > > Am 29.11.2010 09:44, schrieb Dmitri Belimov: > > Hi > > > > I try add IR for our TV cards. > > After my some changes IR is working. But when I remove USB stick > > from USB port > What has you cha

Re: tm6000 and IR

2010-12-01 Thread Mauro Carvalho Chehab
Em 02-12-2010 02:41, Dmitri Belimov escreveu: > Hi Stefan > Am 29.11.2010 09:44, schrieb Dmitri Belimov: > Hi > > I try add IR for our TV cards. > After my some changes IR is working. But when I remove USB stick > from USB port What has you change? >>> 1. Add vendor-s

Re: tm6000 and IR

2010-12-01 Thread Dmitri Belimov
Hi Stefan > >> Am 29.11.2010 09:44, schrieb Dmitri Belimov: > >>> Hi > >>> > >>> I try add IR for our TV cards. > >>> After my some changes IR is working. But when I remove USB stick > >>> from USB port > >> What has you change? > > 1. Add vendor-specific init code for IR. > > 2. Add vendor-specif

Re: tm6000 and IR

2010-12-01 Thread Stefan Ringel
Am 01.12.2010 17:41, schrieb Stefan Ringel: Am 01.12.2010 06:47, schrieb Dmitri Belimov: Hi Stefan Am 29.11.2010 09:44, schrieb Dmitri Belimov: Hi I try add IR for our TV cards. After my some changes IR is working. But when I remove USB stick from USB port What has you change? 1. Add vendo

Re: tm6000 and IR

2010-12-01 Thread Stefan Ringel
Am 01.12.2010 06:47, schrieb Dmitri Belimov: Hi Stefan Am 29.11.2010 09:44, schrieb Dmitri Belimov: Hi I try add IR for our TV cards. After my some changes IR is working. But when I remove USB stick from USB port What has you change? 1. Add vendor-specific init code for IR. 2. Add vendor-sp

Re: tm6000 and IR

2010-11-30 Thread Dmitri Belimov
Hi Stefan > Am 29.11.2010 09:44, schrieb Dmitri Belimov: > > Hi > > > > I try add IR for our TV cards. > > After my some changes IR is working. But when I remove USB stick > > from USB port > What has you change? 1. Add vendor-specific init code for IR. 2. Add vendor-specific key filter for IR. 3

Re: tm6000 and IR

2010-11-30 Thread Stefan Ringel
Am 29.11.2010 09:44, schrieb Dmitri Belimov: Hi I try add IR for our TV cards. After my some changes IR is working. But when I remove USB stick from USB port What has you change? Has it received keys? Which protocol you it? As I wrote that I haven't the right value for rc5 protocol, and nec pro

tm6000 and IR

2010-11-28 Thread Dmitri Belimov
Hi I try add IR for our TV cards. After my some changes IR is working. But when I remove USB stick from USB port modules crashed with dmesg [ 133.881750] tm6000: New video device @ 480 Mbps (6000:dec0, ifnum 0) [ 133.881759] tm6000: Found Beholder Wander DVB-T/TV/FM USB2.0 [ 134.343012] Board

Re: tm6000 and ir

2010-06-06 Thread Mauro Carvalho Chehab
Hi Stefan, Em 04-06-2010 18:03, Stefan Ringel escreveu: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Mauro, > > I write actually the ir implementation (tm6000-input.c). Can you give > me any stuff what can help me? I never tried to implement IR support for tm6000, but if you use th

tm6000 and ir

2010-06-04 Thread Stefan Ringel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mauro, I write actually the ir implementation (tm6000-input.c). Can you give me any stuff what can help me? Stefan Ringel -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.12 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.or