[PATCH] media: rc: rdev-open or rdev-close can be NULL

2013-08-16 Thread Juergen Lock
, hence the technisat driver does not have these callbacks. I agree, I was under the impression that open/close are mandatory. Can you please send a patch to fix this to linux-media@vger.kernel.org. Thanks, srini At least technisat-usb2.c doesn't set these... Signed-off-by: Juergen Lock n

Re: [PATCH v2 00/31] Add r820t support at rtl28xxu

2013-04-18 Thread Juergen Lock
In article 516df31a.3030...@iki.fi you write: Tested-by: Antti Palosaari cr...@iki.fi Tested-by: Juergen Lock n...@jelal.kn-bremen.de On 04/17/2013 03:42 AM, Mauro Carvalho Chehab wrote: Add a tuner driver for Rafael Micro R820T silicon tuner. This tuner seems to be popular those days. Add

[PATCH] [media] rtl28xxu: add Terratec Cinergy T Stick RC rev 3

2012-11-29 Thread Juergen Lock
This just adds the usbid to the rtl28xxu driver, that's all that's needed to make the stick work for DVB. Signed-off-by: Juergen Lock n...@jelal.kn-bremen.de --- a/drivers/media/dvb-core/dvb-usb-ids.h +++ b/drivers/media/dvb-core/dvb-usb-ids.h @@ -162,6 +162,7 @@ #define

Re: [PATCH] [media] rtl28xxu: add Terratec Cinergy T Stick RC rev 3

2012-11-29 Thread Juergen Lock
On Thu, Nov 29, 2012 at 11:21:38PM +0200, Antti Palosaari wrote: On 11/29/2012 10:52 PM, Juergen Lock wrote: This just adds the usbid to the rtl28xxu driver, that's all that's needed to make the stick work for DVB. Signed-off-by: Juergen Lock n...@jelal.kn-bremen.de --- a/drivers

[PATCH] [media] rtl28xxu: add NOXON DAB/DAB+ USB dongle rev 2

2012-11-13 Thread Juergen Lock
This just adds the usbid to the rtl28xxu driver, that's all that's needed to make the stick work for DVB. Signed-off-by: Juergen Lock n...@jelal.kn-bremen.de --- a/drivers/media/dvb-core/dvb-usb-ids.h +++ b/drivers/media/dvb-core/dvb-usb-ids.h @@ -250,6 +250,7 @@ #define USB_PID_TERRATEC_T3

Re: [PATCH, RFC, updated] Fix DVB ioctls failing if frontend open/closed too fast

2012-09-26 Thread Juergen Lock
On Wed, Aug 01, 2012 at 12:22:16AM +0200, Juergen Lock wrote: That likely fixes this MythTV ticket: http://code.mythtv.org/trac/ticket/10830 (which btw affects all usb tuners I tested as well, pctv452e, dib0700, af9015) pctv452e is still possibly broken with MythTV even after

[PATCH, RFC] Fix DVB ioctls failing if frontend open/closed too fast

2012-07-31 Thread Juergen Lock
testcase: http://people.freebsd.org/~nox/tmp/ioctltst.c Thanx to devinheitmueller and crope from #linuxtv for helping with this fix! :) Signed-off-by: Juergen Lock n...@jelal.kn-bremen.de --- a/drivers/media/dvb/dvb-core/dvb_frontend.c +++ b/drivers/media/dvb/dvb-core/dvb_frontend.c

Re: [PATCH] pctv452e.c: switch rc handling to rc.core

2011-07-13 Thread Juergen Lock
On Wed, Jul 13, 2011 at 07:31:03PM -0300, Mauro Carvalho Chehab wrote: Em 25-06-2011 16:34, Juergen Lock escreveu: This is on top of the submitted pctv452e.c driver and was done similar to how ttusb2 works. Tested with lirc (devinput) and ir-keytable(1). You should submit pctv452e driver

[PATCH] pctv452e.c: switch rc handling to rc.core

2011-06-25 Thread Juergen Lock
This is on top of the submitted pctv452e.c driver and was done similar to how ttusb2 works. Tested with lirc (devinput) and ir-keytable(1). Signed-off-by: Juergen Lock n...@jelal.kn-bremen.de --- a/drivers/media/dvb/dvb-usb/pctv452e.c +++ b/drivers/media/dvb/dvb-usb/pctv452e.c @@ -98,6 +98,7

