[PATCH] [MEDIA] add device IDs to ngene driver

2017-02-13 Thread Helmut Auer
Author: Helmut Auer Date: Fri Jan 27 09:09:35 2017 +0100 Adding 2 device ID's to ngene driver. Signed-off-by: Helmut Auer --- drivers/media/pci/ngene/ngene-cards.c2016-12-11 20:17:54.0 +0100 +++ drivers/media/pci/ngene/ngene-cards.c2017-01-20

Re: [PATCH] [MEDIA] add device ID to ati remote

2017-02-13 Thread Helmut Auer
P.S. Here is the patch again with a correction. > On Tue, Feb 07, 2017 at 09:42:47AM +0100, v...@helmutauer.de wrote: >> >> Author: Helmut Auer >> Date: Fri Jan 27 19:09:35 2017 +0100 >> >> Adding 1 device ID to ati_remote driver. > > If possib

Re: [PATCH] [MEDIA] add device ID to ati remote

2017-02-13 Thread Helmut Auer
t Am 13.02.2017 um 14:42 schrieb Sean Young: On Tue, Feb 07, 2017 at 09:42:47AM +0100, v...@helmutauer.de wrote: Author: Helmut Auer Date: Fri Jan 27 19:09:35 2017 +0100 Adding 1 device ID to ati_remote driver. If possible, a more descriptive message would be preferred, e.g. what device d

FM RDS receiver

2011-06-27 Thread Helmut Auer
Hello List, Can you recommend any FM receiver card or usb stick currently available in Germany with RDS support ? -- Helmut Auer, hel...@helmutauer.de -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More

Re: Bug: media_build always compiles with '-DDEBUG'

2011-06-18 Thread Helmut Auer
Am 18.06.2011 23:38, schrieb Oliver Endriss: On Saturday 18 June 2011 23:11:21 Helmut Auer wrote: Hi Replacing ifdef CONFIG_VIDEO_OMAP3_DEBUG by ifeq ($(CONFIG_VIDEO_OMAP3_DEBUG),y) would do the trick. I guess that would not ive the intended result. Setting

Re: Bug: media_build always compiles with '-DDEBUG'

2011-06-18 Thread Helmut Auer
Hi Replacing ifdef CONFIG_VIDEO_OMAP3_DEBUG by ifeq ($(CONFIG_VIDEO_OMAP3_DEBUG),y) would do the trick. I guess that would not ive the intended result. Setting CONFIG_VIDEO_OMAP3_DEBUG to yes should not lead to debug messages in all media modules, Bye Helmut -- To unsubscribe from

Patches an media build tree

2011-01-15 Thread Helmut Auer
Hello List How long does it usually take til patches are integrated into the media build tree ( after posting these here ) ? I'm just wondering because I miss some patches posted here. -- Helmut Auer, hel...@helmutauer.de -- To unsubscribe from this list: send the line "unsubsc

Re: v4l-dvb - Is it still usable for a distribution ?

2010-06-07 Thread Helmut Auer
er, and that would have > interesting results if they had one of the imon IR receivers > programmed for mce mode. > Thats what I meant :) > I'll keep it in mind for the next time I'm > poking at the imon code in depth. Maybe you can use the already available ir_protocol

Re: v4l-dvb - Is it still usable for a distribution ?

2010-06-07 Thread Helmut Auer
lopers, > since a fix may > apply only at the latest upstream kernel. > Thats surely an option, but an average user of my distri can't compile a kernel ;) Emerging v4l-dvb is much easier ;) -- Helmut Auer, hel...@helmutauer.de -- 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: v4l-dvb - Is it still usable for a distribution ?

2010-06-07 Thread Helmut Auer
;re right, also inputlircd can do the job. Is your imon driver fully compatible with the lirc_imon in the display part ? It would be very helpful to add a parameter for disabling the IR Part, I have many users which are using only the display part. -- Helmut Auer, hel...@helmutauer.de -- 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: Kernel oops with current hg (ir-sysfs.c ?)

