Skip to content

Commit

Permalink
V4L/DVB (9871): gspca - vc032x: Bad detection of sensor mi0360.
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 8852153 commit 8d3f6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/vc032x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,7 @@ static int vc032x_probe_sensor(struct gspca_dev *gspca_dev)
/* special case for MI0360 */
if (ptsensor_info->sensorId == SENSOR_MI1310_SOC
&& value == 0x8243)
return ptsensor_info->sensorId;
return SENSOR_MI0360;
}
return -1;
}
Expand Down

0 comments on commit 8d3f6e3

Please sign in to comment.