[media] ivtv-i2c: Don't use IR legacy mode for Zilog IR
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 30 Dec 2010 13:25:12 +0000 (10:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 30 Dec 2010 14:17:10 +0000 (12:17 -0200)
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>
drivers/media/video/ivtv/ivtv-i2c.c

index bf0d35a..2bed430 100644 (file)
@@ -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
        };