RE: [PATCH 1/8] v4l: add videobuf2 Video for Linux 2 driver framework

2010-12-14 Thread Marek Szyprowski
Hello, On Tuesday, December 14, 2010 8:58 AM Hans Verkuil wrote: On Tuesday, December 14, 2010 08:14:32 Marek Szyprowski wrote: Hello, On Saturday, December 11, 2010 5:55 PM Hans Verkuil wrote: Big thanks for the review! I will fix all these minor issues and resend the patches soon.

Re: Translation Faults on OMAP ISP update

2010-12-14 Thread Laurent Pinchart
Hi Sergio, On Friday 03 December 2010 01:32:08 Aguirre, Sergio wrote: On Thursday, December 02, 2010 11:34 AM Lane Brooks wrote: On 12/02/2010 07:35 AM, Laurent Pinchart wrote: [snip] Any ideas on the problem? Is there a way to force a reset to the CCDC so that it will become

Hauppauge USB Live 2

2010-12-14 Thread Gerd Hoffmann
Hi folks, Got a Hauppauge USB Live 2 after google found me that there is a linux driver for it. Unfortunaly linux doesn't manage to initialize the device. I've connected the device to a Thinkpad T60. It runs a 2.6.37-rc5 kernel with the linuxtv/staging/for_v2.6.38 branch merged in.

Re: Hauppauge USB Live 2

2010-12-14 Thread Devin Heitmueller
On Tue, Dec 14, 2010 at 4:57 AM, Gerd Hoffmann kra...@redhat.com wrote:  Hi folks, Got a Hauppauge USB Live 2 after google found me that there is a linux driver for it.  Unfortunaly linux doesn't manage to initialize the device. I've connected the device to a Thinkpad T60.  It runs a

Re: [PATCHv7 06/10] mm: MIGRATE_CMA migration type added

2010-12-14 Thread Michal Nazarewicz
On Mon, 13 Dec 2010 12:26:47 +0100 Michal Nazarewicz m.nazarew...@samsung.com wrote: diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h @@ -35,13 +35,24 @@ */ #define PAGE_ALLOC_COSTLY_ORDER 3 -#define MIGRATE_UNMOVABLE 0 -#define MIGRATE_RECLAIMABLE 1 -#define

Re: [PATCHv7 08/10] mm: cma: Contiguous Memory Allocator added

2010-12-14 Thread Michal Nazarewicz
On Mon, 13 Dec 2010 12:26:49 +0100 Michal Nazarewicz m.nazarew...@samsung.com wrote: +/* Initialise CMA */ + +static struct cma_grabbed { +unsigned long start; +unsigned long size; +} cma_grabbed[8] __initdata; +static unsigned

Re: Request for linux drivers for IDS uEye USB cameras -- we will ship you the hardware and you can keep it

2010-12-14 Thread Richard Hartmann
Hi all, while the email to got delivered to prj...@linuxdriverproject.org linux-ker...@vger.kernel.org the attachment made the linux-media list eat this mail. Resending verbatim without attachment. Richard On Wed, Dec 8, 2010 at 13:16, Richard Hartmann richih.mailingl...@gmail.com wrote: Hi

RE: Should a index be passed on the fly with the VIDIOC_QBUF ioctl in V4L2_MEMORY_USERPTR case ?

2010-12-14 Thread Jonghun Han
Hi, Any comment for this ? In my opinion v4l2 spec is not accurate in this topic. Because VIDIOC_REQBUFS describes count is only used in V4L2_MEMORY_MMAP as below. __u32 count The number of buffers requested or granted. This field is only used when memory is set to V4L2_MEMORY_MMAP. But

Re: [GIT PULL FOR 2.6.37] uvcvideo: BKL removal

