[GIT PULL FIXES for 3.13] 2 small gspca and 2 small radio-shark fixes

2013-11-24 Thread Hans de Goede
:57 +0100) Geert Uytterhoeven (1): radio-shark: Mark shark_resume_leds() inline to kill compiler warning Hans de Goede (2): radio-shark2: Mark shark_resume_leds() inline to kill compiler warning gspca_sunplus: Add

[PATCH] gspca_sunplus: Add new usb-id for 06d6:0041

2013-11-24 Thread Hans de Goede
Reported-by: mjs mjst...@gmail.com Tested-by: mjs mjst...@gmail.com Cc: Geert Stappers stapp...@stappers.nl Cc: sta...@vger.kernel.org Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/media/usb/gspca/sunplus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/usb/gspca

[GIT PULL FIXES for 3.13] 2 small gspca and 2 small radio-shark fixes

2013-11-24 Thread Hans de Goede
): radio-shark: Mark shark_resume_leds() inline to kill compiler warning Hans de Goede (2): radio-shark2: Mark shark_resume_leds() inline to kill compiler warning gspca_sunplus: Add new usb-id for 06d6:0041 Ondrej Zary (1): gspca-stk1135: Add delay after configuring clock

Re: [PATCH] gspca-stk1135: Add delay after configuring clock

2013-11-17 Thread Hans de Goede
Hi, On 11/03/2013 01:09 AM, Ondrej Zary wrote: Add a small delay at the end of configure_clock() to allow sensor to initialize. This is needed by Asus VX2S laptop webcam to detect sensor type properly (the already-supported MT9M112). Signed-off-by: Ondrej Zary li...@rainbow-software.org ---

Re: [PATCH] [media] radio-shark: Mark shark_resume_leds() inline to kill compiler warning

2013-11-17 Thread Hans de Goede
Hi, On 10/28/2013 01:16 PM, Geert Uytterhoeven wrote: If SHARK_USE_LEDS=1, but CONFIG_PM=n: drivers/media/radio/radio-shark.c:275: warning: ‘shark_resume_leds’ defined but not used Instead of making the #ifdef logic even more complicated (there are already two definitions of

[PATCH] radio-shark2: Mark shark_resume_leds() inline to kill compiler warning

2013-11-17 Thread Hans de Goede
of shark_resume_leds()), mark shark_resume_leds() inline to kill the compiler warning. shark_resume_leds() is small and it has only one caller. Cc: Geert Uytterhoeven ge...@linux-m68k.org Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/media/radio/radio-shark2.c | 2 +- 1 file changed

[GIT PULL FIXES for 3.13] 1 small gspca and 2 small radio-shark fixes

2013-11-17 Thread Hans de Goede
): radio-shark: Mark shark_resume_leds() inline to kill compiler warning Hans de Goede (1): radio-shark2: Mark shark_resume_leds() inline to kill compiler warning Ondrej Zary (1): gspca-stk1135: Add delay after configuring clock drivers/media/radio/radio-shark.c | 2 +- drivers/media/radio

Re: [PATCH RFC] libv4lconvert: SDR conversion from U8 to FLOAT

2013-11-16 Thread Hans de Goede
Hi, On 11/10/2013 06:16 PM, Antti Palosaari wrote: Convert unsigned 8 to float 32 [-1 to +1], which is commonly used format for baseband signals. I've no objection to adding this, but this will need some special casing I think. The current patch looks wrong. Signed-off-by: Antti Palosaari

Re: [PATCH RFC] libv4lconvert: SDR conversion from U8 to FLOAT

2013-11-16 Thread Hans de Goede
Hi, On 11/16/2013 03:11 PM, Antti Palosaari wrote: On 15.11.2013 21:17, Antti Palosaari wrote: On 15.11.2013 21:13, Devin Heitmueller wrote: On Fri, Nov 15, 2013 at 2:11 PM, Antti Palosaari cr...@iki.fi wrote: When I do it inside Kernel, in URB completion handler at the same time when

[GIT PULL PATCHES for 3.13] gscpa_ov534_9: Add support for ov3610 sensor

2013-10-14 Thread Hans de Goede
Hi Mauro, Please pull from my tree for an update to the gscpa_ov534_9 driver which adds support for a new model camera / sensor. The following changes since commit 4699b5f34a09e6fcc006567876b0c3d35a188c62: [media] cx24117: prevent mutex to be stuck on locked state if FE init fails

Re: New USB core API to change interval and max packet size

2013-10-07 Thread Hans de Goede
Hi, On 10/02/2013 08:39 PM, Sarah Sharp wrote: On Wed, Oct 02, 2013 at 10:22:52AM -0400, Alan Stern wrote: snip We should consider this before rushing into a new API. Yes, I agree. :) That's why I'd like to see some cases in the media drivers code where it could benefit from changing the

Re: [media-workshop] Kernel Summit Media Mini-summit attendees on Oct 23 in Edinburgh

2013-09-20 Thread Hans de Goede
. Regards, Hans (de Goede) -- 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 http://vger.kernel.org/majordomo-info.html

Re: [Bug] 0ac8:0321 Vimicro generic vc0321 Camera is not working and causes crashes since 3.2

2013-09-18 Thread Hans de Goede
Hi, On 09/17/2013 08:25 PM, Frank Dierich wrote: On 09/09/2013 02:09 PM, Hans de Goede wrote: Thanks for the bug report, looking at the bug reports, they all report an error of -71 which is EPROTO, which typically means something is wrong at the USB level. And nothing has changed

