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

Commit 2b2c93ac authored by Sascha Sommer's avatar Sascha Sommer Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (6540): em28xx: fix failing autodetection after the reboot



The attached patch is required so that the autodetecion code also works after
a reboot.

Setting the I2C speed does not seem to be supported for em2800.

Signed-off-by: default avatarSascha Sommer <saschasommer@freenet.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 8a756010
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@ static int em28xx_config(struct em28xx *dev)
{

	/* Sets I2C speed to 100 KHz */
	if (!dev->is_em2800)
		em28xx_write_regs_req(dev, 0x00, 0x06, "\x40", 1);

	/* enable vbi capturing */