Commit 77880ba3 authored by Jean-Francois Moine's avatar Jean-Francois Moine Committed by Mauro Carvalho Chehab

V4L/DVB (13922): gspca - zc3xx: Switch off the LED on resume.

Signed-off-by: default avatarJean-Francois Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a20622f0
...@@ -6768,14 +6768,13 @@ static int sd_config(struct gspca_dev *gspca_dev, ...@@ -6768,14 +6768,13 @@ static int sd_config(struct gspca_dev *gspca_dev,
break; break;
} }
/* switch the led off */
reg_w(gspca_dev->dev, 0x01, 0x0000);
return 0; return 0;
} }
/* this function is called at probe and resume time */ /* this function is called at probe and resume time */
static int sd_init(struct gspca_dev *gspca_dev) static int sd_init(struct gspca_dev *gspca_dev)
{ {
/* switch off the led */
reg_w(gspca_dev->dev, 0x01, 0x0000); reg_w(gspca_dev->dev, 0x01, 0x0000);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment