Re: [PATCH v8 4/6] V4L: Events: Add backend

2010-03-01 Thread Sakari Ailus
Sakari Ailus wrote: Add event handling backend to V4L2. The backend handles event subscription and delivery to file handles. Event subscriptions are based on file handle. Events may be delivered to all subscribed file handles on a device independent of where they originate from. Hi, Some

[PATCH v8.1 4/6] V4L: Events: Add backend

2010-03-01 Thread Sakari Ailus
Add event handling backend to V4L2. The backend handles event subscription and delivery to file handles. Event subscriptions are based on file handle. Events may be delivered to all subscribed file handles on a device independent of where they originate from. Signed-off-by: Sakari Ailus

Re: Announcing v4l-utils-0.7.90 (which includes libv4l-0.7.90)

2010-03-01 Thread Hans de Goede
On 03/01/2010 08:45 AM, Hans Verkuil wrote: On Friday 26 February 2010 20:43:19 Hans de Goede wrote: Hi, I'm happy to announce the first (test / beta) release of v4l-utils, v4l-utils is the combination of various v4l and dvb utilities which used to be part of the v4l-dvb mercurial kernel tree

Re: How do private controls actually work?

2010-03-01 Thread Laurent Pinchart
Hi Devin, On Monday 01 March 2010 03:56:17 Devin Heitmueller wrote: This might seem like a bit of a silly question, but I've been banging my head on the wall for a while on this. I need to add a single private control to the saa7115 driver. However, it's not clear to me exactly how this is

Re: [PATCH 1/3] add feedback LED control

