Re: Webcam driver not working: drivers/media/video/gspca/ov519.c device 05a9:4519

2010-11-02 Thread Jean-Francois Moine
On Tue, 2 Nov 2010 00:23:23 +0200 Anca Emanuel anca.eman...@gmail.com wrote: This file is stream.ulz compressed http://rapidshare.com/files/428384860/stream.zip To see the data, you need: http://www.usblyzer.com/download.htm And a windows machine. Sorry for the trouble. I got the

Re: [libdvben50221] stack leaks resources on non-MMI session reconnect.

2010-11-02 Thread DUBOST Brice
On 08/08/2010 23:53, DUBOST Brice wrote: On 15/07/2010 15:20, Stephan Trebels wrote: The issue was, that LIBDVBEN50221 did not allow a CAM to re-establish the session holding non-MMI resources if using the lowlevel interface. The session_number was recorded on open, but not freed on close

Re: New media framework user space usage

2010-11-02 Thread Bastian Hecht
Hello Laurent, I am the first guy needing a 12 bit-bus? Yes you are :-) You will need to implement 12 bit support in the ISP driver, or start by hacking the sensor driver to report a 10 bit format (2 bits will be lost but you should still be able to capture an image). Isn't that an

Re: Webcam driver not working: drivers/media/video/gspca/ov519.c device 05a9:4519

2010-11-02 Thread Anca Emanuel
On Tue, Nov 2, 2010 at 10:26 AM, Jean-Francois Moine moin...@free.fr wrote: On Tue, 2 Nov 2010 00:23:23 +0200 Anca Emanuel anca.eman...@gmail.com wrote: This file is stream.ulz compressed http://rapidshare.com/files/428384860/stream.zip To see the data, you need:

[RFC/PATCH v2 2/4] MFC: Add MFC 5.1 driver to plat-s5p

2010-11-02 Thread Kamil Debski
Add platform support for Multi Format Codec 5.1 is a module available on S5PC110 and S5PC210 Samsung SoCs. Hardware is capable of handling a range of video codecs and this driver provides V4L2 interface for video decoding. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin

[RFC/PATCH v2 4/4] s5pc110: Enable MFC 5.1 on Goni

2010-11-02 Thread Kamil Debski
Multi Format Codec 5.1 is a module available on S5PC110 and S5PC210 Samsung SoCs. Hardware is capable of handling a range of video codecs. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/Kconfig |1 +

[RFC/PATCH v2 1/4] MFC: Changes in include/linux/videodev2.h for MFC 5.1 codec

2010-11-02 Thread Kamil Debski
Add fourcc values for compressed video stream formats and V4L2_CTRL_CLASS_CODEC. Also adds controls used by MFC driver. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- include/linux/videodev2.h | 48

[RFC/PATCH v2 0/4] Multi Format Codec 5.0 driver for S5PC110 SoC

2010-11-02 Thread Kamil Debski
Hello, On the 13th October I have posted the first version of the driver. Now I post the second version which includes modifications as suggested in the comments (Thank you, Peter). The driver will be changed to use final videobuf2 implementation after the Linux Plumbers conference. As I know

Re: [libdvben50221] stack leaks resources on non-MMI session reconnect.

2010-11-02 Thread Stephan Trebels
Hi Brice, I did not find more things to be changed, and it works fine for me now. Given, that the responsiveness on this list is a bit underwhelming, I wonder whether we can find someone with commit privileges, to push this change. Stephan On Tue, 2010-11-02 at 11:15 +0100, DUBOST Brice wrote:

Re: rtl2832u support

2010-11-02 Thread poma
Antti Palosaari wrote: On 10/19/2010 10:33 PM, Damjan Marion wrote: On Oct 19, 2010, at 9:10 PM, Antti Palosaari wrote: On 10/19/2010 08:42 PM, Damjan Marion wrote: Is there any special reason why driver for rtl2832u DVB-T receiver chipset is not included into v4l-dvb? It is due to lack of

Re: Warnings from latest -git

