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),

[no subject]

2014-03-04 Thread Stefan Ringel
From a5cfa1881de152a887d195e8c880dcca3e6b766e Mon Sep 17 00:00:00 2001 From: Stefan Ringel linu...@stefanringel.de 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

[no subject]

2014-03-04 Thread Stefan Ringel
From a5cfa1881de152a887d195e8c880dcca3e6b766e Mon Sep 17 00:00:00 2001 From: Stefan Ringel linu...@stefanringel.de 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

[PATCH] v4l-utils: bugfix memory chunk

2014-03-04 Thread Stefan Ringel
From a5cfa1881de152a887d195e8c880dcca3e6b766e Mon Sep 17 00:00:00 2001 From: Stefan Ringel linu...@stefanringel.de 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

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 Ringellinu...@stefanringel.de all drxk have dvb-t, but not dvb-c. Signed-off-by: Stefan Ringellinu...@stefanringel.de --- drivers/media/dvb/frontends/drxk_hard.c |

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 Ringellinu...@stefanringel.de all drxk have dvb-t, but not dvb-c. Signed-off-by: Stefan

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 Ringellinu...@stefanringel.de Signed-off-by: Stefan

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

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

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

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

[PATCH 01/16] tm6000: add radio capabilities

2011-05-09 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de add radio capabilities Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-cards.c |4 +++ drivers/staging/tm6000/tm6000-video.c | 34 +--- drivers/staging/tm6000/tm6000.h

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

2011-05-09 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de add tm6010 audio mode setup Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-stds.c | 149 ++--- drivers/staging/tm6000/tm6000-video.c | 35 +--- drivers/staging/tm6000/tm6000.h

[PATCH 07/16] tm6000: remove unused capabilities

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

[PATCH 09/16] tm6000: remove dopple init

2011-05-09 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de remove dopple init Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- 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

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

2011-05-09 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de remove old tuner params Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- 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

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

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

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

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

[PATCH 14/16] tm6000: add pts logging

2011-05-09 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de add pts logging Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- 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

[PATCH 15/16] tm6000: remove unsued exports

2011-05-09 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de remove unsued exports Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- 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

[PATCH 11/16] tm6000: remove input select

2011-05-09 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de remove input select Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- 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

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

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

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

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

[PATCH 06/16] tm6000: add eeprom

2011-05-09 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de add eeprom Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- 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

[PATCH 05/16] tm6000: change input control

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

[PATCH 04/16] tm6000: vitual input enums

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

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

2011-05-09 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de change to virtual inputs Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-cards.c | 257 +++-- drivers/staging/tm6000/tm6000-core.c | 60 + drivers/staging/tm6000/tm6000.h

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 majordomo info at http

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 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 Ringelstefan.rin...@arcor.de add audio mode parameter Why we need

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
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 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 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 Ringelstefan.rin...@arcor.de add mts parameter Stefan, The MTS config depends on the specific board design (generally present on mono NTSC cards). So, it should be inside

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 Ringelstefan.rin...@arcor.de 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

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 Ringelstefan.rin...@arcor.de 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

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 Ringelstefan.rin...@arcor.de add mts parameter Stefan, The MTS config

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 Ringelstefan.rin...@arcor.de add dtv78 parameter The dtv78 entry is a hack

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

[PATCH 1/5] tm6000: add mts parameter

2011-04-04 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de add mts parameter Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- 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

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

2011-04-04 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de add audio mode parameter Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- 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

[PATCH 2/5] tm6000: add dtv78 parameter

2011-04-04 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de add dtv78 parameter Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- 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

[PATCH 5/5] tm6000: add CARDLIST

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

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

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

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

2011-03-19 Thread Stefan Ringel
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/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 88144a1

[PATCH] tm6000: relabeling any registers

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

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

2011-01-20 Thread Stefan Ringel
rework in tm6000-video, isoc usb buffer and vbi device, I move this into summer 2011!! Stefan Ringel -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.12 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJNOIxEAAoJEAWtPFjxMvFG3LQIAKlIMVWYTTPA5RD45Sw4QBQH I

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

Re: tm6000 and IR

2010-12-18 Thread Stefan Ringel
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 linux-media in the body of a message

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

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

Re: tm6000 and IR

2010-12-14 Thread Stefan Ringel
.. 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 the line

Re: tm6000 and IR

2010-12-08 Thread Stefan Ringel
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 this list: send the line unsubscribe linux-media in the body

Re: tm6000 and IR

2010-12-07 Thread Stefan Ringel
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
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: send the line unsubscribe linux-media

Re: tm6000 and IR

