Re: [PATCH] uvcvideo: add quirk to force Phytec CAM 004H to GBRG

2018-08-17 Thread Christoph Fritz
On Thu, 2018-08-16 at 19:39 +0300, Laurent Pinchart wrote: > Hi Christoph, > > (Philipp, there's a question for you at the end) > > On Thursday, 16 August 2018 15:48:15 EEST Christoph Fritz wrote: > > > On Wednesday, 21 February 2018 23:24:36 EEST Laurent Pinchart w

Re: [PATCH] uvcvideo: add quirk to force Phytec CAM 004H to GBRG

2018-08-16 Thread Christoph Fritz
Hi Laurent > On Wednesday, 21 February 2018 23:24:36 EEST Laurent Pinchart wrote: > > On Wednesday, 21 February 2018 22:42:45 EET Christoph Fritz wrote: > > >>> drivers/media/usb/uvc/uvc_driver.c | 16 > > >>> drivers/media/usb/uvc/uvcvi

Re: [PATCH] uvcvideo: add quirk to force Phytec CAM 004H to GBRG

2018-02-21 Thread Christoph Fritz
Hi Laurent > Could you please send me the output of 'lsusb -d 199e:8302 -v' (if possible > running as root) ? please see bottom of this mail > > Signed-off-by: Christoph Fritz > > Tested-by: Norbert Wesp > > --- > > drivers/media/usb/uvc/uvc_driver.c

[PATCH] uvcvideo: add quirk to force Phytec CAM 004H to GBRG

2018-02-21 Thread Christoph Fritz
This patch adds a quirk to force Phytec CAM 004H to format GBRG because it is announcing its format wrong. Signed-off-by: Christoph Fritz Tested-by: Norbert Wesp --- drivers/media/usb/uvc/uvc_driver.c | 16 drivers/media/usb/uvc/uvcvideo.h | 1 + 2 files changed, 17

Re: rockchip v4l support ?

2015-07-13 Thread Christoph Fritz
Hi Alpha Lin, please see my question below. On Mon, 2015-07-13 at 09:54 +0200, Hans Verkuil wrote: > Hi Christoph, > > On 07/13/2015 09:20 AM, Christoph Fritz wrote: > > Hi, > > > > is someone working on v4l (camera stack) support for rockchip SoCs? > > I&#x

rockchip v4l support ?

2015-07-13 Thread Christoph Fritz
Hi, is someone working on v4l (camera stack) support for rockchip SoCs? Currently, it lacks pretty much everything. So what is your guess in the amount of work at a rough estimate? Thanks -- chf -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a messa

Re: [PATCH v2] media: i.MX27 camera: fix picture source width

2013-03-12 Thread Christoph Fritz
On Tue, 2013-03-12 at 08:58 +0100, Guennadi Liakhovetski wrote: > On Thu, 7 Mar 2013, javier Martin wrote: > > What mbus format are you using? Could you please check if the s_width > > value that your sensor mt9m001 returns is correct? Remember it should > > be in pixels, not in bytes. > > Thank

[PATCH v2] media: i.MX27 camera: fix picture source width

2013-02-16 Thread Christoph Fritz
r channel 1. Tested on Kernel 3.4, merged to 3.8rc. Signed-off-by: Christoph Fritz --- drivers/media/platform/soc_camera/mx2_camera.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/soc_camera/mx2_camera.c b/drivers/media/platform/soc_cam

[PATCH] media: i.MX27 camera: fix picture source width

2013-02-15 Thread Christoph Fritz
r channel 1. Tested on Kernel 3.4, merged to 3.8rc. Signed-off-by: Christoph Fritz --- drivers/media/platform/soc_camera/mx2_camera.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/soc_camera/mx2_camera.c b/drivers/media/platform/soc_cam

Re: hacking MT9P031 for i.mx

2012-10-17 Thread Christoph Fritz
On Tue, Oct 16, 2012 at 11:04:36PM +0200, Benoît Thébaudeau wrote: > On Tuesday, October 16, 2012 10:04:57 PM, Laurent Pinchart wrote: > > > Is there a current (kernel ~3.6) git tree which shows how to add > > > mt9p031 > > > to platform code? > > > > Yes, at > > http://git.linuxtv.org/pinchartl/m

Re: hacking MT9P031 for i.mx

2012-10-12 Thread Christoph Fritz
Hi On Mon, 2012-07-02 at 14:48 +0200, Laurent Pinchart wrote: > On Thursday 28 June 2012 21:41:16 Chris MacGregor wrote: > > > Where did you get the Aptina board code patch from ? > > > > From here: https://github.com/Aptina/BeagleBoard-xM > > That's definitely outdated, the code is based on a

[PATCH] V4L/DVB: v4l2-ctrls: add inclusion of slab.h

2010-08-10 Thread Christoph Fritz
This patch adds inclusion of slab.h to get kzalloc, kfree and kmalloc to work. Signed-off-by: Christoph Fritz --- drivers/media/video/v4l2-ctrls.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/v4l2-ctrls.c b/drivers/media/video/v4l2-ctrls.c index

[PATCH] pwc Kconfig dependency fix

2010-03-24 Thread Christoph Fritz
makes USB_PWC_INPUT_EVDEV to depend also on USB_PWC Signed-off-by: Christoph Fritz --- drivers/media/video/pwc/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/pwc/Kconfig b/drivers/media/video/pwc/Kconfig index 340f954..11980db 100644 --- a