[GIT PULL FIX for 3.12]: Add a new upside down latpop model to stkwebcam

2013-09-09 Thread Hans de Goede
Hi Mauro, Can you please pull from my tree for a small fix for 3.12: The following changes since commit f66b2a1c7f2ae3fb0d5b67d07ab4f5055fd3cf16: [media] cx88: Fix regression: CX88_AUDIO_WM8775 can't be 0 (2013-09-03 09:24:22 -0300) are available in the git repository at:

[GIT PULL PATCHES for 3.13] Misc. gspca improvements

2013-09-09 Thread Hans de Goede
Hi Mauro, A bit early for 3.13, I know :) Anways here are some misc. gspca improvements for 3.13 : The following changes since commit f66b2a1c7f2ae3fb0d5b67d07ab4f5055fd3cf16: [media] cx88: Fix regression: CX88_AUDIO_WM8775 can't be 0 (2013-09-03 09:24:22 -0300) are available in the git

Re: [PATCH 1/3] gspca: store current mode instead of individual parameters

2013-09-09 Thread Hans de Goede
Hi, Thanks! I've added these to my gspca tree for 3.13, and send a pull-request with these for 3.13 to Mauro. Regards, Hans On 08/30/2013 10:54 PM, Ondrej Zary wrote: Store complete current mode (struct v4l2_pix_format) in struct gspca_dev instead of separate pixfmt, width and height

Re: [PATCH] gspca: print small buffers via %*ph

2013-09-09 Thread Hans de Goede
Hi, Thanks! I've added these to my gspca tree for 3.13, and send a pull-request with these for 3.13 to Mauro. Regards, Hans On 09/03/2013 02:31 PM, Andy Shevchenko wrote: Instead of passing each byte through stack let's use %*ph specifier to do this job better. Signed-off-by: Andy

Re: [Bug] 0ac8:0321 Vimicro generic vc0321 Camera is not working and causes crashes since 3.2

2013-09-09 Thread Hans de Goede
Hi, On 09/08/2013 01:37 PM, Frank Dierich wrote: Hi, I have an ASUS A8JP Notebook with Ubuntu 12.04 with the following build in webcam Bus 001 Device 004: ID 0ac8:0321 Z-Star Microelectronics Corp. Vimicro generic vc0321 Camera The camera is working nice with Cheese and kernels before

Re: Linux Media mini-summit in Edinburgh

2013-08-30 Thread Hans de Goede
Hi, On 08/30/2013 01:39 PM, Mauro Carvalho Chehab wrote: Hi media developers, This year, we're planning to do a media mini-summit together with the conferences that will be hosted in Edinburgh (LinuxCon EU/ELCE/KS/...), at the Oct 21-25 week. We don't have the specific days for the event yet

Potential deadlock in bttv + msp3400 in 3.11

2013-08-27 Thread Hans de Goede
Hi All, I just noticed the following in my logs after upgrading my distro to Fedora 20 (alpha) which comes with 3.11-rc6 with lockdep enabled: Aug 27 10:41:54 shalem kernel: [6.564261] Linux video capture interface: v2.00 Aug 27 10:41:54 shalem kernel: [6.606711] bttv: driver version

[GIT PULL FIXES for 3.12] One small gspca ov519 driver bugfix

2013-08-23 Thread Hans de Goede
media-for_v3.12 for you to fetch changes up to 6afea7c75d95e379019bbe68326b668bcca8f473: gspca_ov519: Fix support for the Terratec Terracam USB Pro (2013-08-23 15:56:13 +0200) Hans de Goede (1): gspca_ov519: Fix support

Re: [PATCH] [media] gspca-ov534: don't call sd_start() from sd_init()

2013-08-20 Thread Hans de Goede
Hi, Thanks for the patch I've added this to my gspca tree, and this will be included in my next pull-request to Mauro for 3.12 Regards, Hans On 08/15/2013 12:29 PM, Antonio Ospite wrote: sd_start() operates on device controls but after the conversion to the v4l2 control framework in

Re: [PATCH] [media] gspca: fix dev_open() error path

2013-08-20 Thread Hans de Goede
Hi, Thanks for the patch I've added this to my gspca tree, and this will be included in my next pull-request to Mauro for 3.12 Regards, Hans On 08/05/2013 10:16 PM, Alexey Khoroshilov wrote: If v4l2_fh_open() fails in dev_open(), gspca_dev-module left locked. The patch adds

Re: [PATCH v2] introduce gspca-stk1135: Syntek STK1135 driver

2013-08-20 Thread Hans de Goede
Hi, Thanks for the new version I've added this to my gspca tree, and this will be included in my next pull-request to Mauro for 3.12 Regards, Hans On 08/11/2013 09:04 PM, Ondrej Zary wrote: Hello, this is a new gspca driver for Syntek STK1135 webcams. The code is completely new, but

Re: [PATCH v2] introduce gspca-stk1135: Syntek STK1135 driver

2013-08-20 Thread Hans de Goede
Hi, On 08/20/2013 02:20 PM, Hans de Goede wrote: Hi, Thanks for the new version I've added this to my gspca tree, and this will be included in my next pull-request to Mauro for 3.12 Ugh, correction. I've reverted this patch since stk1135.h is missing from the patch, can you please send a v3

Re: [PATCH] [media] gspca-ov534: don't call sd_start() from sd_init()

