This patch series address some issues at sn9c20x driver. The first patch double checks if an ov9650 is really present, by reading its ID registers. The second patch is just a cleanup, replacing the magic numbers used inside the device structure by macros, making easier to read the scale logic inside the driver. The third patch is a regression fix, caused by git commit 35680baa6822d. It should be sent to stable, in order to fix the regression on stable kernels. It is basically the same bug that happened with PS3 Eyecam, caused by an extra bandwidth reservation done by gspca core, when a device has microphones. Mauro Carvalho Chehab (3): [media] gspca/sn9c20x: Test if sensor is really a ov9650 [media] gspca/sn9c20x: Get rid of scale "magic" numbers [media] gspca/sn9c20x: Fix regression o SXGA mode drivers/media/video/gspca/gspca.c | 4 +- drivers/media/video/gspca/gspca.h | 1 + drivers/media/video/gspca/sn9c20x.c | 68 ++++++++++++++++++++++------------- 3 files changed, 46 insertions(+), 27 deletions(-) -- 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