Commit 8d3f6e35 authored by Jean-Francois Moine's avatar Jean-Francois Moine Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9871): gspca - vc032x: Bad detection of sensor mi0360.

parent 88521535
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}