On Thu, Aug 22, 2013 at 3:23 PM, Mauro Carvalho Chehab <m.chehab@xxxxxxxxxxx> wrote: > Em Thu, 22 Aug 2013 14:47:33 -0300 > Javier Búcar <jbucar@xxxxxxxxxxxxxxxxxxxxxx> escreveu: > >> Hello Mauro, we have the bad commit: >> >> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=173a64cb3fcff1993b2aa8113e53fd379f6a968f >> >> This is a very big commit. I don't known where to fix it. Can you help >> me on fixing it > > Hmm.... So, the error is on this patch? > > author Patrick Boettcher <pboettcher@xxxxxxxxxxxxxx> 2013-04-22 15:45:52 (GMT) > [media] dib8000: enhancement > > The intend of this patch is to improve the support of the dib8000. > > Signed-off-by: Olivier Grenie <olivier.grenie@xxxxxxxxxx> > Signed-off-by: Patrick Boettcher <patrick.boettcher@xxxxxxxxxx> > Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> > > If so, then we need either Olivier or Patrick's help, as I don't have any > documentation about the dib8000 chips. > > You can still take a look there at the code that checks for the > chipset version, like: > if (state->revision == 0x8090) { > <some code for newer version> > } else { > <some code for the old version> > } > > If the code for the old version remains the same as before the patch. > Where it doesn't remains the same, then it could be the source of the > troubles. > > I suggest you to check what state->revision shows on your specific device, > in order to do such analysis. > > I'll try latter to do some tests with the devices I have, but this could > take some time, as I'm really busy those days. The PixelView DiB8000B revision is: Vendor ID: 0x1b3 Product ID: 0x8001 Thanks and regards... -- 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