2010-12-14 Thread Laurent Pinchart
Hi Mauro, Please don't forget this pull request for 2.6.37. On Monday 29 November 2010 11:15:10 Laurent Pinchart wrote: Hi Mauro, The following changes since commit c796e203229c8c08250f9d372ae4e10c466b1787: [media] kconfig: add an option to determine a menu's visibility (2010-11-22

Re: Should a index be passed on the fly with the VIDIOC_QBUF ioctl in V4L2_MEMORY_USERPTR case ?

2010-12-14 Thread Laurent Pinchart
Hi Jonghun, On Tuesday 14 December 2010 11:51:17 Jonghun Han wrote: Hi, Any comment for this ? In my opinion v4l2 spec is not accurate in this topic. Because VIDIOC_REQBUFS describes count is only used in V4L2_MEMORY_MMAP as below. __u32 count The number of buffers requested or

RE: Should a index be passed on the fly with the VIDIOC_QBUF ioctl in V4L2_MEMORY_USERPTR case ?

2010-12-14 Thread Jonghun Han
Hi Laurent Pinchart, Thanks you for reply. It makes sense. Best regards, Jonghun Han -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Laurent Pinchart Sent: Tuesday, December 14, 2010 8:00 PM To: Jonghun Han Cc:

Fwd: What if add enumerations at the V4L2_FOCUS_MODE_AUTO?

2010-12-14 Thread Kim, HeungJun
I miss linux-media email addres. So, I added it. Thanks. - Hi Laurent and Hans, I am working on V4L2 subdev for M5MOLS by Fujitsu. and I wanna listen your comments about Auto Focus mode of my ideas. the details is in the following link discussed at the

Re: [alsa-devel] [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-14 Thread Laurent Pinchart
Hi Clemens, On Monday 13 December 2010 17:10:51 Clemens Ladisch wrote: I wrote: I'll see if I can draw up the ALSA-specific media stuff over the weekend. Sorry, wrong weekend. Anyway, below are some remarks and a patch. Thank you. Please see my comments inline. * Entity types

Re: [PATCH] bttv: fix mutex use before init

2010-12-14 Thread Dave Young
On Mon, Dec 13, 2010 at 04:30:24PM -0800, Brandon Philips wrote: On 17:13 Sun 12 Dec 2010, Torsten Kaiser wrote: * change fh-cap.vb_lock in bttv_open() AND radio_open() to btv-init.cap.vb_lock * add a mutex_init(btv-init.cap.vb_lock) to the setup of init in bttv_probe() That seems

Re: [patch v2] [media] bttv: take correct lock in bttv_open()

2010-12-14 Thread Mauro Carvalho Chehab
Em 14-12-2010 08:36, Dan Carpenter escreveu: On Mon, Dec 13, 2010 at 01:42:49AM +0300, Sergej Pupykin wrote: mutex_lock(btv-lock); *fh = btv-init; mutex_unlock(btv-lock); Probably it is overkill and may be incorrect, but it starts working. Mauro would be the one to know for sure.

Re: [alsa-devel] [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-14 Thread Hans Verkuil
Hi Clemens, On Monday 13 December 2010 17:10:51 Clemens Ladisch wrote: I wrote: I'll see if I can draw up the ALSA-specific media stuff over the weekend. Sorry, wrong weekend. Anyway, below are some remarks and a patch. Thank you. Please see my comments inline. * Entity types

Re: [alsa-devel] [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-14 Thread Laurent Pinchart
Hi Hans, On Tuesday 14 December 2010 13:40:21 Hans Verkuil wrote: On Monday 13 December 2010 17:10:51 Clemens Ladisch wrote: * Entity types TYPE_NODE was renamed to TYPE_DEVICE because node sounds like a node in a graph, which does not distinguish it from other entity types because

Terratec Cinergy HT MKII has a VHF problem.

2010-12-14 Thread Janez
I think I found a bug in the Terratec Cinergy HT PCI MKII. The card basically works, but the DVB stations in the VHF band have a problem. I can watch them (with xine or me-TV) or scan them only after a reboot, because if I change to a UHF station and then I re-tune to the previous VHF station,

Re: [alsa-devel] [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-14 Thread Clemens Ladisch
Laurent Pinchart wrote: On Monday 13 December 2010 17:10:51 Clemens Ladisch wrote: TYPE_EXT describes entities that represent some interface to the external world, TYPE_INT those that are internal to the entire device. (I'm not sure if that distinction is very useful, but TYPE_SUBDEV seems to

Re: problems with several saa7134 cards

2010-12-14 Thread Mauro Carvalho Chehab
Em 13-12-2010 11:45, Artem Bokhan escreveu: I use several (from three to five) saa7134-based cards on single PC. Currently I'm trying to migrate from 2.6.22 to 2.6.32 (ubuntu lts). I've got problems which I did not have with 2.6.22 kernel: 1. Depending on configuration load average holds

Re: [alsa-devel] [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-14 Thread Clemens Ladisch
Laurent Pinchart wrote: On Tuesday 14 December 2010 13:40:21 Hans Verkuil wrote: On Monday 13 December 2010 17:10:51 Clemens Ladisch wrote: * Entity types TYPE_NODE was renamed to TYPE_DEVICE because node sounds like a node in a graph, which does not distinguish it from other entity

Re: [alsa-devel] [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-14 Thread Takashi Iwai
At Tue, 14 Dec 2010 14:31:55 +0100, Clemens Ladisch wrote: Should we have an AUDIO category ? Probably not, because there are combined audio/video jacks, any maybe other entities. Yes, nowadays HDMI / DP are pretty common, for example. Takashi -- To unsubscribe from this list: send the

Re: Hauppauge USB Live 2

2010-12-14 Thread Mauro Carvalho Chehab
Hi Devin, Em 14-12-2010 08:06, Devin Heitmueller escreveu: On Tue, Dec 14, 2010 at 4:57 AM, Gerd Hoffmann kra...@redhat.com wrote: Hi folks, Got a Hauppauge USB Live 2 after google found me that there is a linux driver for it. Unfortunaly linux doesn't manage to initialize the device.

Re: [alsa-devel] [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-14 Thread Laurent Pinchart
Hi Clemens, On Tuesday 14 December 2010 14:31:55 Clemens Ladisch wrote: Laurent Pinchart wrote: On Monday 13 December 2010 17:10:51 Clemens Ladisch wrote: TYPE_EXT describes entities that represent some interface to the external world, TYPE_INT those that are internal to the entire device.

[PATCH] v4l: OMAP3 ISP CCDC: Add support for 8bit greyscale sensors

2010-12-14 Thread Martin Hostettler
Adds support for V4L2_MBUS_FMT_Y8_1X8 format and 8bit data width in syncronous interface. The data width is configured in the parallel interface part of the isp platform data, defaulting to 10bit as before this commit. When i 8bit mode don't apply DC substraction of 64 per default as this would

Re: [alsa-devel] [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-14 Thread Sakari Ailus
Hi Clemens, Laurent, Hans others! Clemens Ladisch wrote: I wrote: I'll see if I can draw up the ALSA-specific media stuff over the weekend. Sorry, wrong weekend. Anyway, below are some remarks and a patch. * Entity types TYPE_NODE was renamed to TYPE_DEVICE because node sounds

Re: [alsa-devel] [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-14 Thread Hans Verkuil
Laurent Pinchart wrote: On Monday 13 December 2010 17:10:51 Clemens Ladisch wrote: TYPE_EXT describes entities that represent some interface to the external world, TYPE_INT those that are internal to the entire device. (I'm not sure if that distinction is very useful, but TYPE_SUBDEV seems

Re: [alsa-devel] [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-14 Thread Laurent Pinchart
Hi Hans, On Tuesday 14 December 2010 15:51:08 Hans Verkuil wrote: Laurent Pinchart wrote: On Monday 13 December 2010 17:10:51 Clemens Ladisch wrote: TYPE_EXT describes entities that represent some interface to the external world, TYPE_INT those that are internal to the entire device.

Re: [alsa-devel] [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-14 Thread Clemens Ladisch
Laurent Pinchart wrote: On Tuesday 14 December 2010 14:31:55 Clemens Ladisch wrote: Laurent Pinchart wrote: On Monday 13 December 2010 17:10:51 Clemens Ladisch wrote: EXT_SPEAKER also includes headphones; there might be made a case for having those as a separate subtype.

Re: tm6000 and IR

2010-12-14 Thread Stefan Ringel
Am 14.12.2010 04:23, schrieb Dmitri Belimov: Hi What about my last patch?? This is OK or bad? Our customers kick me every day with IR remotes. With my best regards, Dmitry. I think, you use the second variant, Dmitry. Why you doesn't use this key map - RCMAP_BEHOLD. The power led we can

Re: Hauppauge USB Live 2

2010-12-14 Thread Gerd Hoffmann
On 12/14/10 15:05, Mauro Carvalho Chehab wrote: Hi Devin, Em 14-12-2010 08:06, Devin Heitmueller escreveu: On Tue, Dec 14, 2010 at 4:57 AM, Gerd Hoffmannkra...@redhat.com wrote: Hi folks, Got a Hauppauge USB Live 2 after google found me that there is a linux driver for it. Unfortunaly

Re: Hauppauge USB Live 2

2010-12-14 Thread Gerd Hoffmann
$ git log --oneline --no-merges 4270c3ca.. drivers/media/video/cx231xx f5db33f [media] cx231xx: stray unlock on error path Using that commit directly looks better. I still see the UsbInterface::sendCommand failures, but the driver seems to finish the initialization and looks for the firmware.

Re: Hauppauge HVR-2200 analog

2010-12-14 Thread Julian Scheel
Am 07.12.2010 14:01, schrieb Andy Walls: On Tue, 2010-12-07 at 12:04 +0100, Julian Scheel wrote: Hi, is there any progress on adding analog support to the HVR-2200? It seems support for the used chipsets in general is already in the kernel? It appears to be in the media_tree.git repository on

[cron job] v4l-dvb daily build: WARNINGS

2010-12-14 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 Dec 14 19:00:06 CET 2010 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version:

Re: Hauppauge HVR-2200 analog

2010-12-14 Thread Julian Scheel
Am 14.12.2010 18:23, schrieb Julian Scheel: Am 07.12.2010 14:01, schrieb Andy Walls: It appears to be in the media_tree.git repository on the staging/for_v2.6.37-rc1 branch:

Re: [PATCH 3/6] [media] gspca core: Fix regressions gspca breaking devices with audio

2010-12-14 Thread Anca Emanuel
On Fri, Dec 10, 2010 at 12:51 PM, Jean-Francois Moine moin...@free.fr wrote: On Thu, 9 Dec 2010 18:42:36 -0200 Mauro Carvalho Chehab mche...@redhat.com wrote: Changeset 35680ba broke several devices:       - Sony Playstation Eye (1415:2000);       - Gigaware model 25-234 (0c45:628f);      

Re: [PATCH 3/6] [media] gspca core: Fix regressions gspca breaking devices with audio

2010-12-14 Thread Jean-Francois Moine
On Tue, 14 Dec 2010 20:52:43 +0200 Anca Emanuel anca.eman...@gmail.com wrote: How can I disable the noise from camera ? There is no physical microphone in it. ( mute do not work ) [snip] [ 139.848996] usb 8-1: usb_probe_device [ 139.849003] usb 8-1: configuration #1 chosen from 1

[PATCH 0/6] gspca sonixj better handling of reg 01 and 17

2010-12-14 Thread Jean-François Moine
Here is a new version following Mauro's remarks and with some fixes. Jean-François Moine (6): gspca - sonixj: Move bridge init to sd start gspca - sonixj: Fix a bad probe exchange gspca - sonixj: Add a flag in the driver_info table gspca - sonixj: Set the flag for some

[PATCH 1/6] gspca - sonixj: Move bridge init to sd start

2010-12-14 Thread Jean-François Moine
Signed-off-by: Jean-François Moine moin...@free.fr diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c index 2229847..4660cbe 100644 --- a/drivers/media/video/gspca/sonixj.c +++ b/drivers/media/video/gspca/sonixj.c @@ -1755,141 +1755,6 @@ static void

[PATCH 2/6] gspca - sonixj: Fix a bad probe exchange

2010-12-14 Thread Jean-François Moine
Signed-off-by: Jean-François Moine moin...@free.fr diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c index 4660cbe..5978676 100644 --- a/drivers/media/video/gspca/sonixj.c +++ b/drivers/media/video/gspca/sonixj.c @@ -1794,7 +1794,7 @@ static int sd_init(struct

[PATCH 3/6] gspca - sonixj: Add a flag in the driver_info table

2010-12-14 Thread Jean-François Moine
Signed-off-by: Jean-François Moine moin...@free.fr diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c index 5978676..ed7349b 100644 --- a/drivers/media/video/gspca/sonixj.c +++ b/drivers/media/video/gspca/sonixj.c @@ -64,6 +64,7 @@ struct sd { u8

[PATCH 4/6] gspca - sonixj: Set the flag for some devices

2010-12-14 Thread Jean-François Moine
The flag PDN_INV indicates that the sensor pin S_PWR_DN has not the same value as other webcams with the same sensor. For now, only two webcams have been so detected: the Microsoft's VX1000 and VX3000. Signed-off-by: Jean-François Moine moin...@free.fr diff --git

[PATCH 5/6] gspca - sonixj: Add the bit definitions of the bridge reg 0x01 and 0x17

2010-12-14 Thread Jean-François Moine
Signed-off-by: Jean-François Moine moin...@free.fr diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c index 5deff24..a75f7ec 100644 --- a/drivers/media/video/gspca/sonixj.c +++ b/drivers/media/video/gspca/sonixj.c @@ -100,6 +100,19 @@ enum sensors { /* device

[PATCH 6/6] gspca - sonixj: Better handling of the bridge registers 0x01 and 0x17

2010-12-14 Thread Jean-François Moine
The initial values of the registers 0x01 and 0x17 are taken from the sensor table at capture start and updated according to the flag PDN_INV. Their values are updated at each step of the capture initialization and memorized for reuse in capture stop. This patch also fixed automatically some bad

[PATCH 6/6] gspca - sonixj: Better handling of the bridge registers 0x01 and 0x17 (bug fix)

2010-12-14 Thread Jean-François Moine
The initial values of the registers 0x01 and 0x17 are taken from the sensor table at capture start and updated according to the flag PDN_INV. Their values are updated at each step of the capture initialization and memorized for reuse in capture stop. This patch also fixed automatically some bad

Re: Hauppauge HVR-2200 analog

2010-12-14 Thread Steven Toth
On 12/14/10 12:23 PM, Julian Scheel wrote: Is there any reason, why the additional card-information found here: http://www.kernellabs.com/hg/~stoth/saa7164-dev/ is not yet in the kernel tree? On my todo list. I validate each board before I add its profile to the core tree. If certain boards

Re: [PATCH 3/6] [media] gspca core: Fix regressions gspca breaking devices with audio

2010-12-14 Thread Anca Emanuel
On Tue, Dec 14, 2010 at 9:08 PM, Jean-Francois Moine moin...@free.fr wrote: On Tue, 14 Dec 2010 20:52:43 +0200 Anca Emanuel anca.eman...@gmail.com wrote: How can I disable the noise from camera ? There is no physical microphone in it. ( mute do not work )        [snip] [  139.848996] usb

Re: [PATCH] bttv: fix mutex use before init

2010-12-14 Thread Torsten Kaiser
On Tue, Dec 14, 2010 at 1:30 AM, Brandon Philips bran...@ifup.org wrote: On 17:13 Sun 12 Dec 2010, Torsten Kaiser wrote:  * change fh-cap.vb_lock in bttv_open() AND radio_open() to btv-init.cap.vb_lock  * add a mutex_init(btv-init.cap.vb_lock) to the setup of init in bttv_probe() That

Re: [PATCH] bttv: fix mutex use before init

2010-12-14 Thread Torsten Kaiser
On Tue, Dec 14, 2010 at 9:56 PM, Torsten Kaiser just.for.l...@googlemail.com wrote: Using the card also still works, but I think I found out what was causing sporadic shutdown problems with 37-rc kernels: When I try to exit tvtime it gets stuck in an uninterruptible D state and can't be

Re: [PATCH] bttv: fix mutex use before init

2010-12-14 Thread Brandon Philips
On 21:56 Tue 14 Dec 2010, Torsten Kaiser wrote: On Tue, Dec 14, 2010 at 1:30 AM, Brandon Philips bran...@ifup.org wrote: On 17:13 Sun 12 Dec 2010, Torsten Kaiser wrote:  * change fh-cap.vb_lock in bttv_open() AND radio_open() to btv-init.cap.vb_lock  * add a

Re: [PATCH] bttv: fix mutex use before init

2010-12-14 Thread Brandon Philips
On 22:13 Tue 14 Dec 2010, Torsten Kaiser wrote: On Tue, Dec 14, 2010 at 9:56 PM, Torsten Kaiser just.for.l...@googlemail.com wrote: Using the card also still works, but I think I found out what was causing sporadic shutdown problems with 37-rc kernels: When I try to exit tvtime it gets

Re: [alsa-devel] [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-14 Thread Laurent Pinchart
Hi Clemens, On Tuesday 14 December 2010 14:49:15 Clemens Ladisch wrote: Laurent Pinchart wrote: On Tuesday 14 December 2010 13:40:21 Hans Verkuil wrote: On Monday 13 December 2010 17:10:51 Clemens Ladisch wrote: * Entity types TYPE_NODE was renamed to TYPE_DEVICE because node

Re: [PATCHv7 08/10] mm: cma: Contiguous Memory Allocator added

2010-12-14 Thread KAMEZAWA Hiroyuki
On Tue, 14 Dec 2010 11:23:15 +0100 Michal Nazarewicz min...@mina86.com wrote: Hmm, it seems __cm_alloc() and __cm_migrate() has no special codes for CMA. I'd like reuse this for my own contig page allocator. So, could you make these function be more generic (name) ? as

Re: What if add enumerations at the V4L2_FOCUS_MODE_AUTO?

2010-12-14 Thread Laurent Pinchart
Hi, (CC'ing linux-media this time, please discard the previous mail) On Tuesday 14 December 2010 12:27:32 Kim, HeungJun wrote: Hi Laurent and Hans, I am working on V4L2 subdev for M5MOLS by Fujitsu. and I wanna listen your comments about Auto Focus mode of my ideas. the details is in the

Re: Simple request : mini-pcie analog TV capture card

2010-12-14 Thread Andy Walls
Fernando, You should send questions to linux-media@vger.kernel.org as the video4linux list is mostly dead. The Yuan MPC718 is supported by the cx18 driver, but it is mini-pci (not mini-pcie) and has hardware mpeg2 encoding, which may be overkill for your needs. Regards, Andy Fernando

Simple request : mini-pcie analog TV capture card

2010-12-14 Thread Fernando Laudares Camargos
Hello List, I'm after a somehow quite simple information: I'm looking for a mini-pcie TV tuner/capture card. I simply need to plug my cable TV decoder to such a card to watch TV on Linux. I've got success with a Hauppauge 950Q USB stick and TV time but this is not a one-time project and we would

Re: [PATCH] v4l: OMAP3 ISP CCDC: Add support for 8bit greyscale sensors

2010-12-14 Thread Laurent Pinchart
Hi Martin, Thanks for the patch. On Tuesday 14 December 2010 15:43:43 Martin Hostettler wrote: Adds support for V4L2_MBUS_FMT_Y8_1X8 format and 8bit data width in syncronous interface. The data width is configured in the parallel interface part of the isp platform data, defaulting to 10bit

[PATCH v2] [media] s5p-fimc: fix the value of YUV422 1-plane formats

2010-12-14 Thread Hyunwoong Kim
Some color formats are mismatched in s5p-fimc driver. CICICTRL[1:0], order422_out, should be set 2b'00 not 2b'11 to use V4L2_PIX_FMT_YUYV. Because in V4L2 standard V4L2_PIX_FMT_YUYV means start + 0: Y'00 Cb00 Y'01 Cr00 Y'02 Cb01 Y'03 Cr01. According to datasheet 2b'00 is right value for

Re: [PATCH] bttv: fix mutex use before init

2010-12-14 Thread Dave Young
On Wed, Dec 15, 2010 at 5:43 AM, Brandon Philips bran...@ifup.org wrote: On 21:56 Tue 14 Dec 2010, Torsten Kaiser wrote: On Tue, Dec 14, 2010 at 1:30 AM, Brandon Philips bran...@ifup.org wrote: On 17:13 Sun 12 Dec 2010, Torsten Kaiser wrote:  * change fh-cap.vb_lock in bttv_open() AND

Leadtek DTV2000DS - no channel lock

2010-12-14 Thread Matthew Rowles
Hi all. I have 2 Leadtek DTV2000DS PCI tuners in my mythtv pc. This is a AF9015 + AF9013 + NXP TDA18211 based PCI card. The tuner is detected as TDA18271. (see http://linuxtv.org/wiki/index.php/DVB-T_PCI_Cards#Leadtek) My issue is that I can't lock onto any channel. My PC is: MB: Asus

Re: Simple request : mini-pcie analog TV capture card

2010-12-14 Thread Markus Rechberger
Hi, On Wed, Dec 15, 2010 at 1:25 AM, Fernando Laudares Camargos fernando.laudares.camar...@gmail.com wrote: Hello List, I'm after a somehow quite simple information: I'm looking for a mini-pcie TV tuner/capture card. I simply need to plug my cable TV decoder to such a card to watch TV on

Re: Simple request : mini-pcie analog TV capture card

2010-12-14 Thread Markus Rechberger
On Wed, Dec 15, 2010 at 6:33 AM, Markus Rechberger mrechber...@gmail.com wrote: Hi, On Wed, Dec 15, 2010 at 1:25 AM, Fernando Laudares Camargos fernando.laudares.camar...@gmail.com wrote: Hello List, I'm after a somehow quite simple information: I'm looking for a mini-pcie TV

Re: tm6000 and IR

2010-12-14 Thread Dmitri Belimov
Hi Stefan Am 14.12.2010 04:23, schrieb Dmitri Belimov: Hi What about my last patch?? This is OK or bad? Our customers kick me every day with IR remotes. With my best regards, Dmitry. I think, you use the second variant, Dmitry. Why you doesn't use this key map - RCMAP_BEHOLD. No

Re: [PATCH] bttv: fix mutex use before init

2010-12-14 Thread Torsten Kaiser
On Tue, Dec 14, 2010 at 10:43 PM, Brandon Philips bran...@ifup.org wrote: On 21:56 Tue 14 Dec 2010, Torsten Kaiser wrote: On Tue, Dec 14, 2010 at 1:30 AM, Brandon Philips bran...@ifup.org wrote: On 17:13 Sun 12 Dec 2010, Torsten Kaiser wrote:  * change fh-cap.vb_lock in bttv_open() AND

Re: Hauppauge HVR-2200 analog

2010-12-14 Thread Julian Scheel
Am 14.12.2010 um 20:51 schrieb Steven Toth: On 12/14/10 12:23 PM, Julian Scheel wrote: Is there any reason, why the additional card-information found here: http://www.kernellabs.com/hg/~stoth/saa7164-dev/ is not yet in the kernel tree? On my todo list. Ok, fine. I validate each board

Re: What if add enumerations at the V4L2_FOCUS_MODE_AUTO?

2010-12-14 Thread Hans Verkuil
On Wednesday, December 15, 2010 01:19:43 Laurent Pinchart wrote: Hi, (CC'ing linux-media this time, please discard the previous mail) On Tuesday 14 December 2010 12:27:32 Kim, HeungJun wrote: Hi Laurent and Hans, I am working on V4L2 subdev for M5MOLS by Fujitsu. and I wanna listen

Re: What if add enumerations at the V4L2_FOCUS_MODE_AUTO?

2010-12-14 Thread Kim, HeungJun
Hi Laurent, 2010-12-15 오전 9:19, Laurent Pinchart 쓴 글: Hi, (CC'ing linux-media this time, please discard the previous mail) On Tuesday 14 December 2010 12:27:32 Kim, HeungJun wrote: Hi Laurent and Hans, I am working on V4L2 subdev for M5MOLS by Fujitsu. and I wanna listen your comments