(no subject)

2010-07-16 Thread Ang Way Chuang
unsubscribe linux-media -- 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: [PATCHv6] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-07-16 Thread Sascha Hauer
On Sun, Jul 11, 2010 at 01:18:27PM +0200, Guennadi Liakhovetski wrote: On Sun, 4 Jul 2010, Baruch Siach wrote: This is the soc_camera support developed by Sascha Hauer for the i.MX27. Alan Carvalho de Assis modified the original driver to get it working on more recent kernels. I

Re: How to make working Webcam EM2750

2010-07-16 Thread g . duale
Hi everybody, I have a laptop with an integrated webcam, and it doesn't works. My webcam is : lsusb|grep -i webcam Bus 001 Device 004: ID eb1a:2750 eMPIA Technology, Inc. ECS Elitegroup G220 integrated Webcam My system is : uname -a Linux roland-laptop 2.6.32-23-generic #37-Ubuntu SMP

Re: [RFC/PATCH 02/10] media: Media device

2010-07-16 Thread Laurent Pinchart
Hi Sergio, Thanks for the review. On Thursday 15 July 2010 16:16:44 Aguirre, Sergio wrote: On Wednesday 14 July 2010 08:30:00 Laurent Pinchart wrote: snip diff --git a/include/media/media-device.h b/include/media/media-device.h new file mode 100644 index 000..6c1fc4a ---

Re: [RFC/PATCH 02/10] media: Media device

2010-07-16 Thread Laurent Pinchart
Hi Sergio, On Thursday 15 July 2010 16:22:06 Aguirre, Sergio wrote: On Wednesday 14 July 2010 08:30:00 Laurent Pinchart wrote: snip diff --git a/drivers/media/media-device.c b/drivers/media/media-device.c new file mode 100644 index 000..a4d3db5 --- /dev/null +++

Re: [RFC/PATCH 03/10] media: Entities, pads and links

2010-07-16 Thread Laurent Pinchart
Hi Sergio, Thanks for the review. On Thursday 15 July 2010 16:35:20 Aguirre, Sergio wrote: On Wednesday 14 July 2010 08:30:00 Laurent Pinchart wrote: [snip] diff --git a/drivers/media/media-device.c b/drivers/media/media-device.c index a4d3db5..6361367 100644 ---

[no subject]

2010-07-16 Thread Eric Sesterhenn
Hi, I recently purchased a Delock USB 2.0 Video Grabber http://www.delock.de/produkte/gruppen/Multimedia/Delock_USB_20_Video_Grabber_61534.html which windows recognises as a USB PVR-TV device. The drivers on the cdrom which came with the device seem to be from 2009 whereas the ones on the

RE: [PATCH 01/10 v2] ARM: Samsung: Add FIMC register and platform definitions

2010-07-16 Thread Kukjin Kim
Sylwester Nawrocki wrote: FIMC device is a camera interface embedded in S3C/S5P Samsung SOC series. It supports ITU-R BT.601/656 and MIPI-CSI2 standards, memory to memory operations, color conversion, resizing and rotation. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com

Re: [PULL] http://linuxtv.org/hg/~anttip/af9015/

2010-07-16 Thread Simon Kenyon
On 14/07/2010 17:45, Antti Palosaari wrote: Mauro, Please pull from http://linuxtv.org/hg/~anttip/af9015/ for the following: af9013: add support for firmware 5.1.0.0 get_dvb_firmware: update af9015 af9015: support for AverMedia AVerTV Volar M (A815Mac) af9013: program tuner before demodulator

[PATCH v5 4/5] V4L2: WL1273 FM Radio: Controls for the FM radio.

2010-07-16 Thread Matti J. Aaltonen
This file implements V4L2 controls for using the Texas Instruments WL1273 FM Radio. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/media/radio/Kconfig| 15 + drivers/media/radio/Makefile |1 + drivers/media/radio/radio-wl1273.c | 1897

[PATCH v5 3/5] ASoC: WL1273 FM Radio Digital audio codec.

2010-07-16 Thread Matti J. Aaltonen
The codec handles digital audio input to and output from the WL1273 FM radio. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- sound/soc/codecs/Kconfig |6 + sound/soc/codecs/Makefile |2 + sound/soc/codecs/wl1273.c | 588 +

[PATCH v5 5/5] Documentation: v4l: Add hw_seek spacing and FM_RX class

2010-07-16 Thread Matti J. Aaltonen
Add a couple of words about the spacing field in ithe HW seek struct and about the new FM RX control class. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- Documentation/DocBook/v4l/controls.xml | 71 .../DocBook/v4l/vidioc-s-hw-freq-seek.xml

[PATCH v5 2/5] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2010-07-16 Thread Matti J. Aaltonen
This is a parent driver for two child drivers: the V4L2 driver and the ALSA codec driver. The MFD part provides the I2C communication to the device and a couple of functions that are called from both children. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com ---

