Skip to content

Commit

Permalink
[media] gspca - zc3xx: Lack of register 08 value for sensor cs2102k
Browse files Browse the repository at this point in the history
The line defining the value of the register 08 for the sensor cs2102k was
commented by error in commit 30c73d4.

Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Mar 20, 2012
1 parent d9ef28a commit a2816ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/zc3xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -6562,7 +6562,7 @@ static int sd_init(struct gspca_dev *gspca_dev)
static const u8 reg08_tb[SENSOR_MAX] = {
[SENSOR_ADCM2700] = 1,
[SENSOR_CS2102] = 3,
/* [SENSOR_CS2102K] = 3, */
[SENSOR_CS2102K] = 3,
[SENSOR_GC0303] = 2,
[SENSOR_GC0305] = 3,
[SENSOR_HDCS2020] = 1,
Expand Down

0 comments on commit a2816ed

Please sign in to comment.