Re: tm6000 and radio

2011-02-17 Thread Mauro Carvalho Chehab
Em 17-02-2011 03:12, Dmitri Belimov escreveu: > Hi All > > Now I have working radio for our TV cards based on tm6000 and xc5000. > TV works too. Great news! I think that the only remaining issue is audio that still doesn't work with some audio standards. The last time I tested here, PAL/M didn't

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

Re: tm6000 bad marge staging/tm6000 into staging/all

2010-07-26 Thread Mauro Carvalho Chehab
Em 26-07-2010 12:17, Stefan Ringel escreveu: > Am 25.07.2010 19:58, schrieb Mauro Carvalho Chehab: >> Em 25-07-2010 04:28, Stefan Ringel escreveu: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> Hi Mauro, >>> >>> This marge are wrong! It's added double dvb led off, but my patch has >

Re: tm6000 bad marge staging/tm6000 into staging/all

2010-07-26 Thread Stefan Ringel
Am 25.07.2010 19:58, schrieb Mauro Carvalho Chehab: Em 25-07-2010 04:28, Stefan Ringel escreveu: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mauro, This marge are wrong! It's added double dvb led off, but my patch has only ones. raw | combined (merge: 011906d 6e5e76f) Merge branch 'sta

Re: tm6000 bad marge staging/tm6000 into staging/all

2010-07-25 Thread Mauro Carvalho Chehab
Em 25-07-2010 04:28, Stefan Ringel escreveu: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Mauro, > > This marge are wrong! It's added double dvb led off, but my patch has > only ones. > > raw | combined (merge: 011906d 6e5e76f) > > Merge branch 'staging/tm6000' into staging/all > M

Re: tm6000 and losing blocks

2010-06-30 Thread Stefan Ringel
Am 30.06.2010 22:22, schrieb Mauro Carvalho Chehab: > Em 30-06-2010 16:57, Stefan Ringel escreveu: > >> Hi Mauro, >> >> I have tested your patch, but that logic to detect the end of urb is wrong. >> Many blocks going to lost. >> byte 0x47 can 2 different state: >> 1. sync byte >> 2. data byte

Re: tm6000 and losing blocks

2010-06-30 Thread Mauro Carvalho Chehab
Em 30-06-2010 16:57, Stefan Ringel escreveu: > Hi Mauro, > > I have tested your patch, but that logic to detect the end of urb is wrong. > Many blocks going to lost. > byte 0x47 can 2 different state: > 1. sync byte > 2. data byte > > Your logic has that problem, that if receive the new urb and

Re: tm6000 audio buffer

2010-06-07 Thread Stefan Ringel
Am 06.06.2010 17:19, schrieb Mauro Carvalho Chehab: > Hi Luis, > > Em 04-06-2010 16:39, Luis Henrique Fagundes escreveu: > >> Hi, >> >> I'm sending a patch that hypothetically would allocate a memory buffer >> for the audio and copy the data from urb to buffer. It doesn't work, >> so I'm not put

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

Re: tm6000 autio isoc blocks