2013-08-20 Thread Hans de Goede
Hi, On 08/20/2013 03:13 PM, Antonio Ospite wrote: On Tue, 20 Aug 2013 14:21:22 +0200 Hans de Goede hdego...@redhat.com wrote: Hi, Thanks for the patch I've added this to my gspca tree, and this will be included in my next pull-request to Mauro for 3.12 Thanks HdG. It's fine with me

Re: [PATCH v3] introduce gspca-stk1135: Syntek STK1135 driver

2013-08-20 Thread Hans de Goede
Hi, Thanks, applied. Regards, Hans On 08/20/2013 03:03 PM, Ondrej Zary wrote: Hello, this is a new gspca driver for Syntek STK1135 webcams. The code is completely new, but register values are based on Syntekdriver (stk11xx) by Nicolas VIVIEN (http://syntekdriver.sourceforge.net). Only one

[GIT PULL for 3.12] New gspca webcam driver + misc fixes

2013-08-20 Thread Hans de Goede
): gspca: fix dev_open() error path Antonio Ospite (1): gspca-ov534: don't call sd_start() from sd_init() Hans de Goede (1): radio-si470x-usb: Remove software version check Ondrej Zary (1): introduce gspca-stk1135: Syntek STK1135 driver drivers/media/radio/si470x/radio-si470x

Re: [PATCH v2 1/2] libv4lconvert: Support for Y16 pixel format

2013-08-13 Thread Hans de Goede
Hi, On 08/12/2013 09:39 PM, Gregor Jasny wrote: On 8/9/13 6:04 PM, Ricardo Ribalda Delgado wrote: ping? Thank you for your the updated series. Unfortunately I'm still partially busy with moving. I hoped the v4lconvert maintainer Hans (de Goede) will ack these patches. Series looks good

Re: [RFC PATCH] introduce gspca-stk1135: Syntek STK1135 driver

