Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192833
b: refs/heads/master
c: f0dbf82
h: refs/heads/master
i:
  192831: 7a5fe2f
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent 70870d2 commit 6b9534d
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: 436c2c533a2a2f98d95347f4d5b4022becb046f6
refs/heads/master: f0dbf82bf1ff97c24af228328fb21c93fcfcb983
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/sn9c102/sn9c102_hv7131d.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ int sn9c102_probe_hv7131d(struct sn9c102_device* cam)
if (err || r0 < 0 || r1 < 0)
return -EIO;

if (r0 != 0x00 || r1 != 0x04)
if ((r0 != 0x00 && r0 != 0x01) || r1 != 0x04)
return -ENODEV;

sn9c102_attach_sensor(cam, &hv7131d);
Expand Down

0 comments on commit 6b9534d

Please sign in to comment.