dtv-scan-tables dvbv5 tables

2014-08-18 Thread Stefan Ringel
Hi, i have problems dtv-scan-tables dvbv5 part. 1. better a new subdirectory to equalant to dvb (i.e. dvbv5) 2. the block names must add a index number (format BerlinX -> X is a number, i.e. first block: Berlin1, second block: Berlin2 etc. not first block: Berlin, second block: Berlin), becaus

[PATCH] v4l-utils: bugfix memory chunk

2014-03-04 Thread Stefan Ringel
>From a5cfa1881de152a887d195e8c880dcca3e6b766e Mon Sep 17 00:00:00 2001 From: Stefan Ringel Date: Tue, 4 Mar 2014 20:50:32 +0100 Subject: [PATCH] v4l-utils: bugfix memory chunk Bug 1070855 - [abrt] v4l-utils: parse_string(): dvbv5-scan killed by SIGABRT https://bugzilla.redhat.com/show_bug.

[no subject]

2014-03-04 Thread Stefan Ringel
>From a5cfa1881de152a887d195e8c880dcca3e6b766e Mon Sep 17 00:00:00 2001 From: Stefan Ringel Date: Tue, 4 Mar 2014 20:50:32 +0100 Subject: [PATCH] v4l-utils: bugfix memory chunk Bug 1070855 - [abrt] v4l-utils: parse_string(): dvbv5-scan killed by SIGABRT https://bugzilla.redhat.com/show_bug.

[no subject]

2014-03-04 Thread Stefan Ringel
>From a5cfa1881de152a887d195e8c880dcca3e6b766e Mon Sep 17 00:00:00 2001 From: Stefan Ringel Date: Tue, 4 Mar 2014 20:50:32 +0100 Subject: [PATCH] v4l-utils: bugfix memory chunk Bug 1070855 - [abrt] v4l-utils: parse_string(): dvbv5-scan killed by SIGABRT https://bugzilla.redhat.com/show_bug.

Re: [PATCH 2/3] drxk: correction frontend attatching

2011-12-17 Thread Stefan Ringel
Am 18.12.2011 00:47, schrieb Oliver Endriss: On Sunday 18 December 2011 00:39:49 Oliver Endriss wrote: On Saturday 17 December 2011 21:57:16 linu...@stefanringel.de wrote: From: Stefan Ringel all drxk have dvb-t, but not dvb-c. Signed-off-by: Stefan Ringel --- drivers/media/dvb/frontends

Re: [PATCH 2/3] drxk: correction frontend attatching

2011-12-17 Thread Stefan Ringel
Am 18.12.2011 00:39, schrieb Oliver Endriss: On Saturday 17 December 2011 21:57:16linu...@stefanringel.de wrote: From: Stefan Ringel all drxk have dvb-t, but not dvb-c. Signed-off-by: Stefan Ringel --- drivers/media/dvb/frontends/drxk_hard.c |6 -- 1 files changed, 4 insertions

Re: [PATCH 3/5] tm6000: bugfix interrupt reset

2011-12-05 Thread Stefan Ringel
Am 05.12.2011 19:21, schrieb Mauro Carvalho Chehab: On 05-12-2011 13:38, Thierry Reding wrote: * Mauro Carvalho Chehab wrote: On 05-12-2011 05:21, Thierry Reding wrote: * linu...@stefanringel.de wrote: From: Stefan Ringel Signed-off-by: Stefan Ringel Your commit message needs more details

[PATCH v2] tm6000: fix uninitialized field, change prink to dprintk

2011-05-20 Thread stefan . ringel
From: Stefan Ringel fix uninitialized field, change prink to dprintk Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-usb-isoc.h |2 +- drivers/staging/tm6000/tm6000-video.c|5 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/staging

[PATCH] tm6000: fix uninitialized field, change prink to dprintk

2011-05-20 Thread stefan . ringel
From: Stefan Ringel fix uninitialized field, change prink to dprintk Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-video.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-video.c b/drivers/staging/tm6000/tm6000

