Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138257
b: refs/heads/master
c: 3da37e4
h: refs/heads/master
i:
  138255: 984ce2b
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent c472848 commit 24950ae
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: fadadb7d7ad1d6c09863fcf24f83e59f596201ed
refs/heads/master: 3da37e42baa8bd5953899ac078e36c97ba172e42
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/t613.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ static int sd_init(struct gspca_dev *gspca_dev)

sensor_id = (reg_r(gspca_dev, 0x06) << 8)
| reg_r(gspca_dev, 0x07);
switch (sensor_id) {
switch (sensor_id & 0xff0f) {
case 0x0801:
PDEBUG(D_PROBE, "sensor tas5130a");
sd->sensor = SENSOR_TAS5130A;
Expand Down

0 comments on commit 24950ae

Please sign in to comment.