2010-06-07 Thread Helmut Auer
r_extension+0x68/0x242 [saa7146] Jun 07 12:49:05 [kernel] [] ? init_module+0xd/0xf [budget_ci] Jun 07 12:49:05 [kernel] [] ? do_one_initcall+0x4c/0x131 Jun 07 12:49:05 [kernel] [] ? sys_init_module+0xa7/0x1db Jun 07 12:49:05 [kernel] [] ? sysenter_do_call+0x12/0x26 Jun 07 12:49:05 [kernel] ---[ end trace 100a66f59725996d ]--- It looks to me that v4l-dvb is not really maintained anymore :( Helmut Auer, hel...@helmutauer.de -- 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: kernel oops with TT S2-3200

2010-06-07 Thread Helmut Auer
:49:05 [kernel] [] ? __driver_attach+0x0/0x5f Jun 07 12:49:05 [kernel] [] ? bus_add_driver+0xa2/0x1d4 Jun 07 12:49:05 [kernel] [] ? driver_register+0x8b/0xeb Jun 07 12:49:05 [kernel] [] ? __pci_register_driver+0x38/0x91 Jun 07 12:49:05 [kernel] [] ? init_module+0x0/0xf [budget_ci] Jun 07 12:49:0

Re: v4l-dvb does not compile with kernel 2.6.34 [solved]

2010-05-26 Thread Helmut Auer
Am 25.05.2010 23:59, schrieb Helmut Auer: > Hello > > I just wanted to compile v4l-dvb for my Gen2VDR Ditribution with kernel > 2.6.34, but it fails > because many modules are missing: > > #include > > and are getting errors like: > > /tmp/portage/media-tv/v

Re: v4l-dvb does not compile with kernel 2.6.34

2010-05-26 Thread Helmut Auer
Am 25.05.2010 23:59, schrieb Helmut Auer: > Hello > > I just wanted to compile v4l-dvb for my Gen2VDR Ditribution with kernel > 2.6.34, but it fails > because many modules are missing: > > #include > > and are getting errors like: > > /tmp/portage/media-tv/v

v4l-dvb does not compile with kernel 2.6.34

2010-05-25 Thread Helmut Auer
v4l/tuner-xc2028.c:314: error: implicit declaration of function Am I missing something or is v4l-dvb broken ? -- Helmut Auer, hel...@helmutauer.de -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More m

Mantis not in modules.pcimap

2010-02-28 Thread Helmut Auer
Subsystem: 1ae4:0003 Flags: bus master, medium devsel, latency 32, IRQ 16 Memory at fddff000 (32-bit, prefetchable) [size=4K] -- Helmut Auer, hel...@helmutauer.de -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to major

Re: [PATCH]Add support for SMT7020 to cx88

2010-02-14 Thread Helmut Auer
Am 11.02.2010 22:06, schrieb Helmut Auer: > From: Helmut Auer > > This patch (originally written by Dirk Herrendoerfer) adds support for the > built-in dvb device > of a Samsung SMT7020s (x86 based STB) to the cx88 family. > (see http://www.linuxtv.org/pipermail/linux-dvb/2

Re: [PATCH]Add support for SMT7020 to cx88

2010-02-12 Thread Helmut Auer
Am 11.02.2010 22:06, schrieb Helmut Auer: > From: Helmut Auer > > This patch (originally written by Dirk Herrendoerfer) adds support for the > built-in dvb device > of a Samsung SMT7020s (x86 based STB) to the cx88 family. > (see http://www.linuxtv.org/pipermail/linux-dvb/2

[PATCH]Add support for SMT7020 to cx88

2010-02-11 Thread Helmut Auer
From: Helmut Auer This patch (originally written by Dirk Herrendoerfer) adds support for the built-in dvb device of a Samsung SMT7020s (x86 based STB) to the cx88 family. (see http://www.linuxtv.org/pipermail/linux-dvb/2007-January/015208.html) Signed-off-by: Helmut Auer -- Helmut Auer, hel

Re: [PULL] nGene driver - http://endr...@linuxtv.org/hg/~endriss/ngene

2010-02-03 Thread Helmut Auer
> Sorry but the kernel guys seems to have a lot of time to waste, if they have time to care about these "warnings" ;) -- Helmut Auer, hel...@helmutauer.de -- 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

Status of v4l repositories / merging new one

2009-10-12 Thread Helmut Auer
like to have one repository, supporting all cards Whats to do to get all these repositories merged ? Are there any plans about doing that ? -- Helmut Auer, hel...@helmutauer.de -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a me