[PATCH 03/16] tm6000: change to virtual inputs

2011-05-09 Thread stefan . ringel
From: Stefan Ringel change to virtual inputs Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-cards.c | 257 +++-- drivers/staging/tm6000/tm6000-core.c | 60 + drivers/staging/tm6000/tm6000.h | 36 -- 3 files changed, 303

[PATCH 04/16] tm6000: vitual input enums

2011-05-09 Thread stefan . ringel
From: Stefan Ringel vitual input enums Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-video.c | 100 +++-- 1 files changed, 57 insertions(+), 43 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-video.c b/drivers/staging/tm6000/tm6000

[PATCH 05/16] tm6000: change input control

2011-05-09 Thread stefan . ringel
From: Stefan Ringel change input control Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-core.c | 12 +- drivers/staging/tm6000/tm6000-stds.c | 774 ++--- drivers/staging/tm6000/tm6000-video.c |9 +- drivers/staging/tm6000/tm6000.h

[PATCH 06/16] tm6000: add eeprom

2011-05-09 Thread stefan . ringel
From: Stefan Ringel add eeprom Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-cards.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 9f4daac..199cc86 100644

[PATCH 10/16] tm6000: move from tm6000_set_reg to tm6000_set_reg_mask

2011-05-09 Thread stefan . ringel
From: Stefan Ringel move from tm6000_set_reg to tm6000_set_reg_mask Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-core.c | 26 ++ 1 files changed, 10 insertions(+), 16 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-core.c b/drivers

[PATCH 13/16] tm6000: change from ioctl to unlocked_ioctl

2011-05-09 Thread stefan . ringel
From: Stefan Ringel change from ioctl to unlocked_ioctl Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-video.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-video.c b/drivers/staging/tm6000/tm6000-video.c index

[PATCH 11/16] tm6000: remove input select

2011-05-09 Thread stefan . ringel
From: Stefan Ringel remove input select Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-core.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-core.c b/drivers/staging/tm6000/tm6000-core.c index 1ac8409..57fd874

[PATCH 15/16] tm6000: remove unsued exports

2011-05-09 Thread stefan . ringel
From: Stefan Ringel remove unsued exports Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-core.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-core.c b/drivers/staging/tm6000/tm6000-core.c index 57fd874..d7eb2e2

[PATCH 14/16] tm6000: add pts logging

2011-05-09 Thread stefan . ringel
From: Stefan Ringel add pts logging Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-video.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-video.c b/drivers/staging/tm6000/tm6000-video.c index 2d83204..4802396

[PATCH 12/16] tm6000: all audio packets must swab

2011-05-09 Thread stefan . ringel
From: Stefan Ringel all audio packets must swab Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-video.c | 13 + 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-video.c b/drivers/staging/tm6000/tm6000-video.c index

[PATCH 16/16] tm6000: remove tm6010 sif audio start and stop

2011-05-09 Thread stefan . ringel
From: Stefan Ringel remove tm6010 sif audio start and stop Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-alsa.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-alsa.c b/drivers/staging/tm6000/tm6000-alsa.c index

[PATCH 08/16] tm6000: remove old tuner params

2011-05-09 Thread stefan . ringel
From: Stefan Ringel remove old tuner params Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-cards.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 19120ed

[PATCH 09/16] tm6000: remove dopple init

2011-05-09 Thread stefan . ringel
From: Stefan Ringel remove dopple init Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-cards.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 8ca8727..a69c82e

[PATCH 07/16] tm6000: remove unused capabilities

2011-05-09 Thread stefan . ringel
From: Stefan Ringel remove unused capabilities Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-cards.c |8 drivers/staging/tm6000/tm6000.h |2 -- 2 files changed, 0 insertions(+), 10 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c b

[PATCH 02/16] tm6000: add tm6010 audio mode setup

2011-05-09 Thread stefan . ringel
From: Stefan Ringel add tm6010 audio mode setup Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-stds.c | 149 ++--- drivers/staging/tm6000/tm6000-video.c | 35 +--- drivers/staging/tm6000/tm6000.h |1 + 3 files changed, 107