2010-11-02 Thread Mauro Carvalho Chehab
Em 30-10-2010 04:17, Chris Clayton escreveu: Hi, Please cc me on any reply as I'm not subscribed. Building v2.6.36-9452-g2d10d87 pulled this morning, I get: warning: (DVB_USB_DIB0700 MEDIA_SUPPORT DVB_CAPTURE_DRIVERS DVB_CORE DVB_USB !DVB_FE_CUSTOMISE) selects DVB_DIB8000 which

[PATCH 2.6.37-rc1] SoC Camera: OMAP1: update for recent framework changes

2010-11-02 Thread Janusz Krzysztofik
The recently added OMAP1 camera driver was not ready for one video queue per device framework changes. Fix it. Created and tested against linux-2.6.37-rc1. Signed-off-by: Janusz Krzysztofik jkrzy...@tis.icnet.pl --- drivers/media/video/omap1_camera.c |8 1 file changed, 4

[PATCH 2.6.37-rc1] SoC Camera: OMAP1: update for recent videobuf changes

2010-11-02 Thread Janusz Krzysztofik
Recent locking related videobuf changes has not been incorporated into the new OMAP1 camera driver. Fix it. Created and tested against linux-2.6.37-rc1. Signed-off-by: Janusz Krzysztofik jkrzy...@tis.icnet.pl --- drivers/media/video/omap1_camera.c |6 +++--- 1 file changed, 3

[PATCH] SOC Camera: OMAP1: typo fix

2010-11-02 Thread Janusz Krzysztofik
Fix an outstanding typo in the recently added driver, as requested by the subsystem maintainer. Created against linux-2.6.37-rc1. Signed-off-by: Janusz Krzysztofik jkrzy...@tis.icnet.pl --- drivers/media/video/omap1_camera.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---

Re: [PATCH 2/7] ir-core: convert drivers/media/video/cx88 to ir-core

2010-11-02 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 3:08 PM, David Härdeman da...@hardeman.nu wrote: This patch converts the cx88 driver (for sampling hw) to use the decoders provided by ir-core instead of the separate ones provided by ir-functions (and gets rid of those). The value for MO_DDS_IO had a comment saying it

Re: [PATCH 3/7] ir-core: remove remaining users of the ir-functions keyhandlers

2010-11-02 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 3:08 PM, David Härdeman da...@hardeman.nu wrote: This patch removes the remaining usages of the ir_input_nokey() and ir_input_keydown() functions provided by drivers/media/IR/ir-functions.c by using the corresponding functionality in ir-core instead. Signed-off-by:

Re: [PATCH 4/7] ir-core: more cleanups of ir-functions.c

2010-11-02 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 3:08 PM, David Härdeman da...@hardeman.nu wrote: cx88 only depends on VIDEO_IR because it needs ir_extract_bits(). Move that function to ir-core.h and make it inline. Lots of drivers had dependencies on VIDEO_IR when they really wanted IR_CORE. The only remaining

Re: [PATCH 5/7] ir-core: merge and rename to rc-core

2010-11-02 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 3:08 PM, David Härdeman da...@hardeman.nu wrote: This patch merges the files which makes up ir-core and renames the resulting module to rc-core. ir-raw-event.c is still kept as a separate file (but renamed to rc-raw.c) as suggested by Mauro. Signed-off-by: David

Re: [PATCH 6/7] ir-core: make struct rc_dev the primary interface

2010-11-02 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 3:08 PM, David Härdeman da...@hardeman.nu wrote: This patch merges the ir_input_dev and ir_dev_props structs into a single struct called rc_dev. The drivers and various functions in rc-core used by the drivers are also changed to use rc_dev as the primary interface when

Re: [PATCH 7/7] rc-core: convert winbond-cir

2010-11-02 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 3:08 PM, David Härdeman da...@hardeman.nu wrote: Move winbond-cir from drivers/input/misc/ into drivers/media/IR/ and convert it to use rc-core. Signed-off-by: David Härdeman da...@hardeman.nu Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@wilsonet.com