2010-06-06 Thread Mauro Carvalho Chehab
Em 04-06-2010 17:56, Stefan Ringel escreveu: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Mauro, > > I have check the windows usb log and if I have audio block it's say 0 > byte, but the data is complete 180 bytes until next block header. So I > think it's good if that audio block (c

Re: tm6000 audio buffer

2010-06-06 Thread Mauro Carvalho Chehab
Hi Luis, Em 04-06-2010 16:39, Luis Henrique Fagundes escreveu: > Hi, > > I'm sending a patch that hypothetically would allocate a memory buffer > for the audio and copy the data from urb to buffer. It doesn't work, > so I'm not putting a [PATCH] in subject and send it just for feedback. > Am I go

Re: tm6000 audio buffer

2010-06-04 Thread Mauro Carvalho Chehab
Hi Luis, Em 04-06-2010 16:39, Luis Henrique Fagundes escreveu: > Hi, > > I'm sending a patch that hypothetically would allocate a memory buffer > for the audio and copy the data from urb to buffer. It doesn't work, > so I'm not putting a [PATCH] in subject and send it just for feedback. > Am I go

Re: tm6000 audio urb

2010-05-31 Thread Mauro Carvalho Chehab
Em 31-05-2010 19:22, Luis Henrique Fagundes escreveu: > Hi, > > I'm having my first adventures on driver coding, trying to help audio > development of tm6000 based on Mauro's hints. > > According to Mauro and coding comments, the audio URBs are already > being received by tm6000-video. The copy_p

Re: tm6000, alsa

2010-05-27 Thread Mauro Carvalho Chehab
Hi Dmitri, Em Wed, 26 May 2010 14:52:19 +1000 Dmitri Belimov escreveu: > Hi > > Patches for review. > Add new data structure list_head for many tm6000 cards. > Rework tm6000-alsa. > Comment some old code befor remove. Please, always send one patch per email. Patchwork won't catch multiple pa

Re: tm6000 video image

2010-05-19 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: > Mauro, I will little rewrite the function copy_streams and copy_packets, > I mean fusion these two function to one (copy_streams) and I have tested > both of them with shorter code -> works. Go ahead. > > Stefan Ringel > > > Am 19.05.2010 18:12, schrieb Stefan Ringel: >>

Re: tm6000 video image

2010-05-19 Thread Stefan Ringel
Mauro, I will little rewrite the function copy_streams and copy_packets, I mean fusion these two function to one (copy_streams) and I have tested both of them with shorter code -> works. Stefan Ringel Am 19.05.2010 18:12, schrieb Stefan Ringel: > Am 19.05.2010 17:49, schrieb Mauro Carvalho Cheha

Re: tm6000 video image

2010-05-19 Thread Stefan Ringel
Am 19.05.2010 17:49, schrieb Mauro Carvalho Chehab: > Stefan Ringel wrote: > >> Hi Mauro, >> >> I have found what wrong is with video image. >> > Great! > > >> You generate video buffer >> in function tm6000_isoc_copy, but that is not right. I move that in >> function copy_multiplexed a

Re: tm6000 video image

2010-05-19 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: > Hi Mauro, > > I have found what wrong is with video image. Great! > You generate video buffer > in function tm6000_isoc_copy, but that is not right. I move that in > function copy_multiplexed and copy_streams. And that works without this > http://www.stefan.ringel.de/pub/

Re: tm6000

2010-05-05 Thread Mauro Carvalho Chehab
Dmitri Belimov wrote: > On Wed, 5 May 2010 13:44:38 +0800 > Bee Hock Goh wrote: > >> Did you comment off the code in the get_next_buff that clear the >> previous frame data? > > No. > > Git tree + my last patch. > A "green" tree can happen due to lots of conditions, like: 1) it is no

Re: tm6000

2010-05-05 Thread Bee Hock Goh
If you do that you will get some decent looking video. On Wed, May 5, 2010 at 3:27 PM, Dmitri Belimov wrote: > On Wed, 5 May 2010 13:44:38 +0800 > Bee Hock Goh wrote: > >> Did you comment off the code in the get_next_buff that clear the >> previous frame data? > > No. > > Git tree + my last patc

Re: tm6000

2010-05-05 Thread Dmitri Belimov
On Wed, 5 May 2010 13:44:38 +0800 Bee Hock Goh wrote: > Did you comment off the code in the get_next_buff that clear the > previous frame data? No. Git tree + my last patch. With my best regards, Dmitry. > On Wed, May 5, 2010 at 12:50 PM, Dmitri Belimov > wrote: > > Hi > > > > At this momen

Re: tm6000 calculating urb buffer

2010-05-04 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am 04.05.2010 21:50, schrieb Mauro Carvalho Chehab: >> Stefan Ringel wrote: >> > datagram from urb to videobuf > > urb copy to temp copy to 1. videobuf >

Re: tm6000

2010-05-04 Thread Bee Hock Goh
Did you comment off the code in the get_next_buff that clear the previous frame data? On Wed, May 5, 2010 at 12:50 PM, Dmitri Belimov wrote: > Hi > > At this moment I can start mplayer and see green field with some junk without > crash. > Info from mplayer - received 497 frames, drop 69 incorrec

Re: tm6000 calculating urb buffer

2010-05-04 Thread Stefan Ringel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 04.05.2010 21:50, schrieb Mauro Carvalho Chehab: > Stefan Ringel wrote: > datagram from urb to videobuf urb copy to temp copy to 1. videobuf buffer2.

Re: tm6000 calculating urb buffer

2010-05-04 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: >>> datagram from urb to videobuf >>> >>> urb copy to temp copy to 1. videobuf >>> buffer2. audiobuf >>>3. vbi >>> 184 Packets ---> 18

Re: tm6000 calculating urb buffer

2010-05-04 Thread Stefan Ringel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 04.05.2010 20:25, schrieb Mauro Carvalho Chehab: > Hi Stefan, > > Stefan Ringel wrote: >> Am 30.04.2010 21:31, schrieb Stefan Ringel: >>> Am 30.04.2010 18:34, schrieb Stefan Ringel: >>> Hi Mauro, Today I'm writing directly to you,

Re: tm6000 calculating urb buffer

2010-05-04 Thread Mauro Carvalho Chehab
Hi Stefan, Stefan Ringel wrote: > Am 30.04.2010 21:31, schrieb Stefan Ringel: >> Am 30.04.2010 18:34, schrieb Stefan Ringel: >> >>> Hi Mauro, >>> >>> Today I'm writing directly to you, because it doesn't work the mailing >>> list. I thought over the calculating urb buffer and I have follow idea

