Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent a20622f0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -6768,14 +6768,13 @@ static int sd_config(struct gspca_dev *gspca_dev,
		break;
	}

	/* switch the led off */
	reg_w(gspca_dev->dev, 0x01, 0x0000);
	return 0;
}

/* this function is called at probe and resume time */
static int sd_init(struct gspca_dev *gspca_dev)
{
	/* switch off the led */
	reg_w(gspca_dev->dev, 0x01, 0x0000);
	return 0;
}