Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271905
b: refs/heads/master
c: 6507b42
h: refs/heads/master
i:
  271903: ef69bac
v: v3
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Sep 24, 2011
1 parent a637d27 commit 5ab0188
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 3e12950d86d695bdaf762476446a60ed5073eedc
refs/heads/master: 6507b4232c2e136ccc338c3ed5c2f54b32b961b7
6 changes: 4 additions & 2 deletions trunk/drivers/media/video/gspca/spca1528.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ static int sd_config(struct gspca_dev *gspca_dev,
sd->color = COLOR_DEF;
sd->sharpness = SHARPNESS_DEF;

gspca_dev->nbalt = 4; /* use alternate setting 3 */

return 0;
}

Expand Down Expand Up @@ -353,6 +351,10 @@ static int sd_isoc_init(struct gspca_dev *gspca_dev)
reg_r(gspca_dev, 0x25, 0x0004, 1);
reg_wb(gspca_dev, 0x27, 0x0000, 0x0000, 0x06); /* 420 */
reg_r(gspca_dev, 0x27, 0x0000, 1);

/* not useful..
gspca_dev->alt = 4; * use alternate setting 3 */

return gspca_dev->usb_err;
}

Expand Down

0 comments on commit 5ab0188

Please sign in to comment.