On Thu, 23 Apr 2009 10:19:48 -0300 Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> wrote: > > > > changeset: 11571:c3ae07c7c476 > > > > gspca - tp6800: New subdriver with webcam 06a2:0003. > > + .sizeimage = 320 * 240 + 590, > > Hmm... this looks weird! Why do you need to add 590 bytes here? Yes, there are problems in this driver, but it is working! Anders, may you change the 'sizeimage's to: .sizeimage = 320 * 240 * 3 / 8 + 590, and .sizeimage = 640 * 480 * 3 / 8 + 590, Cheers. -- Ken ar c'hentañ | ** Breizh ha Linux atav! ** Jef | http://moinejf.free.fr/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html