2010-12-01 Thread Stefan Ringel
, 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 http://vger.kernel.org

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-11-30 Thread Stefan Ringel
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=0x67980bf4

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-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 :

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 source

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

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 Ringelstefan.rin...@arcor.de Date:

[PATCH v2] tm6000: add revision check

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

[PATCH] tm6000: add revision check

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

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 Ringel

Re: [RFC PATCH] Audio standards on tm6000

2010-10-12 Thread Stefan Ringel
, see tm6000_set_audio_std For SECAM-DK it works. Try on your standards. Two files in attach. Patch after latest 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

[PATCH 1/2] tm6000: bugfix param string

2010-08-24 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- 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

[PATCH 2/2] tm6000: bugfix data handling

2010-08-24 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- 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

[PATCH] tm6000: bugfix bad marge

2010-07-27 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- 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

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

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)]

tm6000 and losing blocks

2010-06-30 Thread Stefan Ringel
+= cpysize; } else { dev-isoc_ctl.cmd = 0; ptr += pktsize; dito Stefan Ringel -- Stefan Ringel stefan.rin...@arcor.de -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

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 Your logic

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 stefan.rin...@arcor.de -- 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 stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/Makefile |3 +- drivers/staging/tm6000/tm6000-cards.c | 27 +++- drivers/staging/tm6000/tm6000-input.c | 357 + drivers/staging

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, stefan.rin...@arcor.de wrote: From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/Makefile

[PATCH] tm6000: add ir support

2010-06-20 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/Makefile |3 +- drivers/staging/tm6000/tm6000-cards.c | 28 +++- drivers/staging/tm6000/tm6000-input.c | 365 + drivers/staging

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 g...@kroah.com An: Stefan Ringel stefan.rin...@arcor.de 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

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 -- Stefan Ringel stefan.rin...@arcor.de

Re: tm6000 audio buffer

2010-06-07 Thread Stefan Ringel
...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Stefan Ringel stefan.rin...@arcor.de attachment: stefan_ringel.vcf

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

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

[PATCH] tm6000: bugfix unkown symbol tm6000_debug

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

[PATCH] tm6000: rewrite copy_streams

2010-06-01 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- drivers/staging/tm6000/tm6000-video.c| 326

[PATCH] tm6000: rewrite copy_streams

2010-05-31 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- drivers/staging/tm6000/tm6000-video.c| 335

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 stefan.rin...@arcor.de fusion function copy streams and copy_packets to new function copy_streams. There's something

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

2010-05-30 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de rewrite tm6000_audio_init and tm6000_audio_fini Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-alsa.c | 127 +- drivers/staging/tm6000/tm6000.h | 15 2 files changed

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

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

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 stefan.rin...@arcor.de fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel stefan.rin

[PATCH] tm6000: rewrite copy_streams

2010-05-28 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- drivers/staging/tm6000/tm6000-video.c| 329

[PATCH] tm6000: rewrite copy_streams

2010-05-28 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- drivers/staging/tm6000/tm6000-video.c| 329

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 stefan.rin...@arcor.de fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- drivers

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

2010-05-27 Thread Stefan Ringel
://patchwork.kernel.org/patch/101759/ from 23.05.2010) -- Stefan Ringel stefan.rin...@arcor.de attachment: stefan_ringel.vcf

Re: [PATCH 2/2] tm6000: add extension

2010-05-27 Thread Stefan Ringel
Am 27.05.2010 17:21, schrieb Bee Hock Goh: Stefan, Did you have a kernel opps while loading the tm6000-alsa? regards, Hock. No, but I rewrite the init and fini function. If that works I send it. On Tue, May 11, 2010 at 12:22 AM, stefan.rin...@arcor.de wrote: From: Stefan Ringel

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

2010-05-27 Thread Stefan Ringel
= 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 stefan.rin...@arcor.de attachment: stefan_ringel.vcf

[PATCH] tm6000: bugfix outp in function copy_multiplexed

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

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 stefan.rin...@arcor.de fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel stefan.rin

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 stefan.rin...@arcor.de fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel stefan.rin

[PATCH 1/5] tm6000: bugfix select moduls

2010-05-23 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/Kconfig |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/staging/tm6000/Kconfig b/drivers/staging/tm6000/Kconfig index 5fe759c..3657e33

[PATCH 2/5] tm6000: add power led off

2010-05-23 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de - add power led off, if device is disconnected Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-cards.c | 19 +++ drivers/staging/tm6000/tm6000-core.c | 13 + 2 files changed, 32

[PATCH 3/5] tm6000: set variable dev_mode in function tm6000_start_stream

2010-05-23 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de set variable dev_mode in function tm6000_start_stream and check mode Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-dvb.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers

  1   2   3   >