2013-08-11 Thread Hans de Goede
Hi, On 08/11/2013 12:10 AM, Ondrej Zary wrote: Hello, this is a new gspca driver for Syntek STK1135 webcams. The code is completely new, but register values are based on Syntekdriver (stk11xx) by Nicolas VIVIEN (http://syntekdriver.sourceforge.net). Only one webcam type is supported now -

Re: Syntek webcams and out-of-tree driver

2013-08-06 Thread Hans de Goede
Hi, On 08/05/2013 11:19 PM, Ondrej Zary wrote: Hello, the in-kernel stkwebcam driver (by Jaime Velasco Juan and Nicolas VIVIEN) supports only two webcam types (USB IDs 0x174f:0xa311 and 0x05e1:0x0501). There are many other Syntek webcam types that are not supported by this driver (such as

Re: [PATCH 0/2] v4l-utils: Fix crashes found by Mayhem

2013-06-27 Thread Hans de Goede
Hi, Thanks for working on this, both patches look good, ack series. Regards, Hans On 06/27/2013 11:11 PM, Gregor Jasny wrote: The Mayhem Team ran their code checker over the Debian archive and also found two crashes in v4l-utils. See

Re: Doing a v4l-utils-1.0.0 release

2013-06-17 Thread Hans de Goede
Hi, On 06/15/2013 12:33 PM, Guy Martin wrote: On Fri, 14 Jun 2013 10:34:04 -0300 Mauro Carvalho Chehab mche...@redhat.com wrote: Em Fri, 14 Jun 2013 09:15:02 +0200 Hans de Goede hdego...@redhat.com escreveu: Hi All, IIRC the 0.9.x series were meant as development releases leading up

Doing a v4l-utils-1.0.0 release

2013-06-14 Thread Hans de Goede
Hi All, IIRC the 0.9.x series were meant as development releases leading up to a new stable 1.0.0 release. Lately there have been no maintenance 0.8.x releases and a lot of interesting development going on in the 0.9.x, while at the same time there have been no issues reported against 0.9.x (iow

Re: InstantFM

2013-05-26 Thread Hans de Goede
Hi, On 05/25/2013 07:18 PM, Patrice Levesque wrote: This, as well as the Invalid freq '12715' and the get_baseline: min=65535.00 max=65535.00 messages seem to indicate that only is being read from all the registers of the tuner chip, so somehow the communication between the

Re: InstantFM

2013-05-23 Thread Hans de Goede
Hi, On 05/22/2013 04:05 PM, Patrice Levesque wrote: I could try the liquorix kernel (3.8) if you thought it might help. Yes, if you could try that that would be great. If I may join the party, I too own an InstantFM USB device and I can't get it to play radio. All of this under kernel

Re: InstantFM

2013-05-22 Thread Hans de Goede
Hi, On 05/21/2013 02:12 PM, Ted To wrote: Hi Hans, snip Which kernel version are you using ? 3.2.0-4-amd64 I could try the liquorix kernel (3.8) if you thought it might help. Yes, if you could try that that would be great. Regards, Hans -- To unsubscribe from this list: send the line

Re: InstantFM

2013-05-21 Thread Hans de Goede
Hi, On 05/20/2013 08:38 PM, Ted To wrote: snip Actually, playing around with it some more (the version in the stable repository), it appears to be picking something up. radio -s produces the following: $ radio -s q baseline at 1.00 Station 0: 88.10 MHz - 4.00 Station 1: 88.90 MHz -

Re: InstantFM

2013-05-20 Thread Hans de Goede
Hi, On 05/19/2013 10:18 PM, Ted To wrote: Hi, I purchased this device and while the device driver loads and I can set up gnomeradio to access it, it picks up no radio stations, despite being the model with an external antenna. The log output says software version 0, hardware version 7. I'm

[GIT PULL FOR 3.10]: 2 small USB webcam driver fixes

2013-05-01 Thread Hans de Goede
://linuxtv.org/hgoede/gspca.git media-for_v3.10 for you to fetch changes up to 7e3e5497cf971ab58d54b446e9e037a3637dbe4d: gspca-sonixb: Adjust hstart on sn9c103 + pas202 (2013-05-01 12:11:06 +0200) Hans de Goede (2): pwc: Fix comment wrt

Anyone working on supporting sdio cams under Linux

2013-04-17 Thread Hans de Goede
Hi, Yes I mean camaras which connect to the computer / tablet through an sdio connector, ie the hp one shown here: http://en.wikipedia.org/wiki/Secure_Digital#SDIO A college asked me if I wanted one for the webcam driver work I do, but since it does not have a usb plug I'm not interested. But

Re: [PATCH] xawtv: release buffer if it can't be displayed

2013-04-02 Thread Hans de Goede
Hi, On 04/01/2013 04:39 PM, Hans Verkuil wrote: On Mon April 1 2013 16:23:51 Hans de Goede wrote: Hi, On 04/01/2013 12:19 PM, Hans Verkuil wrote: Hi Hans, On Sun March 31 2013 14:48:01 Hans de Goede wrote: Hi, On 03/30/2013 10:47 AM, Hans Verkuil wrote: This patch for xawtv3 releases

Announce: xawtv-3.103

2013-04-02 Thread Hans de Goede
Hi All, I'm happy to announce the latest xawtv release Changes: 3.103 = * Improve alsa stream handling * Add support for alsa audio loopback to the radio app * Add support for multiple-band (AM+FM) tuners to radio app * Tons of other bugfixes + improvements for the radio app * Fix xawtv

Re: [PATCH] xawtv: release buffer if it can't be displayed

2013-04-01 Thread Hans de Goede
Hi, On 04/01/2013 12:19 PM, Hans Verkuil wrote: Hi Hans, On Sun March 31 2013 14:48:01 Hans de Goede wrote: Hi, On 03/30/2013 10:47 AM, Hans Verkuil wrote: This patch for xawtv3 releases the buffer if it can't be displayed because the resolution of the current format is larger than the size

Re: [PATCH] [media] gspca_touptek: Add support for ToupTek UCMOS series USB cameras

2013-04-01 Thread Hans de Goede
Hi John, Thanks for the new driver! Unfortunately the driver is still using gspca's own/deprecated control mechanism rather then the new v4l2-control framework which all drivers now a days use. And we've just finished converting all the gspca sub-drivers to using this new control framework, and

Re: [PATCH] xawtv: release buffer if it can't be displayed

2013-03-31 Thread Hans de Goede
Hi, On 03/30/2013 10:47 AM, Hans Verkuil wrote: This patch for xawtv3 releases the buffer if it can't be displayed because the resolution of the current format is larger than the size of the window. This will happen if the hardware cannot scale down to the initially quite small xawtv window.

[PATCH 1/2] libng: Add a get_min_size function to the plugins

2013-03-31 Thread Hans de Goede
Signed-off-by: Hans de Goede hdego...@redhat.com --- libng/grab-ng.h| 1 + libng/plugins/drv0-bsd.c | 8 +++ libng/plugins/drv0-v4l2.tmpl.c | 49 ++ 3 files changed, 58 insertions(+) diff --git a/libng/grab-ng.h b/libng/grab

[PATCH 2/2] xawtv: Limit minimum window size to minimum capture resolution

2013-03-31 Thread Hans de Goede
Signed-off-by: Hans de Goede hdego...@redhat.com --- x11/xawtv.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/x11/xawtv.c b/x11/xawtv.c index bade35a..9c578da 100644 --- a/x11/xawtv.c +++ b/x11/xawtv.c @@ -1636,7 +1636,7 @@ create_launchwin(void) int main(int

Re: [PATCH] [media] gspca: remove obsolete Kconfig macros

2013-03-29 Thread Hans de Goede
Mauro, Can you pick this one up? I don't have anything pending for gspca, and to create a tree + pullreq for just a trivial patch is not really efficient. Alternatively I can put it on my TODO for when there is more gspca work, esp. since there is not really a need to hurry with merging this.

[PATCH] [REGRESSION] bt8xx: Fix too large height in cropcap

2013-03-25 Thread Hans de Goede
entry. This is a regression introduced in 3.8 and this fix should be backported to kernels back to 3.8.x. Signed-off-by: Hans de Goede hdego...@redhat.com Cc: sta...@vger.kernel.org --- drivers/media/pci/bt8xx/bttv-driver.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions

[GIT PULL FOR 3.10] gspca convert the last drivers over to the control-framework

2013-02-21 Thread Hans de Goede
-specific debug magic (2013-02-21 12:07:05 +0100) Hans Verkuil (2): gspca_sonixj: Convert to the control framework gspca_sonixb: Remove querymenu function (dead code) Hans de Goede (4): gscpa_gl860: Convert

Re: [PATCH] MAINTAINERS: Remove Jarod Wilson and orphan LIRC drivers

2013-02-12 Thread Hans de Goede
Hi On 02/12/2013 10:20 PM, Joe Perches wrote: His email bounces jwil...@redhat.com should work I think. Note I think this may be the right call, but asking him directly is better :) Regards, Hans -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a

Re: [RFCv2 PATCH 01/12] stk-webcam: the initial hflip and vflip setup was the wrong way around

2013-02-11 Thread Hans de Goede
Hi, Subject: stk-webcam: the initial hflip and vflip setup was the wrong way around No it is not. On 02/10/2013 06:52 PM, Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com This resulted in an upside-down picture. No it does not, the laptop having an upside down mounted camera

Re: [RFCv2 PATCH 01/12] stk-webcam: the initial hflip and vflip setup was the wrong way around

2013-02-11 Thread Hans de Goede
Hi, On 02/11/2013 02:21 PM, Hans Verkuil wrote: On Mon February 11 2013 14:08:44 Hans de Goede wrote: Hi, Subject: stk-webcam: the initial hflip and vflip setup was the wrong way around No it is not. You are right, that patch makes no sense. It was a long day :-) On 02/10/2013 06:52 PM

Re: [RFCv2 PATCH 01/12] stk-webcam: the initial hflip and vflip setup was the wrong way around

2013-02-11 Thread Hans de Goede
Hi, On 02/11/2013 02:51 PM, Hans Verkuil wrote: On Mon February 11 2013 14:41:08 Hans de Goede wrote: Hi, On 02/11/2013 02:21 PM, Hans Verkuil wrote: On Mon February 11 2013 14:08:44 Hans de Goede wrote: Hi, Subject: stk-webcam: the initial hflip and vflip setup was the wrong way around

Re: [RFC PATCH 1/8] stk-webcam: various fixes.

2013-02-04 Thread Hans de Goede
Hi, On 02/04/2013 01:36 PM, Hans Verkuil wrote: This patch series updates this driver to the control framework, switches it to unlocked_ioctl, fixes a variety of V4L2 compliance issues. Good stuff! It compiles, but to my knowledge nobody has hardware to test this :-( If anyone has hardware

Re: [PATCH 01/24] use IS_ENABLED() macro

2013-01-21 Thread Hans de Goede
Hi, Thanks for the patches I'll pick up 5 - 21 and add them to my tree for Mauro. Regards, Hans On 01/19/2013 05:33 PM, Peter Senna Tschudin wrote: replace: #if defined(CONFIG_VIDEO_CX88_DVB) || \ defined(CONFIG_VIDEO_CX88_DVB_MODULE) with: #if IS_ENABLED(CONFIG_VIDEO_CX88_DVB)

Re: ABI breakage due to Unsupported formats in TRY_FMT/S_FMT recommendation

2012-12-30 Thread Hans de Goede
Hi, On 12/29/2012 09:32 PM, Mauro Carvalho Chehab wrote: Agreed. Adding YUYV support at libv4l should be easy. Make that easy-ish. There is the easy and the hardway, the easy way is to add an extra conversion step and then convert yuv420 to yuyv, but TBH that is a stupid thing to do, it

Re: [PATCH 1/1] gspca: Use module_usb_driver macro

2012-12-21 Thread Hans de Goede
Hi, On 12/12/2012 09:58 AM, Sachin Kamat wrote: module_usb_driver eliminates a lot of boilerplate by replacing module_init() and module_exit() calls. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Thanks I've added this patch to my tree, and it will be included in my fixes pull-req for

Re: [PATCH] [media] gspca_kinect: add Kinect for Windows USB id

2012-12-21 Thread Hans de Goede
Hi, On 12/10/2012 12:18 AM, Antonio Ospite wrote: From: Jacob Schloss jacob.schl...@unlimitedautomata.com Add the USB ID for the Kinect for Windows RGB camera so it can be used with the gspca_kinect driver. Signed-off-by: Jacob Schloss jacob.schl...@unlimitedautomata.com Signed-off-by:

[GIT-PULL fixes for 3.8] Various USB webcam fixes

2012-12-21 Thread Hans de Goede
) Erik Andrén (1): gspca_stv06xx: Disable flip controls for vv6410 sensor Hans de Goede (6): gspca-pac207: Add a led_invert module parameter stk-webcam: Add an upside down dmi table, and add the Asus G1 to it Documentation/media: Remove docs for obsoleted

[GIT PULL FOR 3.8] Various USB webcam fixes resend

2012-12-09 Thread Hans de Goede
+0100) Hans de Goede (3): gspca-pac207: Add a led_invert module parameter stk-webcam: Add an upside down dmi table, and add the Asus G1 to it Documentation/media: Remove docs for obsoleted and removed v4l1 drivers

Re: [PATCH] gspca - ov534: Fix the light frequency filter

2012-11-29 Thread Hans de Goede
Hi Jean-Francois, Antonio Ospite, Could it be that you're both right, and that the register Jean-Francois suggest is used (0x13) and uses in his patch is for enabling / disabling the light-freq filter, where as the register which were used before this patch (0x2a, 0x2b) are used to select the

[GIT FIXES FOR 3.8] Various USB webcam fixes

2012-11-29 Thread Hans de Goede
) Hans de Goede (3): gspca-pac207: Add a led_invert module parameter stk-webcam: Add an upside down dmi table, and add the Asus G1 to it Documentation/media: Remove docs for obsoleted and removed v4l1 drivers Jean-François Moine (1): gspca - stv06xx: Fix a regression