[PATCH 01/16] tm6000: add radio capabilities

2011-05-09 Thread stefan . ringel
From: Stefan Ringel add radio capabilities Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-cards.c |4 +++ drivers/staging/tm6000/tm6000-video.c | 34 +--- drivers/staging/tm6000/tm6000.h |1 + 3 files changed, 23 insertions(+), 16

tm6000: video buffer

2011-05-08 Thread Stefan Ringel
. after a vbi packet with radio info (WSS) a few variables which help us: in structure "tm6000_core" : aspect framecount Stefan Ringel -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More maj

Re: [PATCH v1] tm6000: rework standards

2011-05-04 Thread Stefan Ringel
Dmitri, I have tested your patch, but is doesn't work (big crash -> long, long, long beep). -- 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.kernel.org/majordomo-info.html

Re: [PATCH 2/5] tm6000: add dtv78 parameter

2011-05-03 Thread Stefan Ringel
Am 03.05.2011 12:04, schrieb Mauro Carvalho Chehab: Em 20-04-2011 11:30, Stefan Ringel escreveu: Am 20.04.2011 14:38, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:19, Stefan Ringel escreveu: Am 19.04.2011 23:22, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de

Re: [PATCH 3/5] tm6000: add audio mode parameter

2011-05-03 Thread Stefan Ringel
Am 03.05.2011 16:52, schrieb Stefan Ringel: Am 03.05.2011 16:42, schrieb Mauro Carvalho Chehab: Em 03-05-2011 11:25, Stefan Ringel arcor escreveu: Am 03.05.2011 12:07, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:36, Stefan Ringel escreveu: Am 19.04.2011 23:26, schrieb Mauro Carvalho

Re: [PATCH 3/5] tm6000: add audio mode parameter

2011-05-03 Thread Stefan Ringel
Am 03.05.2011 16:42, schrieb Mauro Carvalho Chehab: Em 03-05-2011 11:25, Stefan Ringel arcor escreveu: Am 03.05.2011 12:07, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:36, Stefan Ringel escreveu: Am 19.04.2011 23:26, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin

Re: [PATCH 3/5] tm6000: add audio mode parameter

2011-05-03 Thread Stefan Ringel arcor
Am 03.05.2011 12:07, schrieb Mauro Carvalho Chehab: > Em 20-04-2011 05:36, Stefan Ringel escreveu: >> Am 19.04.2011 23:26, schrieb Mauro Carvalho Chehab: >>> Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: >>>> From: Stefan Ringel >>>> >&

Re: [PATCH 1/5] tm6000: add mts parameter

2011-04-20 Thread Stefan Ringel
Am 20.04.2011 17:17, schrieb Mauro Carvalho Chehab: Em 20-04-2011 11:19, Stefan Ringel escreveu: Am 20.04.2011 14:37, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:14, Stefan Ringel escreveu: Am 19.04.2011 23:21, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de

Re: [PATCH 2/5] tm6000: add dtv78 parameter

2011-04-20 Thread Stefan Ringel
Am 20.04.2011 14:38, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:19, Stefan Ringel escreveu: Am 19.04.2011 23:22, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan Ringel add dtv78 parameter The dtv78 entry is a hack meant for card usage

Re: [PATCH 1/5] tm6000: add mts parameter

2011-04-20 Thread Stefan Ringel
Am 20.04.2011 14:37, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:14, Stefan Ringel escreveu: Am 19.04.2011 23:21, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan Ringel add mts parameter Stefan, The MTS config depends on the specific

Re: [PATCH 2/5] tm6000: add dtv78 parameter

2011-04-20 Thread Stefan Ringel
Am 19.04.2011 23:22, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan Ringel add dtv78 parameter The dtv78 entry is a hack meant for card usage in Australia, that speeds up channel detection there. Again, it should be specified only when needed

Re: [PATCH 3/5] tm6000: add audio mode parameter

