Re: Microsoft VX-1000 Microphone Drivers Crash in x86_64

2010-07-11 Thread Jean-Francois Moine
On Sat, 10 Jul 2010 22:30:58 -0400 Kyle Baker kyleaba...@gmail.com wrote: Is this change from 0x40 to 0x44 intended to fix the bad interface messages as well as the mic becoming disabled? Also, is a reboot after installing these drivers and changes required? I'm only curious because it takes

Re: Microsoft VX-1000 Microphone Drivers Crash in x86_64

2010-07-12 Thread Jean-Francois Moine
On Sun, 11 Jul 2010 17:18:53 -0400 Kyle Baker kyleaba...@gmail.com wrote: Is the previous maintainer, Michel Xhaard, still working on this driver at all? I wonder if he might be able to help identify the problem or narrow it down. Which function is called when I open Cheese or other video

Re: Microsoft VX-1000 Microphone Drivers Crash in x86_64

2010-07-12 Thread Jean-Francois Moine
On Mon, 12 Jul 2010 05:28:15 -0400 Kyle Baker kyleaba...@gmail.com wrote: Here is the exchange from plugging in my webcam until I quit Cheese. The point that the mic quits is at [ 224.692515] sonixj-2.9.51: reg_w1 [0002] = 62 as far as I can tell. I hope this sheds some light on the issue.

Re: Microsoft VX-1000 Microphone Drivers Crash in x86_64

2010-07-13 Thread Jean-Francois Moine
On Mon, 12 Jul 2010 19:01:51 -0400 Kyle Baker kyleaba...@gmail.com wrote: These do fix the audio problem, but they may not be good for other Sensor OV7660 devices. I am not sure how to identify only my model here, but that may be ideal for a better patch. I wonder if this patch would also be

[GIT PATCHES FOR 2.6.36] gspca for_2.6.36