Re: [PATCH] gspca - stv06xx: Fix a regression with the bridge/sensor vv6410

2012-11-29 Thread Hans de Goede
Hi, Thanks for the patch I've added this to my tree, and it is part of the pull-request I just send to Mauro for 3.8 Regards, Hans On 11/22/2012 12:59 PM, Jean-Francois Moine wrote: From: Jean-François Moine moin...@free.fr Setting the H and V flip controls at webcam connection time

Re: 093a:2460 Webcam (Pixart PAC207BCA) - inverted LED logic

2012-11-29 Thread Hans de Goede
Hi, On 11/22/2012 04:27 PM, Yuri Glushkov wrote: [1.] One line summary of the problem: 093a:2460 Webcam (Pixart PAC207BCA) - inverted LED logic [2.] Full description of the problem/report: The LED on this webcam is always turned on when connected to USB, unless some application uses it - the

[GIT PULL FOR 3.8] resend Miscellaneous fixes

2012-11-21 Thread Hans de Goede
): gspca_pac7302: correct register documentation gspca_pac7302: use registers 0x01 and 0x03 for red and blue balance controls Hans de Goede (4): pwc: Fix codec1 cameras no longer working MAINTAINERS: Add entries for the radioShark and radioShark2 drivers MAINTAINERS: Add

