aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-12-30 10:25:12 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-30 12:17:10 -0200
commit8a6334fc91de3f58bbd3051d6f088e7f71a3becd (patch)
tree07590df9198ebdf28dada25b206a639b6b3ea5f4
parent[media] ivtv: Add Adaptec Remote Controller (diff)
downloadlinux-dev-8a6334fc91de3f58bbd3051d6f088e7f71a3becd.tar.xz
linux-dev-8a6334fc91de3f58bbd3051d6f088e7f71a3becd.zip
[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>
-rw-r--r--drivers/media/video/ivtv/ivtv-i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-i2c.c b/drivers/media/video/ivtv/ivtv-i2c.c
index bf0d35affe0b..2bed4309c16b 100644
--- a/drivers/media/video/ivtv/ivtv-i2c.c
+++ b/drivers/media/video/ivtv/ivtv-i2c.c
@@ -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
};