Re: [PATCH 1/2] gspca pac7302: allow controlling LED separately

2010-02-27 Thread Németh Márton
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 nm...@freemail.hu On Labtec Webcam 2200 there is a feedback LED which can be controlled independent from the streaming.

Re: [PATCH 1/2] gspca pac7302: allow controlling LED separately

2010-02-27 Thread Németh Márton
Hi, Hans de Goede wrote: Hi, On 02/27/2010 01:20 AM, Németh Márton wrote: From: Márton Némethnm...@freemail.hu 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

Re: [PATCH 1/2] gspca pac7302: allow controlling LED separately

2010-02-27 Thread Jean-Francois Moine
On Sat, 27 Feb 2010 08:53:16 +0100 Hans de Goede hdego...@redhat.com 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

Re: [PATCH 1/2] gspca pac7302: allow controlling LED separately

2010-02-27 Thread Németh Márton
Hi, Jean-Francois Moine wrote: On Sat, 27 Feb 2010 08:53:16 +0100 Hans de Goede hdego...@redhat.com 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

Re: [PATCH 1/2] gspca pac7302: allow controlling LED separately

2010-02-27 Thread Hans de Goede
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 Goedehdego...@redhat.com 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

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

2010-02-27 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:Sat Feb 27 19:00:23 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14319:37581bb7e6f1 gcc version:

Re: [PATCH 1/2] gspca pac7302: allow controlling LED separately

2010-02-27 Thread Jean-Francois Moine
On Sat, 27 Feb 2010 20:12:05 +0100 Hans de Goede hdego...@redhat.com 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

[PATCH 06/11] ov534: Fix Auto White Balance control

2010-02-27 Thread Antonio Ospite
From: Max Thrun bear2...@gmail.com Set only the needed bits for AWB, and enable it by default. Signed-off-by: Max Thrun bear2...@gmail.com Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- linux/drivers/media/video/gspca/ov534.c | 21 + 1 file changed, 13

[PATCH 10/11] ov534: Add Powerline Frequency control

2010-02-27 Thread Antonio Ospite
From: Mosalam Ebrahimi m.ebrah...@ieee.org Note that setting this options to 50Hz can reduce the framerate, so the default is still 60Hz. Signed-off-by: Mosalam Ebrahimi m.ebrah...@ieee.org Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- linux/drivers/media/video/gspca/ov534.c | 71

[PATCH 01/11] ov534: Remove ambiguous controls

2010-02-27 Thread Antonio Ospite
From: Max Thrun bear2...@gmail.com Remove Blue/Red Channel Target Value, they are meant for Black Level Calibration but it is not completely clear how to use them. Signed-off-by: Max Thrun bear2...@gmail.com Signed-off-by: Antonio Ospite osp...@studenti.unina.it ---

[PATCH 07/11] ov534: Fixes for sharpness control

2010-02-27 Thread Antonio Ospite
From: Max Thrun bear2...@gmail.com * Adjust comments for sharpness control * Set default value unconditionally, for readability Signed-off-by: Max Thrun bear2...@gmail.com Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- linux/drivers/media/video/gspca/ov534.c |6 ++ 1

[PATCH 11/11] ov534: Update copyright info

2010-02-27 Thread Antonio Ospite
From: Max Thrun bear2...@gmail.com Signed-off-by: Max Thrun bear2...@gmail.com Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- linux/drivers/media/video/gspca/ov534.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: gspca/linux/drivers/media/video/gspca/ov534.c

[PATCH 02/11] ov534: Remove hue control

2010-02-27 Thread Antonio Ospite
Hue control doesn't work and the sensor datasheet is not clear about how to set hue properly. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- linux/drivers/media/video/gspca/ov534.c | 54 ++-- 1 file changed, 5 insertions(+), 49 deletions(-) Index:

[PATCH 00/11] ov534: Fixes and updates

2010-02-27 Thread Antonio Ospite
Hi Jean-Francois, will you review/apply these changes please? Several fixes and updates: * Removed some controls because their state was not good enough * Added AEC * AGC and AWB enabled by default * Fixed setting/unsetting registers for - exposure - sharpness - hflip -

[PATCH 03/11] ov534: Fix autogain control, enable it by default

