Re: [PATCH -next] media/usb: fix kconfig dependencies (aka bool depending on tristate considered harmful)

2013-05-08 Thread Yann E. MORIN
drivers/media/usb/em28xx/Kconfig endif endif #MEDIA_USB_SUPPORT +endif #USB Regards, Yann E. MORIN. -- .-..--.. | Yann E. MORIN | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056

Re: Splitting stk1160-ac97 as a module (Re: linux-next: Tree for May 1 (media/usb/stk1160))

2013-05-04 Thread Yann E. MORIN
symbols. Regards, Yann E. MORIN. -- .-..--.. | Yann E. MORIN | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 223 225 172

Re: linux-next: Tree for May 1 (media/usb/stk1160)

2013-05-01 Thread Yann E. MORIN
you mean there is an issue with Kconfig, the parser? - should Kconfig warn or error out in such a case? Or do you mean the structure above is wrong, and should be ammended? - change the 'select' to a 'depends on'? - change the symbol to a tristate? Regards, Yann E. MORIN

Re: linux-next: Tree for May 1 (media/usb/stk1160)

2013-05-01 Thread Yann E. MORIN
Randy, All, On Wed, May 01, 2013 at 01:23:25PM -0700, Randy Dunlap wrote: On 05/01/13 12:58, David Rientjes wrote: On Wed, 1 May 2013, Yann E. MORIN wrote: When CONFIG_SND=m and CONFIG_SND_AC97_CODEC=m and CONFIG_VIDEO_STK1160=y CONFIG_VIDEO_STK1160_AC97=y drivers/built-in.o

Re: [PATCH] v4l/dvb: add support for AVerMedia AVerTV Red HD+ (A850T)

2010-10-04 Thread Yann E. MORIN
All, On Friday 01 October 2010 21:55:43 Yann E. MORIN wrote: The AVerTV Red HD+ (A850T) is basically the same as the existing AVerTV Volar Black HD (A850), but is specific to the french market. The A850T identifies itself as a A850, but has its own PID. It even suffers from the same EEPROM

[PATCH] v4l/dvb: add support for AVerMedia AVerTV Red HD+ (A850T), v2

2010-10-01 Thread Yann E. MORIN
suggestions and guidance. :-) Regards, Yann E. MORIN. -- 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

[PATCH] v4l/dvb: add support for AVerMedia AVerTV Red HD+ (A850T)

2010-10-01 Thread Yann E. MORIN
gathered from the french support forums for Ubuntu, which I tried to properly format into this patch: http://forum.ubuntu-fr.org/viewtopic.php?pid=3322825 Signed-off-by: Yann E. MORIN yann.morin.1...@anciens.enib.fr --- drivers/media/dvb/dvb-usb/af9015.c | 14 +++--- drivers/media/dvb

Re: [PATCH] v4l/dvb: add support for AVerMedia AVerTV Red HD+ (A850T)

2010-09-30 Thread Yann E. MORIN
Antti, All, On Thursday 30 September 2010 22:42:40 Antti Palosaari wrote: On 09/30/2010 08:56 PM, Yann E. MORIN wrote: OK. The number of supported devices is already 9 in all sections, so I guess I'll have to add a new entry in the af9015_properties array, before I can add a new device

Re: [PATCH] v4l/dvb: add support for AVerMedia AVerTV Red HD+ (A850T)

2010-09-30 Thread Yann E. MORIN
Antti, All, On Thursday 30 September 2010 23:48:57 Antti Palosaari wrote: On 10/01/2010 12:09 AM, Yann E. MORIN wrote: I'm using the latest tree from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git No, it is too old. Correct tree is staging/v2.6.37 at: http

[PATCH] v4l/dvb: add support for AVerMedia AVerTV Red HD+ (A850T)

2010-09-29 Thread Yann E. MORIN
?pid=3322825 Signed-off-by: Yann E. MORIN yann.morin.1...@anciens.enib.fr --- drivers/media/dvb/dvb-usb/af9015.c | 12 drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 + 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/af9015.c b/drivers

[PATCH] v4l/dvb: add support for AVerMedia AVerTV Red HD+ (A850T)

2010-09-29 Thread Yann E. MORIN
. If needed, I can rebase ontop the Hg tree. Regards, Yann E. MORIN. -- 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