From patchwork Thu Dec 30 13:29:12 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 440591 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBUMBEna000490 for ; Thu, 30 Dec 2010 22:12:58 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751363Ab0L3N3X (ORCPT ); Thu, 30 Dec 2010 08:29:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28699 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751247Ab0L3N3W (ORCPT ); Thu, 30 Dec 2010 08:29:22 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oBUDTKsM018176 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 30 Dec 2010 08:29:20 -0500 Received: from [10.11.8.93] (vpn-8-93.rdu.redhat.com [10.11.8.93]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oBUDTFW3003821 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 30 Dec 2010 08:29:17 -0500 Message-ID: <4D1C8928.1060200@redhat.com> Date: Thu, 30 Dec 2010 11:29:12 -0200 From: Mauro Carvalho Chehab User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7 MIME-Version: 1.0 To: Andy Walls CC: Linux Media Mailing List Subject: Re: [PATCH 3/4] [media] ivtv: Add Adaptec Remote Controller References: <20101230094509.2ecbf089@gaivota> <1293713183.2056.31.camel@morgan.silverblock.net> In-Reply-To: <1293713183.2056.31.camel@morgan.silverblock.net> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 30 Dec 2010 22:12:58 +0000 (UTC) diff --git a/drivers/media/video/ivtv/ivtv-i2c.c b/drivers/media/video/ivtv/ivtv-i2c.c index fb0ac68..d121389 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 };