2010-02-27 Thread Antonio Ospite
From: Max Thrun bear2...@gmail.com * Use 'agc' instead of 'autogain' in the code so to align the naming as in AEC/AWB. * Tweak brightness and contrast default values. * Fix setting/resetting registers values for AGC. * Set actual gain back when disabling AGC. * Skip setting GAIN

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

2010-02-27 Thread Antonio Ospite
Exposure is now a u16 value, both MSB and LSB are set, but values in the v4l2 control are limited to the interval [0,506] as 0x01fa (506) is the maximum observed value with AEC enabled. Skip setting exposure when AEC is enabled. Signed-off-by: Antonio Ospite osp...@studenti.unina.it ---

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

2010-02-27 Thread Antonio Ospite
* Indent with tabs, not with spaces. * Less indentation for controls index comments. * Use lowercase hex digits. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- linux/drivers/media/video/gspca/ov534.c | 128 1 file changed, 64 insertions(+), 64

[PATCH 04/11] ov534: Add Auto Exposure

2010-02-27 Thread Antonio Ospite
From: Max Thrun bear2...@gmail.com This also makes manual exposure actually work: it never worked before because AEC was always enabled. Signed-off-by: Max Thrun bear2...@gmail.com Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- linux/drivers/media/video/gspca/ov534.c | 55

[PATCH 08/11] ov534: Fix unsetting hflip and vflip bits

2010-02-27 Thread Antonio Ospite
From: Max Thrun bear2...@gmail.com Also set default values unconditionally, for readability. Signed-off-by: Max Thrun bear2...@gmail.com Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- linux/drivers/media/video/gspca/ov534.c |8 ++-- 1 file changed, 2 insertions(+), 6

No any working frequency/transponder with conceptronic ctvdigrcu

2010-02-27 Thread Roalt
Hi all, I'm new to DVB-T as I just bought a Conceptronic CTVDIGRCU v3.0 (usb dvb-t device), so I hope I do not ask a stupid question, but I do not get any results when executing: ./w_scan -ft -c NL It returns (after a long list of frequency/time logging): ERROR: Sorry - i couldn't get any

[PATCH firmware 6/6] Add firmware for lgs8g75

2010-02-27 Thread Ben Hutchings
This is taken from the lgs8gxx driver as of 2.6.32-rc5. Signed-off-by: Ben Hutchings b...@decadent.org.uk --- The binary changes are omitted from this message as they are impossible to review. Ben. WHENCE |9 + lgs8g75.fw | Bin 0 - 262 bytes 2 files changed, 9 insertions(+),

Call for testers: HVR-900R2 and PCTV 330e

2010-02-27 Thread Devin Heitmueller
I'm finally happy to announce that we've got a working version of the drx-d driver and I'm looking for testers if you happen to own an HVR-900 R2 or PCTV 330e (USB ids 2040:6502 and 2304:0226) More details as to where to find the tree and how to install it can be found here:

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

2010-02-27 Thread Devin Heitmueller
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 as102: checkpatch fixes as102:

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

2010-02-27 Thread Dmitry Torokhov
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 sense either. Signed-off-by: Dmitry Torokhov d...@mail.ru ---

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

2010-02-27 Thread Németh Márton
Hi, 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 sense either. Are the scan codes and

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

2010-02-27 Thread Dmitry Torokhov
On Sun, Feb 28, 2010 at 07:44:32AM +0100, Németh Márton wrote: Hi, 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

Mumu DVB Infinity Smart Card reader

2010-02-27 Thread Aslam Mullapilly
Hi, It will be great full if somebody can help me use Infinity smart card reader to tune scrambled channel in mumudvb. Regards, Aslam -- 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

[PATCH 1/3] add feedback LED control

2010-02-27 Thread Németh Márton
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. for power saving reasons, preview mode) or on state (e.g. the application

[PATCH 2/3] gspca pac7302: add LED control

2010-02-27 Thread Németh Márton
From: Márton Németh nm...@freemail.hu 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

[PATCH 3/3] gspca pac7302: remove LED blinking when switching stream on and off

2010-02-27 Thread Németh Márton
From: Márton Németh nm...@freemail.hu The init sequences for PAC7302 contained register settings affecting the LED state which can result blinking of the LED when it is set to always on or always off. The blinking happened when the stream was switched on or off. Remove the register changes from