Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137907
b: refs/heads/master
c: 5899c75
h: refs/heads/master
i:
  137905: e04492b
  137903: 6d9d22a
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 3392c83 commit 2a32602
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: ac829d62eeb5440899f0f034a9f756c2296105a5
refs/heads/master: 5899c75f0252552f3683e9bba2f2680ea69f76b3
10 changes: 0 additions & 10 deletions trunk/drivers/media/video/gspca/vc032x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2072,14 +2072,6 @@ static void usb_exchange(struct gspca_dev *gspca_dev,
/*not reached*/
}

static void vc0321_reset(struct gspca_dev *gspca_dev)
{
reg_w(gspca_dev->dev, 0xa0, 0x00, 0xb04d);
reg_w(gspca_dev->dev, 0xa0, 0x01, 0xb301);
msleep(100);
reg_w(gspca_dev->dev, 0xa0, 0x01, 0xb003);
msleep(100);
}

/* this function is called at probe time */
static int sd_config(struct gspca_dev *gspca_dev,
Expand All @@ -2092,8 +2084,6 @@ static int sd_config(struct gspca_dev *gspca_dev,

cam = &gspca_dev->cam;
sd->bridge = id->driver_info;

vc0321_reset(gspca_dev);
sensor = vc032x_probe_sensor(gspca_dev);
switch (sensor) {
case -1:
Expand Down

0 comments on commit 2a32602

Please sign in to comment.