On Sat, 27 Feb 2010 20:12:05 +0100
Hans de Goede wrote:
[snip]
> I would like to note that even if we go the v4l2 control way it still
> makes sense to handle this in gspca_main, rather then implementing it
> separately in every sub driver.
There is nothing to do in the gspca_main: the co
Hi,
On 02/27/2010 04:35 PM, Németh Márton wrote:
Hi,
Jean-Francois Moine wrote:
On Sat, 27 Feb 2010 08:53:16 +0100
Hans de Goede wrote:
This is true for a lot of cameras, so if we are going to add a way to
support control of the LED separate of the streaming state, we
should do that at the g
Hi,
Jean-Francois Moine wrote:
> On Sat, 27 Feb 2010 08:53:16 +0100
> Hans de Goede wrote:
>
>> This is true for a lot of cameras, so if we are going to add a way to
>> support control of the LED separate of the streaming state, we
>> should do that at the gspca_main level, and let sub drivers wh
On Sat, 27 Feb 2010 08:53:16 +0100
Hans de Goede wrote:
> This is true for a lot of cameras, so if we are going to add a way to
> support control of the LED separate of the streaming state, we
> should do that at the gspca_main level, and let sub drivers which
> support this export a set_led call
Hi,
Hans de Goede wrote:
> Hi,
>
> On 02/27/2010 01:20 AM, Németh Márton wrote:
>> From: Márton Németh
>>
>> On Labtec Webcam 2200 there is a feedback LED which can be controlled
>> independent from the streaming.
>
> This is true for a lot of cameras, so if we are going to add a way to
> support
Hi,
I missed the CONFIG_LEDS_CLASS_MODULE configuration option in the previous
version of this patch, now it is added.
Regards,
Márton Németh
---
From: Márton Németh
On Labtec Webcam 2200 there is a feedback LED which can be controlled
independent from the streaming. The feedback LED c
Hi,
On 02/27/2010 01:20 AM, Németh Márton wrote:
From: Márton Németh
On Labtec Webcam 2200 there is a feedback LED which can be controlled
independent from the streaming.
This is true for a lot of cameras, so if we are going to add a way to
support control of the LED separate of the streaming
From: Márton Németh
On Labtec Webcam 2200 there is a feedback LED which can be controlled
independent from the streaming. The feedback LED can be used from
user space application to show for example detected motion or to
distinguish between the preview and "on-air" state of the video stream.
The