Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-07-17 Thread Antoine Jacquet
Hi, Lamarque Vieira Souza wrote: Em Quinta-feira 16 Julho 2009, Mauro Carvalho Chehab escreveu: Em Wed, 15 Jul 2009 20:54:55 -0300 [...] + if (pipe_info-state != 0) { + if (usb_submit_urb(pipe_info-stream_urb, GFP_KERNEL)) + dev_err(cam-udev-dev,

Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-07-16 Thread Antoine Jacquet
Thanks, I successfully applied your patch and tested it with mplayer. However I have the following trace each time I capture a frame: [ 523.477064] BUG: scheduling while atomic: swapper/0/0x1001 [ 523.477390] Modules linked in: zr364xx videodev v4l1_compat v4l2_compat_ioctl32

Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-07-16 Thread Lamarque Vieira Souza
Em Quinta-feira 16 Julho 2009, Antoine Jacquet escreveu: Thanks, I successfully applied your patch and tested it with mplayer. However I have the following trace each time I capture a frame: No, I do not have this problem neither in 2.6.28 (vanilla), 2.6.29.3 (vanilla source and

Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-07-16 Thread Mauro Carvalho Chehab
Em Wed, 15 Jul 2009 20:54:55 -0300 Lamarque Vieira Souza lamar...@gmail.com escreveu: This patch implements V4L2_CAP_STREAMING for the zr364xx driver, by converting the driver to use videobuf. This version is synced with v4l-dvb as of 15/Jul/2009. Tested with Creative PC-CAM 880. It

RE: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-07-16 Thread Karicheri, Muralidharan
: Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver Em Wed, 15 Jul 2009 20:54:55 -0300 Lamarque Vieira Souza lamar...@gmail.com escreveu: This patch implements V4L2_CAP_STREAMING for the zr364xx driver, by converting the driver to use videobuf. This version is synced with v4l- dvb

Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-07-16 Thread Lamarque Vieira Souza
Em Quinta-feira 16 Julho 2009, Mauro Carvalho Chehab escreveu: Em Wed, 15 Jul 2009 20:54:55 -0300 Lamarque Vieira Souza lamar...@gmail.com escreveu: This patch implements V4L2_CAP_STREAMING for the zr364xx driver, by converting the driver to use videobuf. This version is synced with

Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-07-15 Thread Antoine Jacquet
Hi, Sorry for the very late answer, I did not have time to work on my driver during the past months. I managed to apply your patch to my current hg tree, but since it is 5 months out of sync with the main tree, I am having issues to merge your work. Could you send a patch against the current

[PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-07-15 Thread Lamarque Vieira Souza
This patch implements V4L2_CAP_STREAMING for the zr364xx driver, by converting the driver to use videobuf. This version is synced with v4l-dvb as of 15/Jul/2009. Tested with Creative PC-CAM 880. It basically: . implements V4L2_CAP_STREAMING using videobuf; . re-implements V4L2_CAP_READWRITE

Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-07-11 Thread Lamarque Vieira Souza
Hi guys. Any news about this patch? I really think is important to make zr364xx driver works with libv4l, mplayer, kopete and skype. Maintaining this patch out of tree is also troublesome for me, I would really appreciate if you could add it to the tree. If there is any problem with the

Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-07-02 Thread Lamarque Vieira Souza
Hi all, I have noticed the patch mentioned in the subject was not included in 2.6.30. Do you plan to add it to 2.6.31? Em Saturday 28 March 2009, Lamarque Vieira Souza escreveu: This patch implements V4L2_CAP_STREAMING for the zr364xx driver, by converting the driver to use

[PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-03-28 Thread Lamarque Vieira Souza
This patch implements V4L2_CAP_STREAMING for the zr364xx driver, by converting the driver to use videobuf. Tested with Creative PC-CAM 880. It basically: . implements V4L2_CAP_STREAMING using videobuf; . re-implements V4L2_CAP_READWRITE using videobuf; . copies cam-udev-product to the card

Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-03-28 Thread Lamarque Vieira Souza
Em Saturday 28 March 2009, Hans de Goede escreveu: On 03/28/2009 11:11 AM, Lamarque Vieira Souza wrote: This patch implements V4L2_CAP_STREAMING for the zr364xx driver, by converting the driver to use videobuf. Tested with Creative PC-CAM 880. It basically: . implements