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 Lamarque Vieira Souza
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 tree:

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] 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,

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

2009-07-21 Thread Lamarque Vieira Souza
Em Terça-feira 21 Julho 2009, Antoine Jacquet escreveu: Hi, 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

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

2009-07-21 Thread Lamarque Vieira Souza
Hi, I have made some changes to the patch: . added code to print an error message when buffer is too small to hold frame data, that is better than just a hard crash. Tested using MAX_FRAME_SIZE = 5, lots of error messages appeared in /var/log/messages but no crash. .

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

2009-07-20 Thread Lamarque Vieira Souza
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. OBS: I had to increase MAX_FRAME_SIZE to prevent a hard crash in my notebook (caps lock blinking) when