Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161593
b: refs/heads/master
c: 58d0b2f
h: refs/heads/master
i:
  161591: 38919a2
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent bd27226 commit 0eedc67
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 89f0863c4225aaed2763f526815c54a9e1b0f788
refs/heads/master: 58d0b2f66e2495429bc7c4e7c8b0f02fe4a7c260
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/gspca/mr97310a.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,8 @@ static int start_cif_cam(struct gspca_dev *gspca_dev)
* Elta-Media 8212dc 0x23 T. Kaiser 1
* Philips dig. keych. 0x37 T. Kilgore 1
*/
if ((data[0] & 0x78) == 8 || (data[0] & 0x2) == 0x2)
if ((data[0] & 0x78) == 8 ||
((data[0] & 0x2) == 0x2 && data[0] != 0x53))
sd->sensor_type = 1;

PDEBUG(D_ERR, "Sensor type is %01x", sd->sensor_type);
Expand Down

0 comments on commit 0eedc67

Please sign in to comment.