2010-03-01 Thread Laurent Pinchart
Hi Márton, On Sunday 28 February 2010 08:55:04 Németh Márton wrote: From: Márton Németh nm...@freemail.hu On some webcams a feedback LED can be found. This LED usually shows the state of streaming mode: this is the Auto mode. The LED can be programmed to constantly switched off state (e.g.

Re: [PATCH 1/3] add feedback LED control

2010-03-01 Thread Laurent Pinchart
On Sunday 28 February 2010 20:38:00 Németh Márton wrote: Jean-Francois Moine wrote: On Sun, 28 Feb 2010 08:55:04 +0100 Németh Márton nm...@freemail.hu wrote: On some webcams a feedback LED can be found. This LED usually shows the state of streaming mode: this is the Auto mode. The LED

Re: How do private controls actually work?

2010-03-01 Thread Devin Heitmueller
Hello Laurent, On Mon, Mar 1, 2010 at 3:57 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: I don't think it should matter which API (the base one or the extended one) you use for controls, be they private, standard or whatever. I don't see a reason for disallowing some controls

Re: [PATCH 1/3] add feedback LED control

2010-03-01 Thread Jean-Francois Moine
On Sun, 28 Feb 2010 20:38:00 +0100 Németh Márton nm...@freemail.hu wrote: With a bitfield on and off state can be specified. What about the auto mode? Should two bits grouped together to have auto, on and off state? Is there already a similar control? Is the brightness of the background

Usb Video Grabber

2010-03-01 Thread Denis Barbazza
Hi, do you know some usb video grabber (input rca or s-video, audio is not important), that are supported by one of these kernel modules: kmod-video-gspca kmod-video-nw8xx kmod-video-ov51x-jpeg kmod-video-quickcam kmod-video-uvc thank you -- Denis Barbazza -- To unsubscribe from this list:

Re: How do private controls actually work?

2010-03-01 Thread Hans Verkuil
Hello Laurent, On Mon, Mar 1, 2010 at 3:57 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: I don't think it should matter which API (the base one or the extended one) you use for controls, be they private, standard or whatever. I don't see a reason for disallowing some

RE: Proposal for a V4L2 Media Controller mini-summit

2010-03-01 Thread Tomasz Fujak
Hi Hans, (...) Darn. Having a mini-summit without Laurent and yourself is pointless since you are both key developers. New proposal: May 5-7 in Lysaker, Norway. Does that work? Most probably. Depending how the Media Controller thing looks by then we consider sending a representative

Re: How do private controls actually work?

2010-03-01 Thread Devin Heitmueller
On Mon, Mar 1, 2010 at 4:58 AM, Hans Verkuil hverk...@xs4all.nl wrote: New private controls should not use V4L2_CID_PRIVATE_BASE at all. That mechanism was a really bad idea. Instead a new control should be added to the appropriate control class and with a offset = 0x1000. See for example the

[PATCH] firedtv: correct version number and current/next in CA_PMT

2010-03-01 Thread Stefan Richter
Date: Tue, 21 Jul 2009 18:45:50 +0200 From: Henrik Kurelid hen...@kurelid.se The version number in the CA_PMT message sent to the hardware was alwaysed set to zero. This could cause problems if the PMT would change during decryption of a channel since the new CA_PMT would have the same version

[PATCH] firedtv: add parameter to fake ca_system_ids in CA_INFO

2010-03-01 Thread Stefan Richter
Date: Sun, 4 Oct 2009 15:00:36 +0200 From: Henrik Kurelid hen...@kurelid.se The Digital Everywhere firmware have the shortcoming that ca_info_enq and ca_info are not supported. This means that we can never retrieve the correct ca_system_id to present in the CI message CA_INFO. Currently the

Re: [PATCH 05/11] ov534: Fix setting manual exposure

2010-03-01 Thread Antonio Ospite
On Sun, 28 Feb 2010 19:54:25 +0100 Antonio Ospite osp...@studenti.unina.it wrote: On Sun, 28 Feb 2010 19:38:14 +0100 Jean-Francois Moine moin...@free.fr wrote: On Sat, 27 Feb 2010 21:20:22 +0100 Antonio Ospite osp...@studenti.unina.it wrote: Exposure is now a u16 value, both MSB and

Re: How do private controls actually work?

2010-03-01 Thread Hans Verkuil
On Mon, Mar 1, 2010 at 4:58 AM, Hans Verkuil hverk...@xs4all.nl wrote: New private controls should not use V4L2_CID_PRIVATE_BASE at all. That mechanism was a really bad idea. Instead a new control should be added to the appropriate control class and with a offset = 0x1000. See for example

Re: [PATCH] firedtv: add parameter to fake ca_system_ids in CA_INFO

2010-03-01 Thread Stefan Richter
The Digital Everywhere firmware have the shortcoming that ca_info_enq and ca_info are not supported. This means that we can never retrieve the correct ca_system_id to present in the CI message CA_INFO. Currently the driver uses the application id retrieved using app_info_req and app_info, but

Re: [IR RC, REGRESSION] Didn't work IR RC

2010-03-01 Thread Andy Walls
On Mon, 2010-03-01 at 15:36 +0900, Dmitri Belimov wrote: Hi All After rework of the IR subsystem, IR RC no more work in our TV cards. As I see call saa7134_probe_i2c_ir, configure i2c call i2c_new_device New i2c device not registred. The module kbd-i2c-ir loaded after

Re: Announcing v4l-utils-0.7.90 (which includes libv4l-0.7.90)

2010-03-01 Thread Julian Scheel
Hi, Am Montag, 1. März 2010 10:26:47 schrieb Hans de Goede: I'm happy to announce the first (test / beta) release of v4l-utils, v4l-utils is the combination of various v4l and dvb utilities which used to be part of the v4l-dvb mercurial kernel tree and libv4l. Reading some more about

Re: How do private controls actually work?

2010-03-01 Thread Andy Walls
On Mon, 2010-03-01 at 10:58 +0100, Hans Verkuil wrote: Hello Laurent, On Mon, Mar 1, 2010 at 3:57 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: I don't think it should matter which API (the base one or the extended one) you use for controls, be they private, standard

[PATCH v2 05/11] ov534: Fix and document setting manual exposure

2010-03-01 Thread Antonio Ospite
Document that even if the state is a u8 value, both MSB and LSB are set as sd-exposure represents half of the value we are going to set into registers. Skip setting exposure when AEC is enabled. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- The code was already doing the right

[PATCH v2 09/11] ov534: Cosmetics: fix indentation and hex digits

2010-03-01 Thread Antonio Ospite
* Indent with tabs, not with spaces, nor with mixed style. * Less indentation for controls index comments. * Use lowercase hex digits. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Changes since v1: Indent controls by one more level as JF requested. Note that the controls

[PATCH update] firedtv: add parameter to fake ca_system_ids in CA_INFO

2010-03-01 Thread Stefan Richter
From: Henrik Kurelid hen...@kurelid.se Subject: firedtv: add parameter to fake ca_system_ids in CA_INFO The Digital Everywhere firmware have the shortcoming that ca_info_enq and ca_info are not supported. This means that we can never retrieve the correct ca_system_id to present in the CI message

RE: Requested feedback on V4L2 driver design

2010-03-01 Thread Kumar, Purushotam
How will the locking be handled ? I suppose opening a plane and closing a plane will just be a matter of sending one (or several) messages to the VPSS. In that case what would prevent a userspace application from sending a direct message to close a plane that a driver would have opened ?

Re: Info

2010-03-01 Thread Adriano Gigante
Devin, can you ask Prahal to keep this mailing list updated with the progress of develop? People from the list could help him in any need. Thank you. Adri On 02/14/2010 06:33 PM, Florent NOUVELLON wrote: Hi Devin, Did you with Prahal advanced the 0072/terratec hybrid xs fm support in

Re: [IR RC, REGRESSION] Didn't work IR RC

2010-03-01 Thread Mauro Carvalho Chehab
Andy Walls wrote: On Mon, 2010-03-01 at 15:36 +0900, Dmitri Belimov wrote: Hi All After rework of the IR subsystem, IR RC no more work in our TV cards. As I see call saa7134_probe_i2c_ir, configure i2c call i2c_new_device New i2c device not registred. The module kbd-i2c-ir loaded

Re: [PATCH] Input: scancode in get/set_keycodes should be unsigned

2010-03-01 Thread Matthew Garrett
On Sat, Feb 27, 2010 at 10:13:11PM -0800, Dmitry Torokhov wrote: The HID layer has some scan codes of the form 0xffbc for logitech devices which do not work if scancode is typed as signed int, so we need to switch to unsigned int instead. While at it keycode being signed does not make much

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2

2010-03-01 Thread Mauro Carvalho Chehab
Devin Heitmueller wrote: Hello Mauro, Please PULL from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2 for the following: as102: import initial as102 driver as102: checkpatch fixes as102: checkpatch fixes as102: checkpatch fixes as102: checkpatch fixes as102: checkpatch fixes

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2

2010-03-01 Thread Devin Heitmueller
On Mon, Mar 1, 2010 at 10:08 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Devin Heitmueller wrote: Hello Mauro, Please PULL from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2 for the following: as102: import initial as102 driver as102: checkpatch fixes as102: checkpatch

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2

2010-03-01 Thread Devin Heitmueller
On Mon, Mar 1, 2010 at 10:08 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Devin Heitmueller wrote: Hello Mauro, Please PULL from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2 for the following: as102: import initial as102 driver as102: checkpatch fixes as102: checkpatch

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

2010-03-01 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:Mon Mar 1 19:00:17 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14320:37ff78330942 gcc version:

Re: [PATCH 1/2] New driver for MI2020 sensor with GL860 bridge

2010-03-01 Thread Olivier Lorin
Hello, light source is not related to LEDs, it is for the kind of light source (tungsten, etc). The Windows driver had this control beside the white balance. I could remove this new control as under Windows the white balance is achieved by software and not hardware so the white balance control is

Re: How do private controls actually work?

2010-03-01 Thread Mauro Carvalho Chehab
Hi Devin, Devin Heitmueller wrote: On Mon, Mar 1, 2010 at 4:58 AM, Hans Verkuil hverk...@xs4all.nl wrote: New private controls should not use V4L2_CID_PRIVATE_BASE at all. That mechanism was a really bad idea. Instead a new control should be added to the appropriate control class and with a

Re: [linux-dvb] DVB-T USB Devices

2010-03-01 Thread Rodd Clarkson
On Mon, 2010-03-01 at 19:03 +1100, Rodd Clarkson wrote: usb 1-4: Manufacturer: Hauppauge Computer Works ... smscore_set_device_mode: firmware download success: sms1xxx-nova-b-dvbt-01.fw I hate replying to myself, but I should have mentioned that sms1xxx-nova-b-dvbt-01.fw is a renamed

Audio4DJ (snd-usb-caiaq) noise when using DVB usb adapter

2010-03-01 Thread Pedro Ribeiro
Hi all, I'm encountering a problem with the Audio4DJ audio card with a DVB USB adapter (Win-TV NOVA-T USB2 STICK). The problem is strange because it only happens after I disconnect and reconnect the audio card. Procedure 1: - boot from fresh - plug the DVB adapter - plug the Audio4DJ

Re: [IR RC, REGRESSION] Didn't work IR RC

2010-03-01 Thread hermann pitton
Hi, Am Montag, den 01.03.2010, 10:37 -0300 schrieb Mauro Carvalho Chehab: Andy Walls wrote: On Mon, 2010-03-01 at 15:36 +0900, Dmitri Belimov wrote: Hi All After rework of the IR subsystem, IR RC no more work in our TV cards. As I see call saa7134_probe_i2c_ir, configure i2c

Re: [IR RC, REGRESSION] Didn't work IR RC

2010-03-01 Thread Dmitri Belimov
Hi Not work I2C IR RC. GPIO RC I think works well. This patch remove addr of our RC from switch-case http://linuxtv.org/hg/v4l-dvb/rev/f700bce82813 When I set debug for ir-kbd-i2c I get ir-kbd-i2c: :Unsupported device at address 0x2d People with broken IR RC what addr has your I2C IR RC?

Re: cx18: Unable to find blank work order form to schedule incoming mailbox ...

2010-03-01 Thread Mark Lord
On 03/01/10 20:34, Andy Walls wrote: On Mon, 2010-03-01 at 11:07 -0500, Mark Lord wrote: I'm using MythTV-0.21-fixes (from svn) on top of Linux-2.6.33 (from kernel.org), with an HVR-1600 tuner card. This card usually works okay (with workarounds for the known analog recording bugs) in both