mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
[media] gspca - zc3xx: Lack of register 08 value for sensor cs2102k
The line defining the value of the register 08 for the sensor cs2102k was
commented by error in commit 30c73d46
.
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
d9ef28a915
commit
a2816edaac
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user