From patchwork Thu Mar 26 14:12:07 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 14545 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 n2QECIG8025080 for ; Thu, 26 Mar 2009 14:12:18 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753973AbZCZOMS (ORCPT ); Thu, 26 Mar 2009 10:12:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753462AbZCZOMS (ORCPT ); Thu, 26 Mar 2009 10:12:18 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:41886 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753973AbZCZOMR (ORCPT ); Thu, 26 Mar 2009 10:12:17 -0400 Received: from 200.220.139.66.nipcable.com ([200.220.139.66] helo=pedra.chehab.org) by bombadil.infradead.org with esmtpsa (Exim 4.69 #1 (Red Hat Linux)) id 1LmqJY-0005jc-ET; Thu, 26 Mar 2009 14:12:13 +0000 Date: Thu, 26 Mar 2009 11:12:07 -0300 From: Mauro Carvalho Chehab To: Mike Isely Cc: isely@isely.net, linux-media@vger.kernel.org Subject: Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2 Message-ID: <20090326111207.7b8a1336@pedra.chehab.org> In-Reply-To: References: X-Mailer: Claws Mail 3.3.1 (GTK+ 2.10.4; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Tue, 24 Mar 2009 23:07:02 -0500 (CDT) Mike Isely wrote: > > Mauro: > > Please pull from http://linuxtv.org/hg/~mcisely/pvrusb2 for a large > collection of pvrusb2 changesets (see below). You forgot to add pvrusb2-cs53l32a.o on your Makefile. I'll add it and merge with the correspond patch that added this patch, to avoid bisect breakage. Cheers, Mauro. Cheers, Mauro --- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux-2.6.29.noarch.orig/drivers/media/video/pvrusb2/Makefile +++ linux-2.6.29.noarch/drivers/media/video/pvrusb2/Makefile @@ -10,6 +10,7 @@ pvrusb2-objs := pvrusb2-i2c-core.o \ pvrusb2-ctrl.o pvrusb2-std.o pvrusb2-devattr.o \ pvrusb2-context.o pvrusb2-io.o pvrusb2-ioread.o \ pvrusb2-cx2584x-v4l.o pvrusb2-wm8775.o \ + pvrusb2-cs53l32a.o \ $(obj-pvrusb2-dvb-y) \ $(obj-pvrusb2-sysfs-y) $(obj-pvrusb2-debugifc-y)