2010-07-14 Thread Jean-Francois Moine
The following changes since commit a41ae2431a3d1c751bda1ef0e9b44b27192e19de: V4L/DVB: gspca - sq930x: Add some comments for sensor mt9v111 (2010-07-10 14:14:45 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.36 Jean-François Moine (6):

[GIT PATCHES FOR 2.6.36] gspca for_2.6.36

2010-07-29 Thread Jean-Francois Moine
The following changes since commit 906903f4c56f8dd74584a44d93d96df25d228786: V4L/DVB: gspca - vc032x: Move the first VC0321 settings to sd_init() (2010-07-25 17:16:25 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.36 Jean-François Moine (14):

Re: gspca_zc3xx module

2010-07-29 Thread Jean-Francois Moine
On Thu, 29 Jul 2010 12:21:21 + Hasan SAHIN hasan.sa...@gmx.com wrote: Hello Jean-Francois, I am using Gentoo linux stable x86 with kernel 2.6.34-r1. before the kernel update to 2.6.34-r1, I was using 2.6.32-r7 and there was no problem with webcam. The webcam was working as good with

Re: Not able to capture video frames

2010-08-05 Thread Jean-Francois Moine
On Thu, 5 Aug 2010 11:34:28 +0530 Sudhindra Nayak sudhindra.na...@gmail.com wrote: As you requested, I'm including the lsusb output below: Hi Sudhindra, The USB information indicate that the webcam uses uses isochronous transfer. The driver ov534 you used as a base uses bulk transfer. So, you

Re: Not able to capture video frames

2010-08-17 Thread Jean-Francois Moine
On Tue, 17 Aug 2010 17:50:58 +0530 Sudhindra Nayak sudhindra.na...@gmail.com wrote: As you suggested I removed the 'cam-bulk' part in the sd_config function. Also, can you please explain how you arrived at the sd_pkt_scan function? I'm not able to understand the bit manipulations that you

Re: HG has errors on kernel 2.6.32

2010-08-28 Thread Jean-Francois Moine
On Thu, 26 Aug 2010 21:54:10 +0200 Jan Hoogenraad jan-conceptro...@hoogenraad.net wrote: and change static void jpeg_set_qual(u8 *jpeg_hdr, into static __attribute__ (( unused )) void jpeg_set_qual(u8 *jpeg_hdr, at line 152 of linux/drivers/media/video/gspca/jpeg.h Hi, This warning

Re: [PATCH] gspca_cpia1: Add lamp control for Intel Play QX3 microscope

2010-09-03 Thread Jean-Francois Moine
On Thu, 02 Sep 2010 21:09:42 -0400 Andy Walls awa...@md.metrocast.net wrote: [snip] Add a v4l2 control to get the lamp control code working for the Intel Play QX3 microscope. My daughter in middle school thought it was cool, and is now examining the grossest specimens she can find.

[GIT PATCHES FOR 2.6.36] gspca for_2.6.36

2010-09-03 Thread Jean-Francois Moine
The following changes since commit 67ac062a5138ed446a821051fddd798a01478f85: V4L/DVB: Fix regression for BeholdTV Columbus (2010-08-24 10:39:32 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.36 Jason Wang (1): gspca - main: Fix a crash of

[PATCH] LED control

2010-09-04 Thread Jean-Francois Moine
Some media devices may have one or many lights (LEDs, illuminators, lamps..). This patch makes them controlable by the applications. Signed-off-by: Jean-Francois Moine moin...@free.fr -- Ken ar c'hentañ | ** Breizh ha Linux atav! ** Jef | http

Re: [PATCH] LED control

2010-09-05 Thread Jean-Francois Moine
On Sun, 05 Sep 2010 09:56:54 +0200 Hans de Goede hdego...@redhat.com wrote: I think that using one control for both status leds (which is what we are usually talking about) and illuminator(s) is a bad idea. I'm fine with standardizing these, but can we please have 2 CID's one for status

Re: [git:v4l-dvb/v2.6.37] V4L/DVB: gspca - main: Fix a crash of some webcams on ARM arch

2010-09-06 Thread Jean-Francois Moine
On Mon, 06 Sep 2010 17:57:25 +0200 Mauro Carvalho Chehab mche...@redhat.com wrote: Subject: V4L/DVB: gspca - main: Fix a crash of some webcams on ARM arch Author: Jason Wang jason77.w...@gmail.com Date:Fri Sep 3 06:57:19 2010 -0300 Hi Mauro, You put this important fix in

[PATCH] Illuminators and status LED controls

2010-09-06 Thread Jean-Francois Moine
which is normally on when capture is active. This patch makes them controlable by the applications. Signed-off-by: Jean-Francois Moine moin...@free.fr diff --git a/Documentation/DocBook/v4l/controls.xml b/Documentation/DocBook/v4l/controls.xml index 8408caa..77f87ad 100644 --- a/Documentation

Re: [PATCH] Illuminators and status LED controls

2010-09-07 Thread Jean-Francois Moine
On Tue, 7 Sep 2010 17:30:33 +0200 Hans Verkuil hverk...@xs4all.nl wrote: enum v4l2_illuminator { V4L2_ILLUMINATOR_OFF = 0, V4L2_ILLUMINATOR_ON = 1, }; #define V4L2_CID_ILLUMINATOR_0 (V4L2_CID_BASE+37) #define V4L2_CID_ILLUMINATOR_1

Re: [PATCH] Illuminators and status LED controls

2010-09-09 Thread Jean-Francois Moine
On Wed, 08 Sep 2010 20:58:18 +0200 Peter Korsgaard jac...@sunsite.dk wrote: Andy == Andy Walls awa...@md.metrocast.net writes: Andy Incandescent and Halogen lamps that effect an image coming Andy into a camera are *not* LEDs that blink or flash automatically Andy based on driver or system

[PATCH] Illuminators control

2010-09-11 Thread Jean-Francois Moine
Hi, This new proposal cancels the previous patch 'Illuminators and status LED controls'. Cheers. -- Ken ar c'hentañ | ** Breizh ha Linux atav! ** Jef | http://moinejf.free.fr/ illuminator.pat Description: Binary data

[PATCH] Illuminators control

2010-09-11 Thread Jean-Francois Moine
Hi, This new proposal cancels the previous patch 'Illuminators control'. Cheers. -- Ken ar c'hentañ | ** Breizh ha Linux atav! ** Jef | http://moinejf.free.fr/ illuminator.pat Description: Binary data

[GIT PATCHES FOR 2.6.37] gspca for_2.6.37

2010-09-13 Thread Jean-Francois Moine
The following changes since commit 991403c594f666a2ed46297c592c60c3b9f4e1e2: V4L/DVB: cx231xx: Avoid an OOPS when card is unknown (card=0) (2010-09-11 11:58:01 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.37 Alexander Goncharov (1):

[GIT PATCHES FOR 2.6.37] gspca for_2.6.37

2010-09-20 Thread Jean-Francois Moine
Hi Mauro, This new patch request cancels the previous one. I removed two changes which were not mature. The following changes since commit 991403c594f666a2ed46297c592c60c3b9f4e1e2: V4L/DVB: cx231xx: Avoid an OOPS when card is unknown (card=0) (2010-09-11 11:58:01 -0300) are available in the

[GIT PATCHES FOR 2.6.37] gspca for_2.6.37

2010-09-25 Thread Jean-Francois Moine
The following changes since commit dace3857de7a16b83ae7d4e13c94de8e4b267d2a: V4L/DVB: tvaudio: remove obsolete tda8425 initialization (2010-09-24 19:20:20 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.37 Jean-François Moine (6): gspca -

[GIT PATCHES FOR 2.6.37] gspca for_2.6.37

2010-10-01 Thread Jean-Francois Moine
The following changes since commit 1a45fd8d5ec39af5c00bec6094a606ccfc7957d5: V4L/DVB: tda18271: Add some hint about what tda18217 reg ID returned (2010-09-30 22:47:20 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.37 Jean-François Moine (5):

[GIT PATCHES FOR 2.6.37] gspca for_2.6.37

2010-10-02 Thread Jean-Francois Moine
The following changes since commit c8dd732fd119ce6d562d5fa82a10bbe75a376575: V4L/DVB: gspca - sonixj: Have 0c45:6130 handled by sonixj instead of sn9c102 (2010-10-01 18:14:35 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.37 Jean-François Moine

Re: gspca, audio and ov534: regression.

2010-10-06 Thread Jean-Francois Moine
On Wed, 6 Oct 2010 12:33:21 +0200 Antonio Ospite osp...@studenti.unina.it wrote: with 2.6.36-rc6 I can't use the ov534 gspca subdriver (with PS3 eye) anymore, when I try to capture video in dmesg I get: gspca: no transfer endpoint found If I revert commit 35680ba I can make video capture

Re: gspca, audio and ov534: regression.

2010-10-06 Thread Jean-Francois Moine
On Wed, 6 Oct 2010 16:04:41 +0200 Antonio Ospite osp...@studenti.unina.it wrote: Thanks, the following change fixes it, was this what you had in mind? diff --git a/drivers/media/video/gspca/gspca.c b/drivers/media/video/gspca/gspca.c index b984610..30e0b32 100644 ---

Re: gspca, audio and ov534: regression.

2010-10-07 Thread Jean-Francois Moine
On Wed, 6 Oct 2010 16:53:37 +0200 Antonio Ospite osp...@studenti.unina.it wrote: PS3 Eye audio is working with linux-2.6.33.7 it is broken in linux-2.6.35.7 already, I'll try to further narrow down the interval. Ah, alsamixer doesn't work even when the device is OK in pulseaudio... I

Re: gspca, audio and ov534: regression.

2010-10-10 Thread Jean-Francois Moine
On Sun, 10 Oct 2010 12:02:50 +0200 Antonio Ospite osp...@studenti.unina.it wrote: JF this change as is does not work for me, if I change the second check to if (gspca_dev-audio i 1) it does, but I don't know if this breaks anything else. Hi Antonio, You are right, this is the way

[GIT PATCHES FOR 2.6.36] gspca for_2.6.36

2010-10-10 Thread Jean-Francois Moine
The following changes since commit d65728875a85ac7c8b7d6eb8d51425bacc188980: V4L/DVB: v4l: radio: si470x: fix unneeded free_irq() call (2010-09-30 07:35:12 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.36 Jean-François Moine (1): gspca -

[GIT PATCHES FOR 2.6.37] gspca for_2.6.37

2010-10-16 Thread Jean-Francois Moine
The following changes since commit e749edc7e6967f8f92d2c0251c8a3a96524ec327: V4L/DVB: IR: ene_ir: few bugfixes (2010-10-16 00:30:12 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.37 Jean-François Moine (5): gspca - main: Fix a regression

Re: Old patches sent via the Mailing list

2010-10-18 Thread Jean-Francois Moine
On Sun, 17 Oct 2010 19:20:31 -0200 Mauro Carvalho Chehab mche...@redhat.com wrote: == Gspca patches - Waiting Jean-Francois Moine moin...@free.fr review == Jul, 8 2010: video:gspca.c Fix warning: case value '7' not in enumerated type 'enum http://patchwork.kernel.org/patch

Re: [PATCH RFC] gspca_sonixj: handle return values from USB subsystem

2010-10-18 Thread Jean-Francois Moine
On Sun, 17 Oct 2010 16:45:03 +0200 Németh Márton nm...@freemail.hu wrote: The usb_control_msg() may return error at any time so it is necessary to handle it. The error handling mechanism is taken from the pac7302. The resulting driver was tested with hama AC-150 webcam (USB ID 0c45:6142).

Re: [PATCH 1/2] gspca_sonixj: add hardware vertical flip support for hama AC-150

2010-10-18 Thread Jean-Francois Moine
On Sun, 17 Oct 2010 13:08:01 +0200 Németh Márton nm...@freemail.hu wrote: The PO2030N sensor chip found in hama AC-150 webcam supports vertical flipping the image by hardware. Add support for this in the gspca_sonixj driver also. [snip] Hi Németh, The driver sonixj has changed in

[GIT PATCHES FOR 2.6.37] gspca for_2.6.37

2010-10-19 Thread Jean-Francois Moine
The following changes since commit 350df81ebaccc651fa4dfad27738db958e067ded: Revert changeset d455b639c1fb09f8ea888371fb6e04b490e115fb (2010-10-17 19:32:45 -0200) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.37 Jean-François Moine (1): gspca:

[GIT PATCHES FOR 2.6.36] gspca for_2.6.36

2010-10-21 Thread Jean-Francois Moine
Hi Mauro, I added two fixes of an other regression. They should go to 2.6.36. The following changes since commit d65728875a85ac7c8b7d6eb8d51425bacc188980: V4L/DVB: v4l: radio: si470x: fix unneeded free_irq() call (2010-09-30 07:35:12 -0300) are available in the git repository at:

[GIT PATCHES FOR 2.6.37] gspca for_2.6.37

2010-10-29 Thread Jean-Francois Moine
The following changes since commit 18cb657ca1bafe635f368346a1676fb04c512edf: Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen and branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm (2010-10-28 17:11:17 -0700) are

Re: Webcam driver not working: drivers/media/video/gspca/ov519.c device 05a9:4519

2010-11-01 Thread Jean-Francois Moine
On Sun, 31 Oct 2010 15:16:40 +0200 Anca Emanuel anca.eman...@gmail.com wrote: After this patch, [snip] I get: [ 182.680032] usb 8-1: new full speed USB device using uhci_hcd and address 3 [ 182.875331] gspca: probing 05a9:4519 [ 183.064309] ov519: I2C synced in 0 attempt(s) [

Re: Webcam driver not working: drivers/media/video/gspca/ov519.c device 05a9:4519

2010-11-01 Thread Jean-Francois Moine
On Mon, 1 Nov 2010 22:02:49 +0200 Anca Emanuel anca.eman...@gmail.com wrote: Saved in txt and csv formats. I did not know this sniffer. The trace is compact, but, alas, the 'Request' and 'Value' are lacking... Is it possible to see them? -- Ken ar c'hentañ | ** Breizh ha Linux

Re: Webcam driver not working: drivers/media/video/gspca/ov519.c device 05a9:4519

2010-11-02 Thread Jean-Francois Moine
On Tue, 2 Nov 2010 00:23:23 +0200 Anca Emanuel anca.eman...@gmail.com wrote: This file is stream.ulz compressed http://rapidshare.com/files/428384860/stream.zip To see the data, you need: http://www.usblyzer.com/download.htm And a windows machine. Sorry for the trouble. I got the

Re: Webcam driver not working: drivers/media/video/gspca/ov519.c device 05a9:4519

2010-11-02 Thread Jean-Francois Moine
On Tue, 2 Nov 2010 12:33:10 +0200 Anca Emanuel anca.eman...@gmail.com wrote: I am using http://www.pcausa.com/Utilities/UsbSnoop/SniffUSB-x86-2.0.0006.zip now. The data: http://rapidshare.com/files/428460107/log4.zip please let me know if this is what you ask for. Hi, Thanks, that's

[GIT PATCHES FOR 2.6.38] gspca for_2.6.38

2010-11-13 Thread Jean-Francois Moine
The following changes since commit af9f14f7fc31f0d7b7cdf8f7f7f15a3c3794aea3: [media] IR: add tv power scancode to rc6 mce keymap (2010-11-10 00:58:49 -0200) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.38 Jean-François Moine (16): gspca -

Re: gspca_ov534: Changing framerates, different behaviour in 2.6.36

2010-11-22 Thread Jean-Francois Moine
On Mon, 22 Nov 2010 13:11:11 +0100 Antonio Ospite osp...@studenti.unina.it wrote: since 2.6.36 + the regression fix in [1] (please apply it): 3a. dmesg shows the message: ov534: frame_rate: xx 3b. guvcviews gives some errors and the preview image halts: VIDIOC_QBUF - Unable

Re: Regression at gspca core affecting SXGA mode on sn9c201 driver

2010-12-09 Thread Jean-Francois Moine
On Wed, 08 Dec 2010 14:06:06 -0200 Mauro Carvalho Chehab mche...@redhat.com wrote: Drivers should provide a wmaxpacketsize range which they need / can deal with for a given resolution. This way we can fix your does not need highest alt setting at lower resolutions scenario (which is a

Re: [PATCH 1/6] [media] gspca/sn9c20x: Test if sensor is really an ov9650

2010-12-10 Thread Jean-Francois Moine
succeeds, it could also be any of ov9655, ov7660 or ov7670, which could be treated, but will not work, or some other OmniVision sensor. The sensor type is defined by the sensor registers 0x0a and 0x0b. But, if it is enough for you, it is OK for me. Acked-by: Jean-Francois Moine moin...@free.fr

Re: [PATCH 2/6] [media] gspca/sn9c20x: Get rid of scale magic numbers

2010-12-10 Thread Jean-Francois Moine
On Thu, 9 Dec 2010 18:42:35 -0200 Mauro Carvalho Chehab mche...@redhat.com wrote: Use macros for the supported scales, instead of using magic numbers from 0 to 3. Code become cleaner by using macros for it. Acked-by: Jean-Francois Moine moin...@free.fr -- Ken ar c'hentañ

Re: [PATCH 3/6] [media] gspca core: Fix regressions gspca breaking devices with audio

2010-12-10 Thread Jean-Francois Moine
. So, let's just revert the broken logic, and think on a better solution for usb 1.1 devices with audio that can't use the maximum packetsize. Acked-by: Jean-Francois Moine moin...@free.fr -- Ken ar c'hentañ | ** Breizh ha Linux atav! ** Jef | http

Re: [PATCH 4/6] [media] gspca/sn9c20x: Fix support for mt9m001 (mi1300) sensor

2010-12-10 Thread Jean-Francois Moine
headers. Use the same init found on em28xx driver, and properly report the output format as 8-bits GRAY. Acked-by: Jean-Francois Moine moin...@free.fr -- Ken ar c'hentañ | ** Breizh ha Linux atav! ** Jef | http://moinejf.free.fr/ -- To unsubscribe from

Re: [PATCH 5/6] [media] gspca/sonixj: Fix support for sn9c105+0v7660

2010-12-10 Thread Jean-Francois Moine
On Thu, 9 Dec 2010 18:42:38 -0200 Mauro Carvalho Chehab mche...@redhat.com wrote: This bug were very tricky to discover. Basically, replying the webcam initialization sequence, after the capture is running make it works. After several researches, I discovered that the sensor were in powerdown

[PATCH 0/6] gspca sonixj better handling of reg 01 and 17

2010-12-13 Thread Jean-Francois Moine
Here is an other way to fix the inv powerdown bug. These patches are not tested yet. Jean-François Moine (6): gspca - sonixj: Move bridge init to sd start gspca - sonixj: Fix a bad probe exchange gspca - sonixj: Add a flag in the driver_info table gspca - sonixj: Set the

[PATCH 1/6] gspca - sonixj: Move bridge init to sd start

2010-12-13 Thread Jean-Francois Moine
Signed-off-by: Jean-François Moine moin...@free.fr diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c index 2229847..4660cbe 100644 --- a/drivers/media/video/gspca/sonixj.c +++ b/drivers/media/video/gspca/sonixj.c @@ -1755,141 +1755,6 @@ static void

PATCH 2/6] gspca - sonixj: Fix a bad probe exchange

2010-12-13 Thread Jean-Francois Moine
Signed-off-by: Jean-François Moine moin...@free.fr diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c index 4660cbe..5978676 100644 --- a/drivers/media/video/gspca/sonixj.c +++ b/drivers/media/video/gspca/sonixj.c @@ -1794,7 +1794,7 @@ static int sd_init(struct

[PATCH 3/6] gspca - sonixj: Add a flag in the driver_info table

2010-12-13 Thread Jean-Francois Moine
Signed-off-by: Jean-François Moine moin...@free.fr diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c index 5978676..bd5858e 100644 --- a/drivers/media/video/gspca/sonixj.c +++ b/drivers/media/video/gspca/sonixj.c @@ -64,6 +64,7 @@ struct sd { u8

[PATCH 4/6] gspca - sonixj: Set the flag for some devices

2010-12-13 Thread Jean-Francois Moine
The flag PDN_INV indicates that the sensor pin S_PWR_DN has not the same value as other webcams with the same sensor. For now, only two webcams have been detected so: the Microsoft's VX1000 and VX3000. Signed-off-by: Jean-François Moine moin...@free.fr diff --git

[PATCH 5/6] gspca - sonixj: Add the bit definitions of the bridge reg 0x01 and 0x17

2010-12-13 Thread Jean-Francois Moine
Signed-off-by: Jean-François Moine moin...@free.fr diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c index 9b7e28a..4c10324 100644 --- a/drivers/media/video/gspca/sonixj.c +++ b/drivers/media/video/gspca/sonixj.c @@ -100,6 +100,19 @@ enum sensors { /* device

[PATCH 6/6] gspca - sonixj: Better handling of the bridge registers 0x01 and 0x17

2010-12-13 Thread Jean-Francois Moine
The initial values of the registers 0x01 and 0x17 are taken from the senso table at capture start and updated according to the flag PDN_INV. Their values are updated at each step of the capture initialization and memorized for reuse in capture stop. This patch also fixed automatically some bad

Re: [PATCH 6/6] gspca - sonixj: Better handling of the bridge registers 0x01 and 0x17

2010-12-13 Thread Jean-Francois Moine
On Mon, 13 Dec 2010 11:27:24 -0200 Mauro Carvalho Chehab mche...@redhat.com wrote: case SENSOR_OV7660: init = ov7660_sensor_param1; - if (sd-bridge == BRIDGE_SN9C120) { - if (mode) { /* 320x240 - 160x120 */ -

Re: [PATCH 3/6] [media] gspca core: Fix regressions gspca breaking devices with audio

2010-12-14 Thread Jean-Francois Moine
On Tue, 14 Dec 2010 20:52:43 +0200 Anca Emanuel anca.eman...@gmail.com wrote: How can I disable the noise from camera ? There is no physical microphone in it. ( mute do not work ) [snip] [ 139.848996] usb 8-1: usb_probe_device [ 139.849003] usb 8-1: configuration #1 chosen from 1

Re: [PATCH 3/6] [media] gspca core: Fix regressions gspca breaking devices with audio

2010-12-16 Thread Jean-Francois Moine
On Tue, 14 Dec 2010 22:05:37 +0200 Anca Emanuel anca.eman...@gmail.com wrote: The same biz ... Does this noise exist with all image resolutions? Also, does it change when changing the frame rate or the light frequency? -- Ken ar c'hentañ | ** Breizh ha Linux atav! ** Jef

Re: Quickcam express: Not able to capture video

2010-12-22 Thread Jean-Francois Moine
On Wed, 22 Dec 2010 10:45:14 +0530 Sudhindra Nayak sudhindra.na...@gmail.com wrote: Hi all, I'm using a 'Logitech Quickcam Express' (046d:0840) camera to capture video. I'm using the STV06xx driver for this camera. I'm using a v4l2 example code as my application along with the above

Re: [PATCH] Adds the Lego Bionicle to existing sq905c

2010-12-25 Thread Jean-Francois Moine
On Sat, 25 Dec 2010 10:36:20 +0100 Hans de Goede hdego...@redhat.com wrote: On 12/25/2010 10:20 AM, Mauro Carvalho Chehab wrote: Em 24-12-2010 17:55, Hans de Goede escreveu: Mauro, Will you pick up this patch directly or should I put it in my tree ? Either way works for me (but I

[GIT PATCHES FOR 2.6.38] gspca for_2.6.38

2010-12-25 Thread Jean-Francois Moine
The following changes since commit 884d09f0d9f2eb6848c71fd024c250816f835572: [media] drivers:media:dvb: add USB PIDs for Elgato EyeTV Sat (2010-12-22 15:57:42 -0200) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.38 Jean-François Moine (7):

Re: [PATCH] Adds the Lego Bionicle to existing sq905c

2010-12-25 Thread Jean-Francois Moine
On Sat, 25 Dec 2010 12:14:25 -0600 (CST) Theodore Kilgore kilg...@banach.math.auburn.edu wrote: As I have some changes to do in this driver, If you do not mind, tell me more about the some changes. More cameras? Or something else? Hi Theodore, Sorry, I made a mistake. I had changes

Re: Image and webcam freeze on Ubuntu with Logitech QuickCam Communicate STX

2011-08-19 Thread Jean-Francois Moine
On Thu, 18 Aug 2011 12:31:51 +0200 Damien Cassou damien.cas...@gmail.com wrote: my Logitech QuickCam Communicate STX works perfectly well for a few minutes when I use it. However, after that the image is frozen and I can't make it work again until I reboot the system (before rebooting, the

Re: [PATCH 14/14] [media] gspca: Use current logging styles

2011-08-22 Thread Jean-Francois Moine
On Sun, 21 Aug 2011 15:56:57 -0700 Joe Perches j...@perches.com wrote: Add pr_fmt. Convert usb style logging macros to pr_level. Remove now unused old usb style logging macros. Hi Joe, Sorry, but I do not see the advantages of your patch. For gspca, the source files are bigger, and the only

Re: [PATCH 14/14] [media] gspca: Use current logging styles

2011-08-22 Thread Jean-Francois Moine
Joe, OK, I did not see that you started such changes a long time ago! Thanks and good luck! Acked-by: Jean-Francois Moine moin...@free.fr -- Ken ar c'hentañ | ** Breizh ha Linux atav! ** Jef | http://moinejf.free.fr/ -- To unsubscribe from this list: send

Re: [PATCH 06/14] [media] cx18: Use current logging styles

2011-08-27 Thread Jean-Francois Moine
On Sat, 27 Aug 2011 09:42:32 -0700 Joe Perches j...@perches.com wrote: Andy, I fully understand how this stuff works. You apparently don't (yet). Look at include/linux/printk.h #ifndef pr_fmt #define pr_fmt(fmt) fmt #endif A default empty define is used when one is not specified

Re: [git:v4l-dvb/for_v3.2] [media] Fix wrong register mask in gspca/sonixj.c

2011-08-29 Thread Jean-Francois Moine
On Mon, 29 Aug 2011 09:57:26 -0700 (PDT) Luiz Ramos lramos.p...@yahoo.com.br wrote: Mauro: To be fair, this patch itself isn't sufficient to solve the problem described in the text provided. One other patch is necessary to get this goal accomplished, named, one published in this same

Re: spca1528 device (Device 015: ID 04fc:1528 Sunplus Technology)..libv4l2: error turning on stream: Timer expired issue

2011-09-05 Thread Jean-Francois Moine
On Sun, 04 Sep 2011 15:39:30 -0400 Mauricio Henriquez buhochil...@gmail.com wrote: Recently I'm trying to make work a Sunplus crappy mini HD USB camera, lsusb list this info related to the device: Picture Transfer Protocol (PIMA 15470) Bus 001 Device 015: ID 04fc:1528 Sunplus Technology

Re: spca1528 device (Device 015: ID 04fc:1528 Sunplus Technology)..libv4l2: error turning on stream: Timer expired issue

2011-09-05 Thread Jean-Francois Moine
On Mon, 05 Sep 2011 11:33:49 -0400 Mauricio Henriquez buhochil...@gmail.com wrote: Thanks Jean, yeap I apply the patch, but still the same kind of messages about timeout sing xawtv or svv: OK Mauricio. So, I need more information. May you set the gspca debug level to 0x0f echo 0x0f

Re: [PATCH V2] gspca/zc3xx: add usb_id for HP Premium Starter Cam

2011-09-09 Thread Jean-Francois Moine
On Fri, 9 Sep 2011 11:33:15 +0200 Wolfram Sang w.s...@pengutronix.de wrote: On Sat, Jul 02, 2011 at 02:02:00PM +0200, Wolfram Sang wrote: Signed-off-by: Wolfram Sang w.s...@pengutronix.de Cc: Jean-Francois Moine moin...@free.fr --- Ping. I can't find it in the git-repos on linuxtv.org

Re: Question about USB interface index restriction in gspca

2011-09-14 Thread Jean-Francois Moine
On Tue, 13 Sep 2011 21:14:28 +0200 Frank Schäfer fschaefer@googlemail.com wrote: I have a question about the following code in gspca.c: in function gspca_dev_probe(...): ... /* the USB video interface must be the first one */ if (dev-config-desc.bNumInterfaces != 1

Re: Question about USB interface index restriction in gspca

2011-09-16 Thread Jean-Francois Moine
On Thu, 15 Sep 2011 23:46:57 +0200 Frank Schäfer fschaefer@googlemail.com wrote: For webcam devices, the interface class is meaningful only when set to USB_CLASS_VIDEO (UVC). Otherwise, I saw many different values. Does that mean that there are devices out in the wild that report for

Re: Question about USB interface index restriction in gspca

2011-09-21 Thread Jean-Francois Moine
On Mon, 19 Sep 2011 22:13:12 +0200 Frank Schäfer fschaefer@googlemail.com wrote: So, if your webcam is in the 99.99% which use the interface 0, use gspca_dev_probe(), otherwise, YOU know the right interface, so, call gspca_dev_probe2(). Isn't it also possible that we don't know the

[GIT PATCHES FOR 3.2] gspca for_v3.2

2011-09-23 Thread Jean-Francois Moine
Hi Mauro, This set includes the patches: http://patchwork.linuxtv.org/patch/7358 http://patchwork.linuxtv.org/patch/114 Cheers. The following changes since commit e553000a14ead0e265a8aa4d241c7b3221e233e3: [media] sr030pc30: Remove empty s_stream op (2011-09-21 12:48:45 -0300)

[GIT PATCHES FOR 2.6.38] gspca for_2.6.38

2010-12-28 Thread Jean-Francois Moine
The following changes since commit fc43dd115e1c07af122440971177451cef5c45c0: [media] MEDIA: RC: Provide full scancodes for TT-1500 remote control (2010-12-27 19:26:56 -0200) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.38 Jean-François Moine (9):

Re: RFC: Move the deprecated et61x251 and sn9c102 to staging

2011-01-02 Thread Jean-Francois Moine
On Sun, 2 Jan 2011 12:25:21 +0100 Hans Verkuil hverk...@xs4all.nl wrote: It seems to me that et61x251 will also stay there for a long time, as there are just two devices supported by gspca driver, while et61x251 supports 25. Btw, we currently have a conflict with this USB ID:

Re: [PATCH 0/4] gspca fix backports for 2.6.36

2011-01-06 Thread Jean-Francois Moine
On Thu, 6 Jan 2011 09:28:36 -0200 Mauro Carvalho Chehab mche...@redhat.com wrote: This patch series backport POWER INV fixes for sonixj sensors. Jean, I'm currently without any sensorj camera. Could you please test this backport? Greg already backported two patches of this series. Those

[GIT PATCHES FOR 2.6.38] gspca for_2.6.38

2011-01-13 Thread Jean-Francois Moine
The following changes since commit 353b61709a555fab9745cb7aea18e1c376c413ce: [media] radio-si470x: Always report support for RDS (2011-01-11 14:44:28 -0200) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.38 Jean-François Moine (9): gspca:

Re: [GIT PATCHES FOR 2.6.38] gspca for_2.6.38

2011-01-13 Thread Jean-Francois Moine
On Thu, 13 Jan 2011 12:38:04 +0100 Antonio Ospite osp...@studenti.unina.it wrote: Jean-François Moine (9): [...] gspca - ov534: Use the new video control mechanism In this commit, is there a reason why you didn't rename also sd_setagc() into setagc() like for the other

[GIT PATCHES FOR 2.6.38] gspca for_v2.6.38

2011-01-24 Thread Jean-Francois Moine
The following changes since commit e5fb95675639f064ca40df7ad319f1c380443999: [media] vivi: fix compiler warning (2011-01-23 12:34:08 -0200) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_v2.6.38 Jean-François Moine (3): gspca - zc3xx: Bad delay when

[GIT PATCHES FOR 2.6.39] gspca for_v2.6.39

2011-02-10 Thread Jean-Francois Moine
The following changes since commit 6148a47ac3872092d4bc438bec6dff16654d: Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 (2011-02-09 16:56:33 -0800) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_v2.6.39

[PATCH] v4l-utils: Add the JPEG Lite decoding function

2011-02-15 Thread Jean-Francois Moine
Hi Hans, I got the permission to relicense the JPEG Lite decoding to the LGPL. If you want to test the nw80x driver, get the gspca tarball from my web page (2.12.12). I added your webcam which should directly work (p35u - chip nw801). Best regards. -- Ken ar c'hentañ | ** Breizh

[GIT PATCHES FOR 2.6.39] gspca for_v2.6.39

2011-03-14 Thread Jean-Francois Moine
The following changes since commit 41f3becb7bef489f9e8c35284dd88a1ff59b190c: [media] V4L DocBook: update V4L2 version (2011-03-11 18:09:02 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_v2.6.39 Hans de Goede (1): gspca - sonixb: Update

[GIT PATCHES FOR 2.6.39] gspca for_v2.6.39

2011-03-22 Thread Jean-Francois Moine
The following changes since commit d2803205ff3be8e8ea4634709799606c5d5294b5: [media] via-camera: Fix OLPC serial check (2011-03-21 21:48:25 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_v2.6.39 Jean-François Moine (9): gspca - nw80x: Cleanup

[PATCH] pwc: Handle V4L2_CTRL_FLAG_NEXT_CTRL in queryctrl

2011-03-27 Thread Jean-Francois Moine
Signed-off-by: Jean-François Moine moin...@free.fr --- drivers/media/video/pwc/pwc-v4l.c | 23 +-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/pwc/pwc-v4l.c b/drivers/media/video/pwc/pwc-v4l.c index aa87e46..f85c512 100644 ---

[GIT PATCHES FOR 2.6.40] gspca for_v2.6.40

2011-04-19 Thread Jean-Francois Moine
The following changes since commit d58307d6a1e2441ebaf2d924df4346309ff84c7d: [media] anysee: add more info about known board configs (2011-04-19 10:35:37 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_v2.6.40 Antonio Ospite (2): Add Y10B, a

Re: gspca_zc3xx (HV7131R sensor) driver brocken

2011-05-08 Thread Jean-Francois Moine
would be very glad to get my camera back working, as it was before. (I'm just wondering why should one change something at all... ) I suppose the maintainer of the gspca driver is Jean-Francois Moine. However he seems not to react to the bugs in bugzilla. The simple search [snip] Hi

[GIT PATCHES FOR 2.6.40] gspca for_v2.6.40

2011-05-17 Thread Jean-Francois Moine
The following changes since commit f9b51477fe540fb4c65a05027fdd6f2ecce4db3b: [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_v2.6.40 Jean-François Moine (10):

[GIT PATCHES FOR 2.6.40] gspca for_v2.6.40

2011-05-21 Thread Jean-Francois Moine
The following changes since commit f9b51477fe540fb4c65a05027fdd6f2ecce4db3b: [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_v2.6.40 Jean-François Moine (9): gspca

[PATCH FOR 2.6.39] gspca - ov519: Fix a regression for ovfx2 webcams

2011-05-22 Thread Jean-Francois Moine
By git commit c42cedbb658b, the bulk transfer size was changed to a lower value for resolutions != 1600x1200, but the image extraction routine still worked with the previous value, giving bad truncated images. Signed-off-by: Jean-François Moine moin...@free.fr ---

[PATCH FOR 2.6.39] gspca - ov519: Change the ovfx2 bulk transfer size

2011-05-22 Thread Jean-Francois Moine
The 'normal' bulk transfer size did not work for 800x600. By git commit c42cedbb658b, this 'normal' size was used for 1600x1200 only. It will now be used back again for all resolutions but 800x600. Signed-off-by: Jean-François Moine moin...@free.fr --- drivers/media/video/gspca/ov519.c |4

[GIT PATCHES FOR 2.6.40] gspca for_v2.6.40

2011-05-23 Thread Jean-Francois Moine
The following changes since commit 87cf028f3aa1ed51fe29c36df548aa714dc7438f: [media] dm1105: GPIO handling added, I2C on GPIO added, LNB control through GPIO reworked (2011-05-21 11:10:28 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_v2.6.40

Re: [PATCH] Make nchg variable signed because the code compares this variable against negative values.

2011-05-26 Thread Jean-Francois Moine
On Wed, 25 May 2011 21:07:17 -0300 Mauro Carvalho Chehab mche...@redhat.com wrote: This patch looks ok to me, although the description is not 100%. The sonixj driver compares the value for nchg with if (sd-nchg -6 || sd-nchg = 12) { With u8, negative values won't work.

Re: [PATCH] [media] gspca/kinect: wrap gspca_debug with GSPCA_DEBUG

2011-05-26 Thread Jean-Francois Moine
On Wed, 25 May 2011 17:34:32 -0400 Jarod Wilson ja...@redhat.com wrote: diff --git a/drivers/media/video/gspca/kinect.c b/drivers/media/video/gspca/kinect.c index 66671a4..26fc206 100644 --- a/drivers/media/video/gspca/kinect.c +++ b/drivers/media/video/gspca/kinect.c @@ -34,7 +34,7 @@

[GIT PATCHES FOR 3.0] gspca jpgl

2011-06-03 Thread Jean-Francois Moine
The following changes since commit c21fd1a8c68ce3f49b00caf10337169262cfb8ad: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 (2011-05-21 00:13:03 -0700) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git jpgl Jean-François Moine (1): v4l:

Re: [PATCH 00/14] Remove linux/version.h from most drivers/media

2011-06-26 Thread Jean-Francois Moine
On Sun, 26 Jun 2011 13:06:20 -0300 Mauro Carvalho Chehab mche...@redhat.com wrote: drivers/media/video/gspca/gspca.c | 12 +++--- Hi Mauro, I could not find the gspca.c changes in your patch set. Cheers. -- Ken ar c'hentañ | ** Breizh ha Linux atav! ** Jef

Re: [PATCH 00/14] Remove linux/version.h from most drivers/media

2011-06-27 Thread Jean-Francois Moine
On Sun, 26 Jun 2011 15:55:08 -0300 Mauro Carvalho Chehab mche...@redhat.com wrote: I'll move it to the right changeset at the version 2 of this series. Hi Mauro, I have some changes to the gspca.c patch - the version must stay 2.12.0 - the 'info' may be simplified: diff --git

Re: [PATCHv2 10/13] [media] gspca: don't include linux/version.h

2011-06-28 Thread Jean-Francois Moine
On Mon, 27 Jun 2011 23:17:34 -0300 Mauro Carvalho Chehab mche...@redhat.com wrote: Instead of handling a per-driver driver version, use the per-subsystem one. As reviewed by Jean-Francois Moine moin...@free.fr: - the 'info' may be simplified: Reviewed-by: Jean-Francois Moine moin

Re: [PATCH] [media] gspca/zc3xx: add usb_id for HP Premium Starter Cam

2011-07-02 Thread Jean-Francois Moine
On Sat, 2 Jul 2011 10:07:41 +0200 Wolfram Sang w.s...@pengutronix.de wrote: On Wed, Jun 15, 2011 at 02:16:42PM +0200, Wolfram Sang wrote: Signed-off-by: Wolfram Sang w.s...@pengutronix.de --- Ping. Who is picking this up? Anything to be done on my side? Sorry, I was a bit busy and I did

  1   2   3   4   >