[PULL] http://linuxtv.org/hg/~ajacquet/v4l-dvb/

2009-11-19 Thread Antoine Jacquet
Mauro, Please pull from http://linuxtv.org/hg/~ajacquet/v4l-dvb for the following changeset: 01/01: zr364xx: add support for Trust pow...@m 910Z http://linuxtv.org/hg/~ajacquet/v4l-dvb?cmd=changeset;node=5330c38995e6 Documentation/video4linux/zr364xx.txt |1 +

[PULL] http://linuxtv.org/hg/~ajacquet/v4l-dvb/

2009-12-27 Thread Antoine Jacquet
Mauro, Please pull from http://linuxtv.org/hg/~ajacquet/v4l-dvb for the following changeset: 01/01: zr364xx: fix support for Aiptek DV T300 http://linuxtv.org/hg/~ajacquet/v4l-dvb?cmd=changeset;node=f38801e0dfeb zr364xx.c | 37 +++-- 1 file changed, 35

[PULL] http://linuxtv.org/hg/~ajacquet/v4l-dvb/

2009-01-17 Thread Antoine Jacquet
Mauro, Please pull from http://linuxtv.org/hg/~ajacquet/v4l-dvb/ for the following changeset: 01/01: zr364xx: add support for Aiptek DV T300 http://linuxtv.org/hg/~ajacquet/v4l-dvb/?cmd=changeset;node=be8e42c9b9f7 Documentation/video4linux/zr364xx.txt |1 + drivers/media/video/zr364xx.c

Re: zr364xx: Aiptek DV8800 (neo): 08ca:2062: Fails on subsequent zr364xx_open()

2010-02-11 Thread Antoine Jacquet
Hi Thomas, Looks like the device does not like to be fed with the (full) init METHOD2 on every open()... Since the VIDIOC_QUERYCAP worked it should not be the wrong METHOD. Someone reported similar behavior recently, and was apparently able to fix the issue by adding more delay between

Re: zr364xx: Aiptek DV8800 (neo): 08ca:2062: Fails on subsequent zr364xx_open()

2010-02-14 Thread Antoine Jacquet
Hi, Someone reported similar behavior recently, and was apparently able to fix the issue by adding more delay between open/close sequences. No search tags to find it on the list, can You remember device model? Yes, this was an off-list discussion, available here:

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

Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-07-16 Thread Antoine Jacquet
DRIVER_VERSION v0.73 +#define ZR364_VERSION_CODE KERNEL_VERSION(0, 7, 3) #define DRIVER_AUTHOR Antoine Jacquet, http://royale.zerezo.com/; #define DRIVER_DESC Zoran 364xx /* Camera */ -#define FRAMES 2 +#define FRAMES 1 #define MAX_FRAME_SIZE 10 #define BUFFER_SIZE 0x1000 #define

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,

[PULL] http://linuxtv.org/hg/~ajacquet/v4l-dvb/

2009-07-17 Thread Antoine Jacquet
Mauro, Please pull from http://linuxtv.org/hg/~ajacquet/v4l-dvb for the following changeset: 01/01: zr364xx: implement V4L2_CAP_STREAMING http://linuxtv.org/hg/~ajacquet/v4l-dvb?cmd=changeset;node=3d99e4f816e5 zr364xx.c | 1209 +-

Re: [PATCH] Implement changing resolution on the fly for zr364xx driver

2009-07-21 Thread Antoine Jacquet
Hi, This patch implements changing resolution in zr364xx_vidioc_s_fmt_vid_cap for zr364xx driver. This version is synced with v4l-dvb as of 20/Jul/2009. Tested with Creative PC-CAM 880. Nice, I successfully tested your patch with 2 compatible webcams. From the users feedbacks I had before,

[PULL] http://linuxtv.org/hg/~ajacquet/v4l-dvb/

2009-07-21 Thread Antoine Jacquet
Mauro, Please pull from http://linuxtv.org/hg/~ajacquet/v4l-dvb for the following changeset: 01/01: Implement changing resolution on the fly for zr364xx driver http://linuxtv.org/hg/~ajacquet/v4l-dvb?cmd=changeset;node=ebb57057cf4d zr364xx.c | 65

Re: [PATCH] Implement changing resolution on the fly for zr364xx driver

2009-07-22 Thread Antoine Jacquet
Hi, Lamarque Vieira Souza wrote: I have made some changes to the patch: Since I already included your previous patch and sent a pull request to Mauro, could you send a patch against my current tree: http://linuxtv.org/hg/~ajacquet/zr364xx/ Thanks, Antoine -- Antoine

Re: [PATCH] Implement changing resolution on the fly for zr364xx driver

2009-07-22 Thread Antoine Jacquet
Hi, Lamarque Vieira Souza wrote: Em Quarta-feira 22 Julho 2009, Antoine Jacquet escreveu: Hi, Lamarque Vieira Souza wrote: I have made some changes to the patch: Since I already included your previous patch and sent a pull request to Mauro, could you send a patch against my current

Re: [PATCH] zr364: wrong indexes

2009-08-13 Thread Antoine Jacquet
Hi, You are right, thanks for fixing this bug. I have pushed your patch to my tree. Best regards, Antoine Roel Kluin wrote: The order of indexes is reversed Signed-off-by: Roel Kluin roel.kl...@gmail.com --- Right? diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c

[PULL] http://linuxtv.org/hg/~ajacquet/v4l-dvb/

2009-08-13 Thread Antoine Jacquet
Mauro, Please pull from http://linuxtv.org/hg/~ajacquet/v4l-dvb for the following changeset: 01/01: zr364: wrong indexes http://linuxtv.org/hg/~ajacquet/v4l-dvb?cmd=changeset;node=56f5d8896c84 zr364xx.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, Antoine -- To