Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226327
b: refs/heads/master
c: efd3769
h: refs/heads/master
i:
  226325: c744541
  226323: 5f56e72
  226319: d918d30
v: v3
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent f7182e0 commit 1483f31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ebd17946448df50b9082412d09955c87a112721
refs/heads/master: efd3769269f2ef9a0ad452ea8298b3edcb2f5a62
7 changes: 7 additions & 0 deletions trunk/drivers/media/video/gspca/sq930x.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,13 @@ static void cmos_probe(struct gspca_dev *gspca_dev)
return;
}
sd->sensor = probe_order[i];
switch (sd->sensor) {
case SENSOR_OV7660:
case SENSOR_OV9630:
err("Sensor %s not yet treated", sensor_tb[sd->sensor].name);
gspca_dev->usb_err = -EINVAL;
break;
}
}

static void mt9v111_init(struct gspca_dev *gspca_dev)
Expand Down

0 comments on commit 1483f31

Please sign in to comment.