Re: [PULL] http://linuxtv.org/hg/~anttip/af9015/

2010-07-16 Thread Antti Palosaari
On 07/16/2010 01:09 PM, Simon Kenyon wrote: On 14/07/2010 17:45, Antti Palosaari wrote: Mauro, Please pull from http://linuxtv.org/hg/~anttip/af9015/ for the following: af9013: add support for firmware 5.1.0.0 get_dvb_firmware: update af9015 af9015: support for AverMedia AVerTV Volar M

RE: [PATCH 04/10 v2] v4l: Add Samsung FIMC (video postprocessor) driver

2010-07-16 Thread Kukjin Kim
Sylwester Nawrocki wrote: Hi, Samsung S.LSI hardly recommends DMA mode to implement the feature not FIFO mode because of H/W limitation. This driver exports two video device nodes per each FIMC device, one for for memory to memory (color conversion, image resizing, flipping and rotation)

Re: [PATCH 24/25] video/ivtv: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)

2010-07-16 Thread Andy Walls
On Thu, 2010-07-15 at 18:07 -0400, Jarod Wilson wrote: On Thu, Jul 15, 2010 at 5:43 PM, Andy Walls awa...@md.metrocast.net wrote: On Thu, 2010-07-15 at 21:08 +0200, Peter Huewe wrote: From: Peter Huewe peterhu...@gmx.de a. PCI_ANY_ID indicates to the reader a wildcard match is being

RE: [PATCH 01/10 v2] ARM: Samsung: Add FIMC register and platform definitions

2010-07-16 Thread Sylwester Nawrocki
Hi, thank you for the review. Please se my comments below. -Original Message- From: Kukjin Kim [mailto:kgene@samsung.com] Sent: Friday, July 16, 2010 11:45 AM To: 'Sylwester Nawrocki'; linux-samsung-...@vger.kernel.org; linux-arm- ker...@lists.infradead.org Cc:

Re: [PATCH 01/10 v2] ARM: Samsung: Add FIMC register and platform definitions

2010-07-16 Thread Maurus Cuelenaere
Op 16-07-10 15:30, Sylwester Nawrocki schreef: Hi, thank you for the review. Please se my comments below. -Original Message- From: Kukjin Kim [mailto:kgene@samsung.com] Sent: Friday, July 16, 2010 11:45 AM To: 'Sylwester Nawrocki'; linux-samsung-...@vger.kernel.org; linux-arm-

[PATCH] added support for DM040832731 DVB-S USB BOX - Correction

2010-07-16 Thread Malcolm Priestley
DVB USB Driver for DM04 LME2510 + LG TDQY - P001F =(TDA8263 + TDA10086H) Corrected patch error. Signed-off-by: Malcolm Priestley tvbox...@gmail.com diff -r 9652f85e688a linux/drivers/media/dvb/dvb-usb/Kconfig --- a/linux/drivers/media/dvb/dvb-usb/Kconfig Thu May 27 02:02:09 2010 -0300 +++

RE: [RFC/PATCH 02/10] media: Media device

2010-07-16 Thread Aguirre, Sergio
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, July 16, 2010 3:56 AM To: Aguirre, Sergio Cc: linux-media@vger.kernel.org; sakari.ai...@maxwell.research.nokia.com Subject: Re: [RFC/PATCH 02/10] media: Media device Hi

RE: [RFC/PATCH 03/10] media: Entities, pads and links

2010-07-16 Thread Aguirre, Sergio
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, July 16, 2010 4:10 AM To: Aguirre, Sergio Cc: linux-media@vger.kernel.org; sakari.ai...@maxwell.research.nokia.com Subject: Re: [RFC/PATCH 03/10] media: Entities, pads and

RE: [RFC/PATCH 02/10] media: Media device

2010-07-16 Thread Aguirre, Sergio
-Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, July 16, 2010 3:53 AM To: Aguirre, Sergio Cc: linux-media@vger.kernel.org; sakari.ai...@maxwell.research.nokia.com Subject: Re: [RFC/PATCH 02/10] media: Media device Hi Sergio,

RE: [PATCH 01/10 v2] ARM: Samsung: Add FIMC register and platform definitions

2010-07-16 Thread Sylwester Nawrocki
-Original Message- From: Maurus Cuelenaere [mailto:mcuelena...@gmail.com] Sent: Friday, July 16, 2010 3:36 PM To: Sylwester Nawrocki Cc: 'Kukjin Kim'; Pawel Osciak; Marek Szyprowski; kyungmin.p...@samsung.com; linux-media@vger.kernel.org; linux-samsung- s...@vger.kernel.org;

RE: [PATCH 04/10 v2] v4l: Add Samsung FIMC (video postprocessor) driver

