aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/vc032x.c
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2009-02-28 06:23:25 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:03 -0400
commitf985c7006756cb7da452815d4bf040c02decd044 (patch)
tree5f01cafa8d26cc360278935e30d59ea49b3cbc0a /drivers/media/video/gspca/vc032x.c
parent253bae5748010e218539603f1ec18f7fc6a03002 (diff)
V4L/DVB (10788): gspca - vc032x: Bad matrix for sensor mi1310_soc.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/vc032x.c')
-rw-r--r--drivers/media/video/gspca/vc032x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/vc032x.c b/drivers/media/video/gspca/vc032x.c
index 9f3d9f104e6e..ca96cbc98794 100644
--- a/drivers/media/video/gspca/vc032x.c
+++ b/drivers/media/video/gspca/vc032x.c
@@ -2277,7 +2277,7 @@ static int sd_start(struct gspca_dev *gspca_dev)
2277 break; 2277 break;
2278 case SENSOR_MI1310_SOC: 2278 case SENSOR_MI1310_SOC:
2279 GammaT = mi1320_gamma; 2279 GammaT = mi1320_gamma;
2280 MatrixT = mi0360_matrix; 2280 MatrixT = mi1320_matrix;
2281 switch (mode) { 2281 switch (mode) {
2282 case 1: 2282 case 1:
2283 init = mi1310_socinitQVGA_JPG; /* 320x240 */ 2283 init = mi1310_socinitQVGA_JPG; /* 320x240 */