Created attachment 22209 [details] resolution patch I have a DV-T300, and it's not fully supported at the current state of the kernel. The resolution of the camera differs. I have ported a patch to 2.6.29, that solves the resolution problem, but the driver freezes after a few seconds. With 2.6.30 the driver isn't work at all. Cheese and Ekiga just don't recognize the camera (I have another camera that works flawlessly).
Created attachment 22210 [details] mail thread with the original developer of zr364xx driver I've attached the mail thread with the original developer of zr364xx driver
It's quite painful to handle patches via bugzilla. Could you resend it via email please? Documentation/SubmittingPatches has some details. Suitable recipients are Mauro Carvalho Chehab <mchehab@infradead.org> Andrew Morton <akpm@linux-foundation.org> linux-media@vger.kernel.org Thanks.
I don't have my kernel tree with me (I'm at vacation atm.). The patch is made with only the -uN options, but I can make a new one on Friday (if needed). Thanks for the help! On Mon, Jul 20, 2009 at 21:49, <bugzilla-daemon@bugzilla.kernel.org> wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=13708 > > > Andrew Morton <akpm@linux-foundation.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |akpm@linux-foundation.org > > > > > --- Comment #2 from Andrew Morton <akpm@linux-foundation.org> 2009-07-20 > 19:49:22 --- > It's quite painful to handle patches via bugzilla. Could you resend it via > email please? Documentation/SubmittingPatches has some details. > > Suitable recipients are > > Mauro Carvalho Chehab <mchehab@infradead.org> > Andrew Morton <akpm@linux-foundation.org> > linux-media@vger.kernel.org > > Thanks. > > -- > Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You reported the bug. >
On Mon, 20 Jul 2009 22:37:08 +0200 Bal__zs H__morszky <balihb@gmail.com> wrote: > I don't have my kernel tree with me (I'm at vacation atm.). The patch > is made with only the -uN options, but I can make a new one on Friday > (if needed). > The patch doesn't apply to current kernels and fixing it looks non-trivial. There's no hurry - please email us a complete (tested, changelogged, signed-off) patch when you have time to get onto it, thanks.
Andrew Morton wrote: > The patch doesn't apply to current kernels and fixing it looks non-trivial. I've attached a patch against the latest git tree. > There's no hurry - please email us a complete (tested, changelogged, > signed-off) patch when you have time to get onto it, thanks. I can't test it. The patch worked partially with kernel 2.6.29, but I can't get it working with 2.6.30. With 2.6.29 the driver dies after a few seconds, but with 2.6.30 the programs won't detect the camera. Also I only ported the patch to later kernels. I'm not the one who made it. The patch is originally from the creator of the driver. I also don't know how v4l works, so I have no idea how to fix the patch.
Created attachment 24059 [details] working patch against 2.6.32 This patch finally works. It should be included in the mainline kernel asap, as currently zr364xx only pseudo support dv-t300. With this patch it is supported completely.