Re: tm6000 calculating urb buffer

2010-05-04 Thread Stefan Ringel
Am 30.04.2010 21:31, schrieb Stefan Ringel: > Am 30.04.2010 18:34, schrieb Stefan Ringel: > >> Hi Mauro, >> >> Today I'm writing directly to you, because it doesn't work the mailing >> list. I thought over the calculating urb buffer and I have follow idea: >> >> buffer = endpoint fifo size (3072

Re: tm6000

2010-04-28 Thread Mauro Carvalho Chehab
Dmitri Belimov wrote: > Hi > > Anyone can watch TV with tm6000 module?? > > I try mplayer. My PC crashed inside copy_streams function after some time. > > With my best regards, Dmitry. It is still causing panic on my tests. Probably, the routine is still writing something out of the buffer area

Re: tm6000

2010-04-28 Thread Bee Hock Goh
its working fine on my tm5600. Run fine for more than 5mins without crashing. But it does crashed everytime when its playing on the first channel and I switch channel in mythtv. I am waiting for usb/serial cable to arrive from ebay to find out why. I hope to work on the audio part though. On Wed

Re: tm6000: Patch that will fixed analog video (tested on tm5600)

2010-04-22 Thread Bee Hock Goh
its a tm6010 chipset. I guess there might still be some missing initialisation in the mainstream codes. I think Stefan Ringel have that and he is working on the analog code as well. We will probably have to wait for him. If you have the full usb snoop data, I will consider looking into it but its

Re: tm6000: Patch that will fixed analog video (tested on tm5600)

2010-04-22 Thread George Tellalov
On Fri, Apr 23, 2010 at 10:05:25AM +0800, Bee Hock Goh wrote: > George, > > Which device are you using? > A Hauppauge HVR-900H (usb id 2040:6600). -- 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 a

Re: tm6000: Patch that will fixed analog video (tested on tm5600)

2010-04-22 Thread Bee Hock Goh
George, Which device are you using? I have introduced a number of manual registers settings in the tm6000 codes which might be specific to my device and its a pure duplication from usb snooping which is not suitable to be introduce to the mainstream codes. On Fri, Apr 23, 2010 at 4:20 AM, George

Re: tm6000: Patch that will fixed analog video (tested on tm5600)

2010-04-22 Thread George Tellalov
On Thu, Apr 22, 2010 at 01:14:39PM +0800, Bee Hock Goh wrote: > Dear all, > > Anyone who have a tm6000 compatible analog device, please do try out this > patch. > > Its working for me on a tm5600 using mplayer. It can be compile > against the latest hg tree. > Here's what I get using mplayer:

Re: tm6000: firmware

2010-04-21 Thread Stefan Ringel
Am 21.04.2010 18:04, schrieb Mauro Carvalho Chehab: > Em Wed, 21 Apr 2010 17:15:55 +0200 > Stefan Ringel escreveu: > > >> Am 21.04.2010 06:45, schrieb Mauro Carvalho Chehab: >> >>> Em Thu, 15 Apr 2010 21:28:39 +0200 >>> Stefan Ringel escreveu: >>> >>> >>> Am 15.04.2010 19:1

Re: tm6000: firmware

2010-04-21 Thread Stefan Ringel
Am 21.04.2010 06:45, schrieb Mauro Carvalho Chehab: > Em Thu, 15 Apr 2010 21:28:39 +0200 > Stefan Ringel escreveu: > > >> Am 15.04.2010 19:14, schrieb Mauro Carvalho Chehab: >> >>> Em 15-04-2010 07:37, Stefan Ringel escreveu: >>> >>> Am 14.04.2010 23:06, schrieb Mauro Carval

Re: tm6000: firmware

2010-04-20 Thread Mauro Carvalho Chehab
Em Thu, 15 Apr 2010 21:28:39 +0200 Stefan Ringel escreveu: > Am 15.04.2010 19:14, schrieb Mauro Carvalho Chehab: > > Em 15-04-2010 07:37, Stefan Ringel escreveu: > > > >> Am 14.04.2010 23:06, schrieb Mauro Carvalho Chehab: > >> > >>> Em 14-04-2010 11:41, Stefan Ringel escreveu: > >>> >

Re: tm6000: firmware

2010-04-15 Thread Stefan Ringel
Am 15.04.2010 19:14, schrieb Mauro Carvalho Chehab: > Em 15-04-2010 07:37, Stefan Ringel escreveu: > >> Am 14.04.2010 23:06, schrieb Mauro Carvalho Chehab: >> >>> Em 14-04-2010 11:41, Stefan Ringel escreveu: >>> >>> Am 14.04.2010 19:44, schrieb Mauro Carvalho Chehab:

Re: tm6000: firmware

2010-04-15 Thread Mauro Carvalho Chehab
Em 15-04-2010 07:37, Stefan Ringel escreveu: > Am 14.04.2010 23:06, schrieb Mauro Carvalho Chehab: >> Em 14-04-2010 11:41, Stefan Ringel escreveu: >> >>> Am 14.04.2010 19:44, schrieb Mauro Carvalho Chehab: >>> Hi Stefan, Em 14-04-2010 09:26, Stefan Ringel escreveu: >>

Re: tm6000: firmware

2010-04-15 Thread Stefan Ringel
Am 14.04.2010 23:06, schrieb Mauro Carvalho Chehab: > Em 14-04-2010 11:41, Stefan Ringel escreveu: > >> Am 14.04.2010 19:44, schrieb Mauro Carvalho Chehab: >> >>> Hi Stefan, >>> >>> Em 14-04-2010 09:26, Stefan Ringel escreveu: >>> >>> Hi Mauro, Can you added these t

Re: tm6000: firmware

2010-04-14 Thread Mauro Carvalho Chehab
Em 14-04-2010 11:41, Stefan Ringel escreveu: > Am 14.04.2010 19:44, schrieb Mauro Carvalho Chehab: >> Hi Stefan, >> >> Em 14-04-2010 09:26, Stefan Ringel escreveu: >> >>> Hi Mauro, >>> >>> Can you added these three firmwares? The third is into archive file, >>> because I'm extracted for an user

Re: tm6000: firmware

2010-04-14 Thread Stefan Ringel
Am 14.04.2010 19:44, schrieb Mauro Carvalho Chehab: > Hi Stefan, > > Em 14-04-2010 09:26, Stefan Ringel escreveu: > >> Hi Mauro, >> >> Can you added these three firmwares? The third is into archive file, >> because I'm extracted for an user (Bee Hock Goh). >> > Sorry, but for us to put the

Re: tm6000: firmware

2010-04-14 Thread Mauro Carvalho Chehab
Hi Stefan, Em 14-04-2010 09:26, Stefan Ringel escreveu: > Hi Mauro, > > Can you added these three firmwares? The third is into archive file, > because I'm extracted for an user (Bee Hock Goh). Sorry, but for us to put the firmwares at the server and/or add them at linux-firmware git tree, we n

Re: tm6000 sometime frooze, sometimes crashed isoc transfer

2010-04-12 Thread Mauro Carvalho Chehab
Em 12-04-2010 13:44, Stefan Ringel escreveu: > Hi Mauro, > > I have a little problem with the analog setting and isoc transfer (see > log). Can I setting altsetting and where it must set? > Feel free to do whatever needed to fix it. If you take a look on the history of em28xx-video, you'll find

Re: tm6000 and Hauppauge HVR-900H

2010-03-05 Thread Stefan Ringel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 05.03.2010 18:52, schrieb Mauro Carvalho Chehab: > Stefan, > > Stefan Ringel wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Hi Mauro, Devin, >> >> I study the tm6000 source and I have any questions. >> >> 1. I tested my stick (terrat

Re: tm6000 and Hauppauge HVR-900H

2010-03-05 Thread Stefan Ringel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 05.03.2010 18:52, schrieb Mauro Carvalho Chehab: > Stefan, > > Stefan Ringel wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Hi Mauro, Devin, >> >> I study the tm6000 source and I have any questions. >> >> 1. I tested my stick (terrat

Re: tm6000 and Hauppauge HVR-900H

2010-03-05 Thread Mauro Carvalho Chehab
Stefan, Stefan Ringel wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Mauro, Devin, > > I study the tm6000 source and I have any questions. > > 1. I tested my stick (terratec cinery hybrid) with the windows driver > from the Hauppauge HVR-900H and it's work. So I think that hav

Re: tm6000: patch serie

2010-02-18 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mauro, > > have you seen my patch serie from monday? Yes, I've seen. I'll be handling it likely today. PS.: Next time, just take a look at patchwork.kernel.org. If the patches are there marked as New, they are on my que

Re: TM6000 Driver building

2010-02-08 Thread Mauro Carvalho Chehab
Richard wrote: > Hi all, > > Pardon my green-ness to the whole process of the v4l-dvb and would like > some pointers on how to build the TM6000 components of the drivers > > in v4l/ directtory I edited the .config to enable the TM6000_DVB=m > clause and rebuilt.. but lo and behold there were stil

Re: tm6000

2010-01-12 Thread Mauro Carvalho Chehab
Dmitri Belimov wrote: > Hi > > Who is maintainer of the tm6000 module?? > > With my best regards, Dmitry. I wrote it, although I'm currently lacking time to fix the bugs. Feel free to fix if you want. I have some boards here and I can help testing on them. Cheers, Mauro. -- To unsubscribe from t