Re: drivers/media/IR/ir-keytable.c::ir_getkeycode - 'retval' may be used uninitialized

2010-11-02 Thread Jarod Wilson
On Sun, Oct 31, 2010 at 6:18 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Sunday, October 31, 2010 10:51:21 am Stefan Richter wrote: Commit 9f470095068e Input: media/IR - switch to using new keycode interface added the following build warning: drivers/media/IR/ir-keytable.c: In

[PATCH] SoC Camera: ov6650: minor cleanups

2010-11-02 Thread Janusz Krzysztofik
This is a followup patch that addresses two minor issues left in the recently added ov6650 sensor driver, as I've promised to the subsystem maintainer: - remove a pair of extra brackets, - drop useless case for not possible v4l2_mbus_pixelcode enum value of 0. Created against linux-2.6.37-rc1.

Re: [libdvben50221] stack leaks resources on non-MMI session reconnect.

2010-11-02 Thread pierre.gronlier
Stephan Trebels wrote, On 11/02/2010 11:38 AM: Hi Brice, I did not find more things to be changed, and it works fine for me now. Given, that the responsiveness on this list is a bit underwhelming, I wonder whether we can find someone with commit privileges, to push this change. Hi, I've

Re: drivers/media/IR/ir-keytable.c::ir_getkeycode - 'retval' may be used uninitialized

2010-11-02 Thread Dmitry Torokhov
On Tue, Nov 02, 2010 at 12:04:56PM -0400, Jarod Wilson wrote: On Sun, Oct 31, 2010 at 6:18 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Sunday, October 31, 2010 10:51:21 am Stefan Richter wrote: Commit 9f470095068e Input: media/IR - switch to using new keycode interface added

media-ctl header patch

