Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

-1
-1
drivers/media/video/ivtv/ivtv-i2c.c
··· 253 253 const unsigned short addr_list[] = { 254 254 0x1a, /* Hauppauge IR external - collides with WM8739 */ 255 255 0x18, /* Hauppauge IR internal */ 256 - 0x71, /* Hauppauge IR (PVR150) */ 257 256 I2C_CLIENT_END 258 257 }; 259 258