2011-04-20 Thread Stefan Ringel
Am 19.04.2011 23:26, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan Ringel add audio mode parameter Why we need a parameter for it? It should be determined based on the standard. tm6010 has a sif decoder, and I think if auto detect doesn&#

Re: [PATCH 1/5] tm6000: add mts parameter

2011-04-20 Thread Stefan Ringel
Am 19.04.2011 23:21, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan Ringel add mts parameter Stefan, The MTS config depends on the specific board design (generally present on mono NTSC cards). So, it should be inside the cards struct, and

[PATCH 5/5] tm6000: add CARDLIST

2011-04-04 Thread stefan . ringel
From: Stefan Ringel add CARDLIST Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/CARDLIST | 16 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/tm6000/CARDLIST diff --git a/drivers/staging/tm6000/CARDLIST b/drivers/staging

[PATCH 4/5] tm6000: add kernel module desciption

2011-04-04 Thread stefan . ringel
From: Stefan Ringel add kernel module desciption Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/README | 40 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/drivers/staging/tm6000/README b/drivers/staging/tm6000/README index

[PATCH 2/5] tm6000: add dtv78 parameter

2011-04-04 Thread stefan . ringel
From: Stefan Ringel add dtv78 parameter Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-cards.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index eef58da

[PATCH 3/5] tm6000: add audio mode parameter

2011-04-04 Thread stefan . ringel
From: Stefan Ringel add audio mode parameter Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-stds.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-stds.c b/drivers/staging/tm6000/tm6000-stds.c index da3e51b..a9e1921

[PATCH 1/5] tm6000: add mts parameter

2011-04-04 Thread stefan . ringel
From: Stefan Ringel add mts parameter Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-cards.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 146c7e8..eef58da

Re: [PATCH] tm6000: fix s-video input

2011-03-18 Thread Stefan Ringel
put pin (adc 1, adc 2 or sif)). If we are called vidioc_s_input or radio_g_input setting input number. In tm6000_std.c we can use this input number and the input struct with the same number and can use all setting from here to set it. Stefan Ringel > diff --git a/drivers/staging/tm6000/tm6

[PATCH] tm6000: relabeling any registers

2011-01-25 Thread stefan . ringel
From: Stefan Ringel relabeling any registers Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-core.c | 64 - 1 files changed, 39 insertions(+), 25 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-core.c b/drivers/staging/tm6000/tm6000

Re: [PATCH] tm6000: add/rework reg.defines

2011-01-20 Thread Stefan Ringel
M6010_REQ08_RF2_LEFT_CHANNEL_VOL 0x08, 0xf2 > > Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov > > > With my best regards, Dmitry. Dmitry, that are good news! And that anwers my questions. Now I think we must separate the both chipsets in any points: * audio standards * v

Re: Add Terratec Grabster support to tm6000

2011-01-04 Thread Stefan Ringel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 04.01.2011 20:12, schrieb Holger Nelson: > Hi, > > the following patch adds support for a Terratec Grabster AV MX150 > (and maybe other devices in the Grabster series). This device is an > analog frame grabber device using a tm5600. This device do

Re: tm6000 and IR

2010-12-18 Thread Stefan Ringel
P_ADD address mask, we use 0xff TM6010_REQ07_RD8_IR_LEADER1 TM6010_REQ07_RD8_IR_LEADER0 is a 16bit register for NEC 0xaa30 TM6010_REQ07_RD8_IR_PULSE_CNT1 TM6010_REQ07_RD8_IR_PULSE_CNT0 is a 16bit register for NEC 0x20d0 Stefan Ringel -- To unsubscribe from this list: send the line "unsubscribe l

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 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-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 Stefan Ringel
are o.k.. Then the function call usb_set_interface in tm6000_video, can write for example: stop_ir_pipe usb_set_interface start_ir_pipe I will adding vbi_buffer and device in the next, and isoc calculating without video_buffer size. Stefan Ringel -- To unsubscribe from this list: send

Re: tm6000 and IR

