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

Commit 8a6334fc authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] ivtv-i2c: Don't use IR legacy mode for Zilog IR



The Zilog IR entries are already handled by IR new code. So,
remove its usage from the legacy IR support.

Acked-by: default avatarAndy Walls <awalls@md.metrocast.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent e1e2c575
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -253,7 +253,6 @@ struct i2c_client *ivtv_i2c_new_ir_legacy(struct ivtv *itv)
	const unsigned short addr_list[] = {
		0x1a,	/* Hauppauge IR external - collides with WM8739 */
		0x18,	/* Hauppauge IR internal */
		0x71,	/* Hauppauge IR (PVR150) */
		I2C_CLIENT_END
	};