[GIT PULL FOR 3.8] Miscellaneous fixes

2012-11-04 Thread Hans de Goede
): gspca_pac7302: correct register documentation gspca_pac7302: use registers 0x01 and 0x03 for red and blue balance controls Hans de Goede (4): pwc: Fix codec1 cameras no longer working MAINTAINERS: Add entries for the radioShark and radioShark2 drivers MAINTAINERS: Add

Re: [PATCH v2, RESEND] libv4lconvert: clarify the behavior and resulting restrictions of v4lconvert_convert()

2012-11-01 Thread Hans de Goede
Hi, Thanks, Looks good, added to git-master (with some trailing whitespace cleanups) Regards, Hans On 10/21/2012 06:58 PM, Frank Schäfer wrote: Signed-off-by: Frank Schäfer fschaefer@googlemail.com --- lib/include/libv4lconvert.h | 20 ++-- 1 Datei geändert, 18

Re: [PATCH] libv4lconvert: clarify the behavior and resulting restrictions of v4lconvert_convert()

2012-10-07 Thread Hans de Goede
Hi Frank, Thanks for all your work on this. I'm afraid that atm I'm very busy with work, so I don't have time to review your patches. I hope to find some time for this next weekend... Regards, Hans On 10/03/2012 06:48 PM, Frank Schäfer wrote: Signed-off-by: Frank Schäfer

Re: qv4l2-bug / libv4lconvert API issue

2012-09-30 Thread Hans de Goede
Hi, On 09/28/2012 07:09 PM, Frank Schäfer wrote: Hi, Am 27.09.2012 21:41, schrieb Hans de Goede: Hi, On 09/27/2012 03:20 PM, Frank Schäfer wrote: snip What you've found is a qv4l2 bug (do you have the latest version?) Of course, I'm using the latest developer version. Even

Re: qv4l2-bug / libv4lconvert API issue

2012-09-27 Thread Hans de Goede
Hi, On 09/26/2012 11:04 PM, Frank Schäfer wrote: Hi, I've noticed the following issues/bugs while playing with qv4l: 1.) with pac7302-webcams, only the RGB3 (RGB24) format is working. BGR3, YU12 and YV12 are broken 2.) for upside-down-mounted devices with an entry in libv4lconvert, automatic

Re: qv4l2-bug / libv4lconvert API issue

2012-09-27 Thread Hans de Goede
Hi, On 09/27/2012 03:20 PM, Frank Schäfer wrote: snip What you've found is a qv4l2 bug (do you have the latest version?) Of course, I'm using the latest developer version. Even if this is just a qv4l2-bug: how do you want to fix it without removing the format selction feature ? Well, if

Re: [PATCH 4/4] gspca_pac7302: add support for green balance adjustment

2012-09-24 Thread Hans de Goede
Hi, Sorry for the slow response ... On 09/20/2012 01:54 PM, Frank Schäfer wrote: Hi, Am 20.09.2012 11:08, schrieb Hans de Goede: snip Many webcams have RGB gains, but we don't have standard CID-s for these, instead we've Blue and Red Balance. This has grown historically because

Re: Gain controls in v4l2-ctrl framework

2012-09-24 Thread Hans de Goede
Hi, On 09/23/2012 01:26 PM, Prabhakar Lad wrote: Hi All, The CCD/Sensors have the capability to adjust the R/ye, Gr/Cy, Gb/G, B/Mg gain values. Since these control can be re-usable I am planning to add the following gain controls as part of the framework: 1: V4L2_CID_GAIN_RED 2:

Re: Gain controls in v4l2-ctrl framework

2012-09-24 Thread Hans de Goede
Hi, On 09/24/2012 01:00 PM, Laurent Pinchart wrote: Hi Hans, On Monday 24 September 2012 12:55:53 Hans de Goede wrote: On 09/23/2012 01:26 PM, Prabhakar Lad wrote: Hi All, The CCD/Sensors have the capability to adjust the R/ye, Gr/Cy, Gb/G, B/Mg gain values. Since these control can be re

Re: [PATCH 4/4] gspca_pac7302: add support for green balance adjustment

