diff options
author | Erik Andrén <erik.andren@gmail.com> | 2008-10-13 21:00:35 +0200 |
---|---|---|
committer | Erik Andrén <erik.andren@gmail.com> | 2008-10-13 21:00:35 +0200 |
commit | ef3a3a87584f0854b2296e325e6828511c96d4f1 (patch) | |
tree | 2045ec5c2fc9a40d46afdb992e42d38ff379ba95 /linux/drivers/media/video/gspca/m5602 | |
parent | 1cd0b861c6cca9a405b3ecc888376ddccef33d1e (diff) | |
download | mediapointer-dvb-s2-ef3a3a87584f0854b2296e325e6828511c96d4f1.tar.gz mediapointer-dvb-s2-ef3a3a87584f0854b2296e325e6828511c96d4f1.tar.bz2 |
Correct typo and enable setting the gain on the mt9m111 sensor
From: Erik Andrén <erik.andren@gmail.com>
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 <erik.andren@gmail.com>
Diffstat (limited to 'linux/drivers/media/video/gspca/m5602')
-rw-r--r-- | linux/drivers/media/video/gspca/m5602/m5602_mt9m111.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/gspca/m5602/m5602_mt9m111.h b/linux/drivers/media/video/gspca/m5602/m5602_mt9m111.h index 79a5d8878..41c78f993 100644 --- a/linux/drivers/media/video/gspca/m5602/m5602_mt9m111.h +++ b/linux/drivers/media/video/gspca/m5602/m5602_mt9m111.h @@ -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 } }, |