Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226328
b: refs/heads/master
c: f2c5d92
h: refs/heads/master
v: v3
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 1483f31 commit b30986b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: efd3769269f2ef9a0ad452ea8298b3edcb2f5a62
refs/heads/master: f2c5d92ecd4c69a4f86e76d19cb7663f2ebf4781
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/sq930x.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ static int sd_init(struct gspca_dev *gspca_dev)
if (sd->sensor == SENSOR_MI0360) {

/* no sensor probe for icam tracer */
if (gspca_dev->usb_buf[5] == 0xf6) /* if CMOS */
if (gspca_dev->usb_buf[5] == 0xf6) /* if ccd */
sd->sensor = SENSOR_ICX098BQ;
else
cmos_probe(gspca_dev);
Expand Down

0 comments on commit b30986b

Please sign in to comment.