2012-09-24 Thread Hans de Goede
Hi, On 09/24/2012 03:36 PM, Frank Schäfer wrote: Hi Hans, Am 24.09.2012 12:47, schrieb Hans de Goede: Hi, Sorry for the slow response ... On 09/20/2012 01:54 PM, Frank Schäfer wrote: Hi, Am 20.09.2012 11:08, schrieb Hans de Goede: snip Many webcams have RGB gains, but we don't have

Re: [PATCH 2/4] pwc: Add return code check at vb2_queue_init()

2012-09-24 Thread Hans de Goede
: Hans de Goede hdego...@redhat.com Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- drivers/media/usb/pwc/pwc-if.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/media/usb/pwc/pwc-if.c b/drivers/media/usb/pwc/pwc-if.c index 42e36ba..31d082e 100644

Re: [PATCH 1/4] gspca_pac7302: correct register documentation

2012-09-24 Thread Hans de Goede
Hi, On 09/23/2012 03:29 PM, Frank Schäfer wrote: R,G,B balance registers are 0x01-0x03 instead of 0x02-0x04, which lead to the wrong conclusion that values are inverted. Exposure is controlled via page 3 registers and this is already documented. Also fix a whitespace issue. Signed-off-by:

Re: Gain controls in v4l2-ctrl framework

2012-09-24 Thread Hans de Goede
Hi, On 09/24/2012 07:17 PM, Chris MacGregor wrote: On 09/24/2012 07:42 AM, Prabhakar Lad wrote: Hi Hans, On Mon, Sep 24, 2012 at 4:25 PM, Hans de Goede hdego...@redhat.com wrote: Hi, On 09/23/2012 01:26 PM, Prabhakar Lad wrote: Hi All, The CCD/Sensors have the capability to adjust the R

Re: [RFC PATCH 0/3] In non-blocking mode return EAGAIN in hwseek

2012-09-21 Thread Hans de Goede
Hi, Looks good, but for patch 3/3 you're missing the same changes to sound/i2c/other/tea575x-tuner.c Regards, Hans On 09/21/2012 01:44 PM, Hans Verkuil wrote: This patch series resolves a problem with S_HW_FREQ_SEEK when called in non-blocking mode. Currently this would actually block

Re: [PATCH 4/4] gspca_pac7302: add support for green balance adjustment

2012-09-20 Thread Hans de Goede
Hi, On 09/19/2012 10:54 PM, Frank Schäfer wrote: Am 19.09.2012 22:34, schrieb Hans de Goede: snip Hans, it seems like you didn't pick up these patches up yet... Is there anything wrong with them ? I've somehow completely missed them. Can you resend the entire set please? No problem

Re: [PATCH 4/4] gspca_pac7302: add support for green balance adjustment

2012-09-19 Thread Hans de Goede
Hi, On 09/19/2012 07:25 PM, Frank Schäfer wrote: Am 16.09.2012 18:00, schrieb Frank Schäfer: Signed-off-by: Frank Schäfer fschaefer@googlemail.com --- drivers/media/usb/gspca/pac7302.c | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git

Re: pac7302-webcams and libv4lconvert interaction

2012-09-17 Thread Hans de Goede
Hi, On 09/16/2012 02:21 PM, Frank Schäfer wrote: Hi, Am 13.09.2012 14:05, schrieb Hans de Goede: Hi, On 09/12/2012 04:36 PM, Frank Schäfer wrote: snip And a negative side effect is, that unknown pac7302 devices (with no V4LCONTROL_ROTATED_90_JPEG entry in libv4lconvert) do not work

Re: pac7302-webcams and libv4lconvert interaction

2012-09-13 Thread Hans de Goede
Hi, On 09/12/2012 04:36 PM, Frank Schäfer wrote: snip And a negative side effect is, that unknown pac7302 devices (with no V4LCONTROL_ROTATED_90_JPEG entry in libv4lconvert) do not work. With a consistent API behavior, they would work fine (output a rotated image). Users would at least know

Re: pac7302-webcams and libv4lconvert interaction

2012-09-11 Thread Hans de Goede
Hi, On 09/10/2012 10:24 PM, Frank Schäfer wrote: snip libv4lconvert should be modifed to do the rotation regardless of what comes out of the kernel whenever V4LCONTROL_ROTATED flag is set. This way it becomes just a normal software control (like software h/v-flip). At the moment, it can only

Re: [PATCH 2/3] libv4lconvert: pac7302-devices: remove unneeded flag V4LCONTROL_WANTS_WB

2012-09-11 Thread Hans de Goede
Hi, On 09/10/2012 10:33 PM, Frank Schäfer wrote: snip And if AWB is on, the WB control should be disabled, right ? No, the software AWB works by applying software rgb gains, so the hardware control is still useful, as the better the color balance of the input, the better the end-result will

Re: pac7302-webcams and libv4lconvert interaction

2012-09-10 Thread Hans de Goede
Hi, On 09/10/2012 05:36 PM, Frank Schäfer wrote: Hi Hans, Am 09.09.2012 23:20, schrieb Hans de Goede: Hi, On 09/06/2012 05:13 PM, Frank Schäfer wrote: Hi, I'm currently looking into the gspca_pac7302-driver and how it interacts with libv4lconvert. This is how it currently works - driver

Re: [PATCH 2/3] libv4lconvert: pac7302-devices: remove unneeded flag V4LCONTROL_WANTS_WB