Re: [PATCH] [media] af9015: setup rc keytable for LC-Power LC-USB-DVBT

2011-06-20 Thread Juergen Lock
On Thu, Jun 16, 2011 at 02:14:42AM +0300, Antti Palosaari wrote: Moikka Juergen, Hi! On 06/13/2011 03:38 AM, Juergen Lock wrote: af9015_rc_query: key repeated Does that help? Repeat check logick in function af9015_rc_query() is failing for some reason. You could try to look

[PATCH] [media] af9015: setup rc keytable for LC-Power LC-USB-DVBT

2011-06-12 Thread Juergen Lock
the same scancode until i press another button.) Signed-off-by: Juergen Lock n...@jelal.kn-bremen.de --- a/drivers/media/dvb/dvb-usb/af9015.c +++ b/drivers/media/dvb/dvb-usb/af9015.c @@ -735,6 +735,7 @@ static const struct af9015_rc_setup af90 { 0xb8feb708, RC_MAP_MSI_DIGIVOX_II

Re: [PATCH] [media] af9015: setup rc keytable for LC-Power LC-USB-DVBT

2011-06-12 Thread Juergen Lock
In article 4df52828.2070...@iki.fi you write: I assume device uses vendor reference design USB ID (15a4:9016 or 15a4:9015)? Yeah 15a4:9016. About the repeating bug you mention, are you using latest driver version? I am not aware such bug. There have been this kind of incorrect behaviour old

Re: [PATCH] [media] af9015: setup rc keytable for LC-Power LC-USB-DVBT

2011-06-12 Thread Juergen Lock
On Mon, Jun 13, 2011 at 01:24:54AM +0300, Antti Palosaari wrote: On 06/13/2011 01:15 AM, Juergen Lock wrote: About the repeating bug you mention, are you using latest driver version? I am not aware such bug. There have been this kind of incorrect behaviour old driver versions which

Re: [PATCH] [media] af9015: setup rc keytable for LC-Power LC-USB-DVBT

2011-06-12 Thread Juergen Lock
On Mon, Jun 13, 2011 at 01:50:54AM +0300, Antti Palosaari wrote: On 06/13/2011 01:34 AM, Juergen Lock wrote: On Mon, Jun 13, 2011 at 01:24:54AM +0300, Antti Palosaari wrote: On 06/13/2011 01:15 AM, Juergen Lock wrote: About the repeating bug you mention, are you using latest driver

Re: [PATCH] [media] af9015: setup rc keytable for LC-Power LC-USB-DVBT

2011-06-12 Thread Juergen Lock
On Mon, Jun 13, 2011 at 02:46:10AM +0300, Antti Palosaari wrote: On 06/13/2011 02:01 AM, Juergen Lock wrote: On Mon, Jun 13, 2011 at 01:50:54AM +0300, Antti Palosaari wrote: On 06/13/2011 01:34 AM, Juergen Lock wrote: On Mon, Jun 13, 2011 at 01:24:54AM +0300, Antti Palosaari wrote: On 06

Re: Remote control TechnoTrend S2-3650 CI not working

2011-06-07 Thread Juergen Lock
On Mon, Jun 06, 2011 at 11:55:44PM +0200, Andreas Steinel wrote: Hi Jürgen, Hi List, Hi! Thank you for your answer. On Sat, Jun 4, 2011 at 4:34 PM, Juergen Lock n...@jelal.kn-bremen.de wrote: Ok let me try... 1. Your remote is the same as in this (googled) picture?         http

Re: Remote control TechnoTrend S2-3650 CI not working

2011-06-04 Thread Juergen Lock
On Sun, May 29, 2011 at 02:31:31PM +0200, Steinel Andreas wrote: Hi everybody, I use the aforementioned USB DVB-S2 box and watching works fine. In the wiki (http://www.linuxtv.org/wiki/index.php/TechnoTrend_TT-connect_S2-3650_CI) is stated (and also some posts on the mailing list suggest)