2010-07-16 Thread Sylwester Nawrocki
-Original Message- From: Kukjin Kim [mailto:kgene@samsung.com] Sent: Friday, July 16, 2010 1:39 PM To: 'Sylwester Nawrocki'; linux-samsung-...@vger.kernel.org; linux-arm- ker...@lists.infradead.org Cc: p.osc...@samsung.com; m.szyprow...@samsung.com; kyungmin.p...@samsung.com;

Chicony Electronics 04f2:b1b4 webcam device unsupported (yet)

2010-07-16 Thread Michael Kromer
Hi, I have bought myself a rather new Lenovo Thinkpad X100e, and there is no support for the webcam device in the current (2.6.34) kernel (yet). 2.6.35 doesn't seem to have a driver for it either. Is there any possibility for one of you guys to take a look at it? I could provide you with an

Re: Chicony Electronics 04f2:b1b4 webcam device unsupported (yet)

2010-07-16 Thread Pete Eberlein
On Fri, 2010-07-16 at 18:32 +0200, Michael Kromer wrote: Hi, I have bought myself a rather new Lenovo Thinkpad X100e, and there is no support for the webcam device in the current (2.6.34) kernel (yet). 2.6.35 doesn't seem to have a driver for it either. Is there any possibility for one of

[PATCH] input: fix wiring up default setkeycode/setkeycodebig

2010-07-16 Thread Jarod Wilson
I believe there's a mistake in 94977ff15f4214ee4630cf4a67195a1d48da771c, where the conditions on which to set a setkeycodebig function are incorrect. Previously, we had the case where if the dev didn't provide its own setkeycode, we'd set the default input layer one. Now, we set setkeycode big if

[PATCH] IR/lirc: make lirc userspace and staging modules buildable

2010-07-16 Thread Jarod Wilson
The lirc userspace needs all the current ioctls defined, and we need to put the header files in places out-of-tree and/or staging lirc drivers (which I plan to prep soon) can easily build with. I've actually tested this in a tree w/all the lirc drivers queued up to be submitted for staging. I'm

Re: [PATCH 24/25] video/ivtv: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)

2010-07-16 Thread Jarod Wilson
On Fri, Jul 16, 2010 at 7:42 AM, Andy Walls awa...@md.metrocast.net wrote: On Thu, 2010-07-15 at 18:07 -0400, Jarod Wilson wrote: On Thu, Jul 15, 2010 at 5:43 PM, Andy Walls awa...@md.metrocast.net wrote: On Thu, 2010-07-15 at 21:08 +0200, Peter Huewe wrote: From: Peter Huewe

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2010-07-16 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:Fri Jul 16 19:00:14 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14993:9652f85e688a git master:

em28xx: new board id [0b1a:50a3]

2010-07-16 Thread Jeevas V
With these changes the driver is failing when it tries to load the xceive firmware complaining about some registers. Please help me in getting this working and direct me. After making the changes how can I install/insert the em28xx module alone so that I don't have to install the complete

How to begin v4l2 application development??

2010-07-16 Thread Bryan Nations
I am new to video for linux and would like to know what resources are available to assist me in programming a simple webcam application with c++ in a *nix environment. My main goal right now is to just view the webcam in a small window. I have found lots of info on driver development, but I am

[PATCH] IR/lirc: use memdup_user instead of copy_from_user

2010-07-16 Thread Jarod Wilson
Inspired by 64047b94ede76e0c72ba8af98505e96d6a664519 Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/ir-lirc-codec.c | 11 +++ 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/drivers/media/IR/ir-lirc-codec.c b/drivers/media/IR/ir-lirc-codec.c index

Re: How to begin v4l2 application development??

2010-07-16 Thread Andy Walls
On Fri, 2010-07-16 at 14:40 -0500, Bryan Nations wrote: I am new to video for linux and would like to know what resources are available to assist me in programming a simple webcam application with c++ in a *nix environment. My main goal right now is to just view the webcam in a small

Re: How to begin v4l2 application development??

2010-07-16 Thread Andy Walls
On Fri, 2010-07-16 at 17:48 -0400, Andy Walls wrote: On Fri, 2010-07-16 at 14:40 -0500, Bryan Nations wrote: I am new to video for linux and would like to know what resources are available to assist me in programming a simple webcam application with c++ in a *nix environment. My main goal

em28xx: new board id [0b1a:50a3]

2010-07-16 Thread Jeevas V
Hi, Recently I got a new Analog card  UTV 380 from Gadmei I dismantled it and got the list of components in it.    *  Empia EM2860 (USB video bridge)    * Empia EMP202 (AC'97 audio processor)    * NXP/Philips SAA7113 (video decoder)    * Xceive XC2028ACQ (Analog chip tuner)    * 24C04 (EEPROM)