The patch number 9283 was added via Erik Andr?n <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: [EMAIL PROTECTED] ------ From: Erik Andr?n <[EMAIL PROTECTED]> Correct typo and enable setting the gain on the mt9m111 sensor A typo was introduced during the gspca conversion, crippling the ability to control the gain on the mt9m111 sensor. Priority: normal Signed-off-by: Erik Andr?n <[EMAIL PROTECTED]> --- linux/drivers/media/video/gspca/m5602/m5602_mt9m111.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -r 161e6ebc1c5d -r 49601777cdbb linux/drivers/media/video/gspca/m5602/m5602_mt9m111.h --- a/linux/drivers/media/video/gspca/m5602/m5602_mt9m111.h Mon Oct 13 20:52:46 2008 +0200 +++ b/linux/drivers/media/video/gspca/m5602/m5602_mt9m111.h Mon Oct 13 21:00:35 2008 +0200 @@ -152,8 +152,8 @@ static struct m5602_sensor mt9m111 = { .default_value = DEFAULT_GAIN, .flags = V4L2_CTRL_FLAG_SLIDER }, - .set = mt9m111_set_hflip, - .get = mt9m111_get_hflip + .set = mt9m111_set_gain, + .get = mt9m111_get_gain } }, --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/49601777cdbb9f17a88bafb20e2705387a350967 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits