From patchwork Wed Dec 2 03:58:36 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarod Wilson X-Patchwork-Id: 64093 X-Patchwork-Delegate: dougsland@redhat.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nB23v4t4016614 for ; Wed, 2 Dec 2009 03:57:05 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755066AbZLBD4v (ORCPT ); Tue, 1 Dec 2009 22:56:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754364AbZLBD4v (ORCPT ); Tue, 1 Dec 2009 22:56:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26571 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754015AbZLBD4u (ORCPT ); Tue, 1 Dec 2009 22:56:50 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nB23uvML002008 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 1 Dec 2009 22:56:57 -0500 Received: from patchwork.usersys.redhat.com (dell-pe1800-02.lab.bos.redhat.com [10.16.42.196]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nB23uuwL013472; Tue, 1 Dec 2009 22:56:57 -0500 Received: by patchwork.usersys.redhat.com (Postfix, from userid 10564) id C3153A8598B; Tue, 1 Dec 2009 22:58:36 -0500 (EST) Date: Tue, 1 Dec 2009 22:58:36 -0500 From: Jarod Wilson To: linux-media@vger.kernel.org Cc: awilliam@redhat.com Subject: [PATCH] bttv: add i2c addr for old WinTV card to IR probe list Message-ID: <20091202035836.GA2033@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-08-17) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org diff -r e0cd9a337600 linux/drivers/media/video/bt8xx/bttv-i2c.c --- a/linux/drivers/media/video/bt8xx/bttv-i2c.c Sun Nov 29 12:08:02 2009 -0200 +++ b/linux/drivers/media/video/bt8xx/bttv-i2c.c Tue Dec 01 11:23:17 2009 -0500 @@ -423,7 +423,7 @@ That's why we probe 0x1a (~0x34) first. CB */ const unsigned short addr_list[] = { - 0x1a, 0x18, 0x4b, 0x64, 0x30, + 0x1a, 0x18, 0x4b, 0x64, 0x30, 0x71, I2C_CLIENT_END };