2012-09-10 Thread Hans de Goede
Hi, On 09/10/2012 05:41 PM, Frank Schäfer wrote: Am 09.09.2012 23:24, schrieb Hans de Goede: Hi, On 09/09/2012 08:36 PM, Frank Schäfer wrote: The gspca_pac7302 driver already provides this control. Signed-off-by: Frank Schäfer fschaefer@googlemail.com --- lib/libv4lconvert/control

Re: pac7302-webcams and libv4lconvert interaction

2012-09-09 Thread Hans de Goede
Hi, On 09/06/2012 05:13 PM, Frank Schäfer wrote: Hi, I'm currently looking into the gspca_pac7302-driver and how it interacts with libv4lconvert. This is how it currently works - driver announces v4l2_pix_format 640x480 (width x height) - the frames (jpeg) passed to userspace are encoded as

Re: [PATCH 1/3] libv4lconvert: fix format of the error messages concerning jpeg frame size mismatch

2012-09-09 Thread Hans de Goede
Thanks, applied (and will be pushed to the official repo soon). On 09/09/2012 08:36 PM, Frank Schäfer wrote: Signed-off-by: Frank Schäfer fschaefer@googlemail.com --- lib/libv4lconvert/jpeg.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 2/3] libv4lconvert: pac7302-devices: remove unneeded flag V4LCONTROL_WANTS_WB

2012-09-09 Thread Hans de Goede
Hi, On 09/09/2012 08:36 PM, Frank Schäfer wrote: The gspca_pac7302 driver already provides this control. Signed-off-by: Frank Schäfer fschaefer@googlemail.com --- lib/libv4lconvert/control/libv4lcontrol.c | 12 1 files changed, 4 insertions(+), 8 deletions(-) diff --git

Re: [PATCH 3/3] libv4lconvert: update the list of pac7302 webcams

2012-09-09 Thread Hans de Goede
Hi, On 09/09/2012 08:36 PM, Frank Schäfer wrote: All pac7302 webcams need image rotation, so synchronize the list with the driver. Signed-off-by: Frank Schäfer fschaefer@googlemail.com --- lib/libv4lconvert/control/libv4lcontrol.c | 13 - 1 files changed, 12

[GIT PULL FOR 3.7]: shark 1 2 / tea575x tea5777 AM support + misc gspca fixes

2012-09-09 Thread Hans de Goede
adjustment functions on capturing start gspca_pac7302: extend register documentation Hans de Goede (10): media-api-docs: Documented V4L2_TUNER_CAP_HWSEEK_PROG_LIM in G_TUNER docs snd_tea575x: Add support for tuning AM radio-tea5777.c: Get rid of do_div usage radio

Re: [PATCH 1/6] gspca_pac7302: add support for device 1ae7:2001 Speedlink Snappy Microphone SL-6825-SBK

2012-09-09 Thread Hans de Goede
Hi, Entire series applied and included in my pull-req for 3.7 which I just send out. Thanks, Hans On 09/09/2012 08:02 PM, Frank Schäfer wrote: Signed-off-by: Frank Schäfer fschaefer@googlemail.com Cc: sta...@kernel.org --- drivers/media/usb/gspca/pac7302.c |1 + 1 files changed,

Re: [PATCH 14/14] drivers/media/usb/gspca/cpia1.c: fix error return code

2012-09-09 Thread Hans de Goede
Hi, Applied to my gspca tree and included in my pull-req for 3.7 which I just send out. Thanks, Hans On 09/06/2012 05:24 PM, Peter Senna Tschudin wrote: From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the

Re: [PATCH 02/10] pwc: Remove unneeded struct vb2_queue clearing

2012-09-09 Thread Hans de Goede
Hi, Thanks! Applied to my gspca / media / pwc tree and included in my pull-req for 3.7 which I just send out. Regards, Hans On 08/23/2012 03:08 PM, Ezequiel Garcia wrote: struct vb2_queue is allocated through kzalloc as part of a larger struct, there's no need to clear it. Cc: Hans de

Re: [media] gspca: Fix locking issues related to suspend/resume

2012-09-09 Thread Hans de Goede
Hi, Thanks for the report, it turns out that the checking for gspca_dev-dev, rather then gspca_dev-present (which is a mod I made on top of Hans Verkuil's orginal patch), turns out to be a bad idea in general as its racy, this race has been fixed by this commit:

Re: [Bug] gspca_zc3xx v.2.14.0 Auto Gain is OFF

2012-08-27 Thread Hans de Goede
Hi Sam, Thanks for the detailed bug report. Unfortunately I don't have time to look into this atm. Perhaps someone else reading the list has time to look into this ? Regards, Hans On 08/26/2012 02:13 PM, Sam Bulka wrote: Hello, This is a bug report for gspca_zc3xx v.2.14.0 webcam driver

Re: [PATCH] media/radio/shark2: Fix build error caused by missing dependencies

2012-08-23 Thread Hans de Goede
Hi, On 08/22/2012 08:57 PM, Arnd Bergmann wrote: On Wednesday 22 August 2012, Guenter Roeck wrote: On Wed, Aug 22, 2012 at 05:22:26PM +0200, Hans de Goede wrote: Hi, I've a better fix for this here: http://git.linuxtv.org/hgoede/gspca.git/shortlog/refs/heads/media-for_v3.6 I already send

<    1   2   3   4   5   6   7   8   9   10   >