2010-11-02 Thread Michael Jones
Hi Sergio Laurent, Back in July, Sergio submitted a patch Just include kernel headers (http://www.mail-archive.com/linux-media%40vger.kernel.org/msg20397.html) which Laurent didn't yet want to apply. Now I'm using Laurent's branch new-api (and the new media API to match), and w/o Sergio's

[cron job] v4l-dvb daily build: WARNINGS

2010-11-02 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Tue Nov 2 19:00:12 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-950q-final

2010-11-02 Thread Devin Heitmueller
On Sat, Oct 9, 2010 at 2:40 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Hello, Please pull from the following for some basic fixes related to applications such as tvtime hanging when no video is present, as well as some quality improvements for analog.

Re: Warnings from latest -git

2010-11-02 Thread Chris Clayton
Thanks for the reply, Mauro. On Tuesday 02 November 2010, Mauro Carvalho Chehab wrote: Em 30-10-2010 04:17, Chris Clayton escreveu: Hi, Please cc me on any reply as I'm not subscribed. Building v2.6.36-9452-g2d10d87 pulled this morning, I get: warning: (DVB_USB_DIB0700

Re: Webcam driver not working: drivers/media/video/gspca/ov519.c device 05a9:4519

2010-11-02 Thread Jean-Francois Moine
On Tue, 2 Nov 2010 12:33:10 +0200 Anca Emanuel anca.eman...@gmail.com wrote: I am using http://www.pcausa.com/Utilities/UsbSnoop/SniffUSB-x86-2.0.0006.zip now. The data: http://rapidshare.com/files/428460107/log4.zip please let me know if this is what you ask for. Hi, Thanks, that's

Re: Webcam driver not working: drivers/media/video/gspca/ov519.c device 05a9:4519

2010-11-02 Thread Anca Emanuel
Hi, Thanks, that's what I wanted. Looking at the trace, I saw that the capture stopped and restarted 3 or 4 times. May you tell me what occured? Just open and close some capture programs. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: New media framework user space usage

2010-11-02 Thread Eino-Ville Talvala
On 11/2/2010 3:31 AM, Bastian Hecht wrote: Hello Laurent, I am the first guy needing a 12 bit-bus? Yes you are :-) You will need to implement 12 bit support in the ISP driver, or start by hacking the sensor driver to report a 10 bit format (2 bits will be lost but you should still be able to

[PATCH 0/6] rc-core: ir-core to rc-core conversion

2010-11-02 Thread David Härdeman
This is my current patch queue, the main change is to make struct rc_dev the primary interface for rc drivers and to abstract away the fact that there's an input device lurking in there somewhere. In addition, the cx88 and winbond-cir drivers are converted to use rc-core. The patchset is now

[PATCH 1/6] ir-core: convert drivers/media/video/cx88 to ir-core

2010-11-02 Thread David Härdeman
This patch converts the cx88 driver (for sampling hw) to use the decoders provided by ir-core instead of the separate ones provided by ir-functions (and gets rid of those). The value for MO_DDS_IO had a comment saying it corresponded to a 4kHz samplerate. That comment was unfortunately

[PATCH 2/6] ir-core: remove remaining users of the ir-functions keyhandlers

2010-11-02 Thread David Härdeman
This patch removes the remaining usages of the ir_input_nokey() and ir_input_keydown() functions provided by drivers/media/IR/ir-functions.c by using the corresponding functionality in ir-core instead. Signed-off-by: David Härdeman da...@hardeman.nu Acked-by: Jarod Wilson ja...@redhat.com ---

[PATCH 3/6] ir-core: more cleanups of ir-functions.c

2010-11-02 Thread David Härdeman
cx88 only depends on VIDEO_IR because it needs ir_extract_bits(). Move that function to ir-core.h and make it inline. Lots of drivers had dependencies on VIDEO_IR when they really wanted IR_CORE. The only remaining drivers to depend on VIDEO_IR are bt8xx and saa7134 (ir_rc5_timer_end is the only

Re: drivers/media/IR/ir-keytable.c::ir_getkeycode - 'retval' may be used uninitialized

2010-11-02 Thread Jarod Wilson
On Tue, Nov 2, 2010 at 12:24 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Tue, Nov 02, 2010 at 12:04:56PM -0400, Jarod Wilson wrote: On Sun, Oct 31, 2010 at 6:18 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Sunday, October 31, 2010 10:51:21 am Stefan Richter wrote:

Re: [PATCH 0/6] rc-core: ir-core to rc-core conversion

2010-11-02 Thread Jarod Wilson
On Tue, Nov 2, 2010 at 4:17 PM, David Härdeman da...@hardeman.nu wrote: This is my current patch queue, the main change is to make struct rc_dev the primary interface for rc drivers and to abstract away the fact that there's an input device lurking in there somewhere. In addition, the cx88

Re: [RFC PATCH 0/2] Apple remote support

2010-11-02 Thread Jarod Wilson
On Mon, Nov 1, 2010 at 5:56 PM, David Härdeman da...@hardeman.nu wrote: On Sat, Oct 30, 2010 at 10:32:14PM -0400, Jarod Wilson wrote: On Sat, Oct 30, 2010 at 7:36 PM, David Härdeman da...@hardeman.nu wrote: In that case, one solution would be: * using the full 32 bit scancode * add a

[PATCH][UPDATE_for_2.6.37] DM04/QQBOX Corrected Firmware Information.

2010-11-02 Thread Malcolm Priestley
Corrected Firmware Information for LG on LME2510. Signed-off-by: Malcolm Priestley tvbox...@gmail.com diff --git a/Documentation/dvb/lmedm04.txt b/Documentation/dvb/lmedm04.txt old mode 100755 new mode 100644 index e175784..6418865 --- a/Documentation/dvb/lmedm04.txt +++

Re: [PATCH 2/3] mceusb: fix up reporting of trailing space

2010-11-02 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 09:21:21PM +0200, David Härdeman wrote: On Thu, Oct 28, 2010 at 11:08:10PM -0400, Jarod Wilson wrote: We were storing a bunch of spaces at the end of each signal, rather than a single long space. The in-kernel decoders were actually okay with this, but lirc isn't.