2010-12-08 Thread Stefan Ringel
if (ir_table.name == OUR_TV_CARD_IR_TABLE) return to ir core byte1 0x6B byte0 Or 2. use only high byte of address for filtering a key. I'll try number 2 as more robust. What you mean about it? second once are better, easier and need small code. Stefan Ringel -- To unsubscribe from th

Re: tm6000 and IR

2010-12-07 Thread Stefan Ringel
ut(pipe)); Can you test without call "usb_set_interface"? Stefan Ringel -- 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.kernel.org/majordomo-info.html

Re: tm6000 and IR

2010-12-05 Thread Stefan Ringel
155239] tm6000 tm6000_irq_callback :urb resubmit failed (error=-1) [ 224.160990] tm6000 tm6000_irq_callback :urb resubmit failed (error=-1) With my best regards, Dmitry. I attched my diffs. This file has some debug junk. With my best regards, Dmitry. Stefan Ringel -- To unsubscribe from this list

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

Re: tm6000 and IR

2010-12-01 Thread Stefan Ringel
sorry, I don't understand that. I attched my diffs. This file has some debug junk. With my best regards, Dmitry. Stefan Ringel -- 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 ht

Re: tm6000 and IR

2010-11-30 Thread Stefan Ringel
d nec protocol works, that I have tested. Stefan Ringel 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 version = 0x67980bf4 [ 134.484013] board=0x679

Re: HVR900H : IR Remote Control

2010-11-16 Thread Stefan Ringel
Am 16.11.2010 21:42, schrieb Massis Sirapian: Le 16/11/2010 21:32, Stefan Ringel a écrit : Am 16.11.2010 21:26, schrieb Massis Sirapian: Le 15/11/2010 22:08, Stefan Ringel a écrit : Am 15.11.2010 22:00, schrieb Massis Sirapian: Le 15/11/2010 18:43, Stefan Ringel a écrit : Am 15.11.2010 10

Re: HVR900H : IR Remote Control

2010-11-16 Thread Stefan Ringel
Am 16.11.2010 21:26, schrieb Massis Sirapian: Le 15/11/2010 22:08, Stefan Ringel a écrit : Am 15.11.2010 22:00, schrieb Massis Sirapian: Le 15/11/2010 18:43, Stefan Ringel a écrit : Am 15.11.2010 10:15, schrieb Richard Zidlicky: On Sun, Nov 14, 2010 at 08:22:44PM +0100, Massis Sirapian

Re: HVR900H : IR Remote Control

2010-11-15 Thread Stefan Ringel
Am 15.11.2010 22:00, schrieb Massis Sirapian: Le 15/11/2010 18:43, Stefan Ringel a écrit : Am 15.11.2010 10:15, schrieb Richard Zidlicky: On Sun, Nov 14, 2010 at 08:22:44PM +0100, Massis Sirapian wrote: Thanks Stefan. I've checked the /drivers/media/IR/keymaps of the kernel s

Re: HVR900H : IR Remote Control

2010-11-15 Thread Stefan Ringel
Am 15.11.2010 10:15, schrieb Richard Zidlicky: On Sun, Nov 14, 2010 at 08:22:44PM +0100, Massis Sirapian wrote: Thanks Stefan. I've checked the /drivers/media/IR/keymaps of the kernel source directory, but nothing seems to fit my remote, which is a DSR-0012 : http://lirc.sourceforge.net/remote

Re: HVR900H : IR Remote Control

2010-11-14 Thread Stefan Ringel
Am 14.11.2010 15:37, schrieb Massis Sirapian: Hi, I have discovered, upgrading my old WinTV PCI Hauppauge card to a HVR-900H USB stick how much the IR userspace has evolved. I'm using the 2.6.36 kernel provided by Debian in its experimental repository. Loading the tm6000_dvb works fine (e

[PATCH v2] tm6000: add revision check

2010-11-09 Thread stefan . ringel
From: Stefan Ringel adding chip revision check Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-cards.c |7 --- drivers/staging/tm6000/tm6000-core.c | 27 --- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/drivers/staging

