[PATCH] Increase max exposure value to 255 from 26.

2011-06-04 Thread Marco Diego Aurélio Mesquita
The inline patch increases maximum exposure value from 26 to 255. It has been tested and works well. Without the patch the captured image is too dark and can't be improved too much. Please CC answers as I'm not subscribed to the list. Signed-off-by: Marco Diego Aurélio Mesquita

DIB7000 : kernel: firmware[577]: segfault at ...

2011-06-04 Thread Toralf Förster
Hello, today I observed a hang of my ThinkPad T400 (docked), when I tried to wakeup it from s2ram (and even the magic Sysrq keys doesn't work). However as soon as I plugged off the USB stick 'Terratec Cinergy T USB XXS (HD)/ T3' the system continued to resume. Within the /var/log/messages

Re: [PATCH] Increase max exposure value to 255 from 26.

2011-06-04 Thread Hans de Goede
Hi, Interesting. I'll go and test this with my 6 or so pac207 cameras, but first I need to wait till this evening as atm it is too light to test high exposure settings :) Regards, Hans On 06/04/2011 09:38 AM, Marco Diego Aurélio Mesquita wrote: The inline patch increases maximum exposure

Re: [RFCv2 PATCH 00/11] Control Event

2011-06-04 Thread Hans Verkuil
On Friday, June 03, 2011 21:54:47 Laurent Pinchart wrote: Hi Hans, Thanks for the patch set. On Wednesday 25 May 2011 15:33:44 Hans Verkuil wrote: This is the second version of the patch series introducing a new event that is triggered when a control's value or state changes. One

Re: [RFCv2 PATCH 09/11] vivi: support control events.

2011-06-04 Thread Hans Verkuil
On Friday, June 03, 2011 21:55:04 Laurent Pinchart wrote: Hi Hans, Thanks for the patch. Thanks for the comments. I need to revisit this patch. Everything you found are remains of an earlier version of this patch. I thought I reverted all those changes, but clearly I missed several. Regards,

Re: Fwd: XC4000: code cleanup

2011-06-04 Thread Mauro Carvalho Chehab
Em 03-06-2011 10:11, Mauro Carvalho Chehab escreveu: Mensagem original Assunto: XC4000: code cleanup Data: Fri, 03 Jun 2011 12:02:15 +0200 De: istva...@mailbox.hu istva...@mailbox.hu Para: Devin Heitmueller dheitmuel...@kernellabs.com CC: Dmitri Belimov

Re: [RFCv2 PATCH 08/11] v4l2-ctrls: simplify event subscription.

2011-06-04 Thread Hans Verkuil
On Friday, June 03, 2011 21:55:10 Laurent Pinchart wrote: Hi Hans, Thanks for the patch. On Wednesday 25 May 2011 15:33:52 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ctrls.c | 31

Re: [RFCv2 PATCH 05/11] v4l2-ctrls: add v4l2_fh pointer to the set control functions.

2011-06-04 Thread Hans Verkuil
On Friday, June 03, 2011 21:55:23 Laurent Pinchart wrote: Hi Hans, Thanks for the patch. On Wednesday 25 May 2011 15:33:49 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com When an application changes a control you want to generate an event. However, you want to avoid

Re: [RFCv2 PATCH 04/11] v4l2-ctrls: Replace v4l2_ctrl_activate/grab with v4l2_ctrl_flags.

2011-06-04 Thread Hans Verkuil
On Friday, June 03, 2011 21:55:59 Laurent Pinchart wrote: Hi Hans, Thanks for the patch. On Wednesday 25 May 2011 15:33:48 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com This more generic function makes it possible to have a single function that takes care of flags

Re: [patch] [media] DVB: dvb_frontend: off by one in dtv_property_dump()

2011-06-04 Thread Mauro Carvalho Chehab
Em 26-05-2011 08:16, Andreas Oberritter escreveu: Hi Dan, On 05/26/2011 10:44 AM, Dan Carpenter wrote: If the tvp-cmd == DTV_MAX_COMMAND then we read past the end of the array. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c

XC4000: added firmware_name parameter

2011-06-04 Thread istva...@mailbox.hu
The firmware_name module parameter makes it possible to set the firmware file name. It defaults to xc4000.fw if not specified. Signed-off-by: Istvan Varga istva...@mailbox.hu diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/drivers/media/common/tuners/xc4000.c ---

Re: Remote control TechnoTrend S2-3650 CI not working

2011-06-04 Thread Juergen Lock
On Sun, May 29, 2011 at 02:31:31PM +0200, Steinel Andreas wrote: Hi everybody, I use the aforementioned USB DVB-S2 box and watching works fine. In the wiki (http://www.linuxtv.org/wiki/index.php/TechnoTrend_TT-connect_S2-3650_CI) is stated (and also some posts on the mailing list suggest)

XC4000: simplified seek_firmware()

2011-06-04 Thread istva...@mailbox.hu
This patch simplifies the code in seek_firmware(). Signed-off-by: Istvan Varga istva...@mailbox.hu diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/drivers/media/common/tuners/xc4000.c --- xc4000_orig/drivers/media/common/tuners/xc4000.c 2011-06-04 12:50:41.0 +0200 +++

XC4000: simplified load_scode

2011-06-04 Thread istva...@mailbox.hu
Removed unused code from load_scode() (all SCODE firmwares are assumed to have the HAS_IF bit set). Signed-off-by: Istvan Varga istva...@mailbox.hu diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/drivers/media/common/tuners/xc4000.c ---

XC4000: check_firmware() cleanup

2011-06-04 Thread istva...@mailbox.hu
This patch makes the following fixes in check_firmware(): - there is only one BASE and INIT1 firmware for XC4000 - loading SCODE is needed also for FM radio Signed-off-by: Istvan Varga istva...@mailbox.hu diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c

XC4000: implemented power management

2011-06-04 Thread istva...@mailbox.hu
The following patch implements the xc4000_sleep() function. The 'no_powerdown' module parameter is now interpreted differently: - 0 uses a device-specific default - 1 disables power management like before - 2 enables power management Signed-off-by: Istvan Varga istva...@mailbox.hu diff

XC4000: firmware initialization

2011-06-04 Thread istva...@mailbox.hu
This patch fixes/cleans up the loading of the firmware file when the driver is loaded and initialized. Signed-off-by: Istvan Varga istva...@mailbox.hu diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/drivers/media/common/tuners/xc4000.c ---

XC4000: debug message improvements

2011-06-04 Thread istva...@mailbox.hu
The following patch makes a few minor changes to the printing of debug messages, and reporting the tuner status. The 'debug' module parameter can now be set from 0 to 2 to control the verbosity of debug messages. Signed-off-by: Istvan Varga istva...@mailbox.hu diff -uNr

XC4000: setting registers

2011-06-04 Thread istva...@mailbox.hu
This patch implements setting the registers in xc4000_set_params() and xc4000_set_analog_params(). A new register is defined which enables filtering of the composite video output (this is needed to avoid bad picture quality with some boards). Signed-off-by: Istvan Varga istva...@mailbox.hu diff

XC4000: added audio_std module parameter

2011-06-04 Thread istva...@mailbox.hu
The 'audio_std' module parameter makes it possible to fine tune some audio related aspects of the driver, like setting the exact audio standard (NICAM, A2, etc.) to be used for some video standards. Signed-off-by: Istvan Varga istva...@mailbox.hu diff -uNr

XC4000: implemented analog TV and radio

2011-06-04 Thread istva...@mailbox.hu
The following patch implements support for analog TV and FM radio. Signed-off-by: Istvan Varga istva...@mailbox.hu diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/drivers/media/common/tuners/xc4000.c --- xc4000_orig/drivers/media/common/tuners/xc4000.c 2011-06-04

XC4000: xc_tune_channel() cleanup

2011-06-04 Thread istva...@mailbox.hu
Minor coding changes related to the xc_tune_channel() function. Signed-off-by: Istvan Varga istva...@mailbox.hu diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/drivers/media/common/tuners/xc4000.c --- xc4000_orig/drivers/media/common/tuners/xc4000.c 2011-06-04

XC4000: removed redundant tuner reset

2011-06-04 Thread istva...@mailbox.hu
This patch causes the tuner reset command to be ignored in the firmware code, since this only happens when the BASE/INIT1 firmware is loaded by check_firmware(), and in that case check_firmware() already calls the reset callback before starting to load the firmware. Signed-off-by: Istvan Varga

XC4000: detect XC4100

2011-06-04 Thread istva...@mailbox.hu
Added code to detect the XC4100 chip, which is presumably an analog-only value version of the XC4000. It is not sure, however, if any devices using this have actually been produced and sold, so the patch may be unneeded. Signed-off-by: Istvan Varga istva...@mailbox.hu diff -uNr

Re: AverMedia A306 (cx23385, xc3028, af9013) (A577 too ?)

2011-06-04 Thread wallak
A307 may be close to the A306 board. I've found the following chips: cx23385, xc[34]?, lg3303). The demodulator is not the same, and follows the ATSC standard (The A306 is DVB-T compatible). Coordinating our works may be helpful, for example for the initialization and the proper reset of the I2C

Re: [patch] [media] DVB: dvb_frontend: off by one in dtv_property_dump()

2011-06-04 Thread walter harms
Am 04.06.2011 15:36, schrieb Mauro Carvalho Chehab: Em 26-05-2011 08:16, Andreas Oberritter escreveu: Hi Dan, On 05/26/2011 10:44 AM, Dan Carpenter wrote: If the tvp-cmd == DTV_MAX_COMMAND then we read past the end of the array. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git

Re: [PATCH] [media] rc-core support for Microsoft IR keyboard/mouse

2011-06-04 Thread Jarod Wilson
On Jun 3, 2011, at 5:28 PM, Jarod Wilson wrote: This is a custom IR protocol decoder, for the RC-6-ish protocol used by the Microsoft Remote Keyboard. http://www.amazon.com/Microsoft-Remote-Keyboard-Windows-ZV1-4/dp/B000AOAAN8 Its a standard keyboard with embedded thumb stick mouse

[GIT PULL REQ] more smalll IR fixes for 3.0

2011-06-04 Thread Jarod Wilson
Hi Mauro, Please pull these minor IR fixes in for kernel 3.0. They're all relatively small and safe fixups, including plugging some memory leaks in mceusb, improving suspend and resume reliability with the new fintek-cir driver, a bump in the number of simultaneous devices lirc_dev supports, a

Re: AverMedia A306 (cx23385, xc3028, af9013) (A577 too ?)

2011-06-04 Thread Daniel Gimpelevich
On Sat, 2011-06-04 at 17:37 +0200, wal...@free.fr wrote: A307 may be close to the A306 board. I've found the following chips: cx23385, xc[34]?, lg3303). The demodulator is not the same, and follows the ATSC standard (The A306 is DVB-T compatible). Coordinating our works may be helpful, for

[cron job] v4l-dvb daily build: ERRORS

2011-06-04 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 Jun 4 19:00:41 CEST 2011 git hash:f9b51477fe540fb4c65a05027fdd6f2ecce4db3b gcc version: i686-linux-gcc (GCC)

Re: [PATCH] Increase max exposure value to 255 from 26.

2011-06-04 Thread Marco Diego Aurélio Mesquita
I think there maybe some different versions of the chip. Whenever I get a webcam with a pac207, it has the problem described here: http://ubuntuforums.org/archive/index.php/t-1553690.html 2011/6/4 Hans de Goede hdego...@redhat.com: Hi, Interesting. I'll go and test this with my 6 or so pac207

DM04 USB DVB-S TUNER

2011-06-04 Thread Mehmet Altan Pire
Hi, I have DM04 USB DVBS TUNER, using ubuntu with v4l media-build drivers/modules but device doesn't working (unknown device). lsusb message: ID 3344:22f0 under of the box: DM04P2011050176 dmesg message: [ 1930.244086] usb 1-8: new high speed USB device using ehci_hcd and address 4 [