Re: [git:v4l-dvb/for_v2.6.38] [media] tm6000: bugfix set tv standards

2010-11-09 Thread Stefan Ringel
Am 09.11.2010 13:20, schrieb Mauro Carvalho Chehab: This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] tm6000: bugfix set tv standards Author: Stefan Ringel Date:Wed Oct 27 16:48:05

[PATCH] tm6000: add revision check

2010-11-06 Thread stefan . ringel
From: root adding chip revision check Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-cards.c |7 --- drivers/staging/tm6000/tm6000-core.c | 26 +++--- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/drivers/staging/tm6000/tm6000

[PATCH] tm6000: bugfix set tv standards

2010-10-27 Thread stefan . ringel
From: Stefan Ringel bugfix set tv standards Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-video.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-video.c b/drivers/staging/tm6000/tm6000-video.c index 9ec8279..c5690b2

tm6000 problems with picture

2010-10-27 Thread Stefan Ringel
Hello Mauro, I have actually problems with my terratec cinergy hybrid xe (tm6010). Today as I test with last git update, it don't work with my stick, but a few weeks before it has work (black/white picture; bottom position). But I found the worried points. Signed-off-by: Stefan R

Re: [RFC PATCH] Audio standards on tm6000

2010-10-12 Thread Stefan Ringel
est patch from Mauro and full > file tm6000-std.c > >> Cheers, Mauro. >> > > With my best regards, Dmitry. Where is defined "tv_audio_mode"? Stefan Ringel -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.12 (MingW32) Comment: Using GnuPG with Mozilla - http://eni

[PATCH] tm6000: bugfix data handling

2010-09-09 Thread stefan . ringel
From: Stefan Ringel Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-input.c | 61 + 1 files changed, 39 insertions(+), 22 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-input.c b/drivers/staging/tm6000/tm6000-input.c index 7b07096

[PATCH 2/2] tm6000: bugfix data handling

2010-08-24 Thread stefan . ringel
From: Stefan Ringel Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-input.c | 59 + 1 files changed, 38 insertions(+), 21 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-input.c b/drivers/staging/tm6000/tm6000-input.c index 7b07096

[PATCH 1/2] tm6000: bugfix param string

2010-08-24 Thread stefan . ringel
From: Stefan Ringel Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-input.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-input.c b/drivers/staging/tm6000/tm6000-input.c index 32f7a0a..7b07096 100644 --- a/drivers

[PATCH] tm6000: bugfix bad marge

2010-07-26 Thread stefan . ringel
From: Stefan Ringel Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-core.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-core.c b/drivers/staging/tm6000/tm6000-core.c index 9f60ad5..1fea5a0 100644 --- a/drivers

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 b

tm6000 bad marge staging/tm6000 into staging/all

2010-07-25 Thread Stefan Ringel
-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 Mauro Carvalho Chehab [Sun, 4 Jul 2010 19:33:26 + (16:33 -0300)]

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 st

tm6000 and losing blocks

2010-06-30 Thread Stefan Ringel
l.cmd = cmd; > dev->isoc_ctl.pktsize = pktsize - (endp - ptr); >- ptr += endp - ptr; >+ ptr += cpysize; > } else { > dev->isoc_ctl.cmd = 0; > ptr += pktsize;

tm6000 + audio

2010-06-27 Thread Stefan Ringel
Mauro, I have great problems with _tm6000_start_audio_dma if I started mencoder or arecord. It creashed and after a while it frosts in. (It hasn't logged). Stefan Ringel -- Stefan Ringel -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body

[PATCH] tm6000: add ir support

2010-06-20 Thread stefan . ringel
From: Stefan Ringel Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/Makefile |3 +- drivers/staging/tm6000/tm6000-cards.c | 28 +++- drivers/staging/tm6000/tm6000-input.c | 365 + drivers/staging/tm6000/tm6000.h |9 + 4 files

Re: [PATCH] tm6000: add ir support

2010-06-20 Thread Stefan Ringel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 20.06.2010 18:31, schrieb Jarod Wilson: > On Sun, Jun 20, 2010 at 11:38 AM, wrote: >> From: Stefan Ringel >> >> Signed-off-by: Stefan Ringel >> --- >> drivers/staging/tm6000/Makefile |3 +- >>

[PATCH] tm6000: add ir support

2010-06-20 Thread stefan . ringel
From: Stefan Ringel Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/Makefile |3 +- drivers/staging/tm6000/tm6000-cards.c | 27 +++- drivers/staging/tm6000/tm6000-input.c | 357 + drivers/staging/tm6000/tm6000.h | 11 + 4 files

Aw: Re: [PATCH 6/6] Staging: tm6000: Fix coding style issues Fixed coding style issues founded by checkpatch.pl in files: tm6000-alsa.c, tm6000-cards, tm6000-core.c, tm6000-dvb.c, tm6000-i2c.c, tm60

2010-06-19 Thread Stefan Ringel
- Original Nachricht Von: Greg KH An: Stefan Ringel Datum: 19.06.2010 19:25 Betreff: Re: [PATCH 6/6] Staging: tm6000: Fix coding style issues Fixed coding style issues founded by checkpatch.pl in files: tm6000-alsa.c, tm6000-cards, tm6000-core.c, tm6000-dvb.c, tm6000

Re: [PATCH 6/6] Staging: tm6000: Fix coding style issues Fixed coding style issues founded by checkpatch.pl in files: tm6000-alsa.c, tm6000-cards, tm6000-core.c, tm6000-dvb.c, tm6000-i2c.c, tm6000-std

2010-06-18 Thread Stefan Ringel
Am 19.06.2010 01:46, schrieb Greg KH: > This patch does not apply properly. What tree did you make it against? > Please redo it against the latest linux-next tree and resend it. > > thanks, > > greg k-h > please look in staging/tm6000 brunch. Stefan Ringel --

Re: tm6000 audio buffer

2010-06-07 Thread Stefan Ringel
e TM6000_URB_MSG_AUDIO: > tm6000_call_fillbuf(dev, TM6000_AUDIO, ptr, > cpysize); > +if (cpysize < pktsize) { > +printk("Audio[%d] = %02x %02x %02x %02x\n", > +cpysize, > +ptr[cpysize], > +ptr[cpysize+1], > +ptr[cpysize+2], > +ptr[cpysize+3]); > +} > + > break; > case TM6000_URB_MSG_VBI: > /* Need some code to copy vbi buffer */ > > -- > 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.kernel.org/majordomo-info.html > -- Stefan Ringel <>

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

tm6000 autio isoc blocks

2010-06-04 Thread Stefan Ringel
-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 (cmd=2) resize from 0 to 180 (actual read 0 without resize it).

[PATCH] tm6000: bugfix unkown symbol tm6000_debug

2010-06-03 Thread stefan . ringel
From: Stefan Ringel May 30 07:54:09 linux-v5dy kernel: [ 2555.727426] tm6000: Unknown symbol tm6000_debug Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-core.c |2 ++ drivers/staging/tm6000/tm6000-dvb.c |4 ++-- drivers/staging/tm6000/tm6000-video.c |2

[PATCH] tm6000: rewrite copy_streams

2010-06-01 Thread stefan . ringel
From: Stefan Ringel fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- drivers/staging/tm6000/tm6000-video.c| 326 +++--- 2 files changed, 119 insertions

Re: [PATCH] tm6000: rewrite copy_streams

2010-05-31 Thread Stefan Ringel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 01.06.2010 00:09, schrieb Mauro Carvalho Chehab: > Em 31-05-2010 12:25, stefan.rin...@arcor.de escreveu: >> From: Stefan Ringel >> >> fusion function copy streams and copy_packets to new function copy_streams. > > >

[PATCH] tm6000: rewrite copy_streams

2010-05-31 Thread stefan . ringel
From: Stefan Ringel fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- drivers/staging/tm6000/tm6000-video.c| 335 +++--- 2 files changed, 122 insertions

[PATCH 3/3] tm6000: move dvb into a separate kern module

2010-05-30 Thread stefan . ringel
From: Stefan Ringel move dvb into a separate kern module Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/Kconfig|4 +- drivers/staging/tm6000/Makefile |5 +-- drivers/staging/tm6000/tm6000-cards.c | 31 +--- drivers/staging/tm6000/tm6000-core.c |1

[PATCH 2/3] tm6000: move debug info print from header into c file

2010-05-30 Thread stefan . ringel
From: Stefan Ringel move debug info print from header into c file Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-core.c |6 ++ drivers/staging/tm6000/tm6000-dvb.c |8 drivers/staging/tm6000/tm6000-video.c |6 ++ drivers/staging/tm6000/tm6000.h

[PATCH 1/3] tm6000: rewrite init and fini

2010-05-30 Thread stefan . ringel
From: Stefan Ringel rewrite tm6000_audio_init and tm6000_audio_fini Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-alsa.c | 127 +- drivers/staging/tm6000/tm6000.h | 15 2 files changed, 63 insertions(+), 79 deletions(-) diff --git

Re: [PATCH] tm6000: rewrite copy_streams

2010-05-28 Thread Stefan Ringel
Am 28.05.2010 20:03, schrieb stefan.rin...@arcor.de: > From: Stefan Ringel > > fusion function copy streams and copy_packets to new function copy_streams. > > Signed-off-by: Stefan Ringel > --- > drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- > drivers/stagi

[PATCH] tm6000: rewrite copy_streams

2010-05-28 Thread stefan . ringel
From: Stefan Ringel fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- drivers/staging/tm6000/tm6000-video.c| 329 +++--- 2 files changed, 119 insertions

[PATCH] tm6000: rewrite copy_streams

2010-05-28 Thread stefan . ringel
From: Stefan Ringel fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- drivers/staging/tm6000/tm6000-video.c| 329 +++--- 2 files changed, 119 insertions

Re: [PATCH 5/5] tm6000: rewrite copy_streams

2010-05-28 Thread Stefan Ringel
Am 27.05.2010 23:23, schrieb Mauro Carvalho Chehab: > Em Sun, 23 May 2010 20:31:45 +0200 > stefan.rin...@arcor.de escreveu: > > >> From: Stefan Ringel >> >> fusion function copy streams and copy_packets to new function copy_streams. >> >> Signed

Re: [PATCH 5/5] tm6000: rewrite copy_streams

2010-05-27 Thread Stefan Ringel
Am 27.05.2010 23:23, schrieb Mauro Carvalho Chehab: > Em Sun, 23 May 2010 20:31:45 +0200 > stefan.rin...@arcor.de escreveu: > > >> From: Stefan Ringel >> >> fusion function copy streams and copy_packets to new function copy_streams. >> >> Signed

Re: [PATCH 5/5] tm6000: rewrite copy_streams

2010-05-27 Thread Stefan Ringel
Am 27.05.2010 23:23, schrieb Mauro Carvalho Chehab: > Em Sun, 23 May 2010 20:31:45 +0200 > stefan.rin...@arcor.de escreveu: > > >> From: Stefan Ringel >> >> fusion function copy streams and copy_packets to new function copy_streams. >> >> Signed

[PATCH] tm6000: bugfix outp in function copy_multiplexed

2010-05-27 Thread stefan . ringel
From: Stefan Ringel bugfix outp in function copy_multiplexed Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-video.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-video.c b/drivers/staging/tm6000/tm6000-video.c

Re: [PATCH 3/4] tm6000: bugfix video image

2010-05-27 Thread Stefan Ringel
o_vmalloc(&(buf->vb)); - if (!out_p) + outp = videobuf_to_vmalloc(&(buf->vb)); + if (!outp) return rc; pos = 0; } I have overseen that, as I generate a patch. In my devel-tree I have outp. -- Stefan Ringel <>

  1   2   3   >