From patchwork Sat Jul 23 11:24:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steffen Barszus X-Patchwork-Id: 1002122 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p6NBOZ5u005571 for ; Sat, 23 Jul 2011 11:24:36 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751991Ab1GWLYd (ORCPT ); Sat, 23 Jul 2011 07:24:33 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:56653 "EHLO mail-fx0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751712Ab1GWLYd (ORCPT ); Sat, 23 Jul 2011 07:24:33 -0400 Received: by fxd18 with SMTP id 18so6471908fxd.11 for ; Sat, 23 Jul 2011 04:24:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=tmrKKGvetHs9x6A53+/ploBKotjpREEzcK+4rsLpDBk=; b=OYCEL6FFBnfnAr0DSN8UszYJDnT+wNxOSH4E6RXXGDhYWdFP7VvBUXsx5R9vt2PDUQ XDc+eJsUFaiYrAMz3EHa45wLkoS67TWM6oIntb/vaNIujgfQ4ex9diFOSPM44E0ywUNA cjL7sNbwEaO7t40xXmCQCTmc6hcEz4RZh+a4g= Received: by 10.223.159.2 with SMTP id h2mr3665622fax.5.1311420271599; Sat, 23 Jul 2011 04:24:31 -0700 (PDT) Received: from grobi (p4FF2BA1B.dip.t-dialin.net [79.242.186.27]) by mx.google.com with ESMTPS id w15sm2578892faj.23.2011.07.23.04.24.30 (version=SSLv3 cipher=OTHER); Sat, 23 Jul 2011 04:24:31 -0700 (PDT) Date: Sat, 23 Jul 2011 13:24:37 +0200 From: Steffen Barszus To: Hans Petter Selasky Cc: "linux-media@vger.kernel.org" , Mauro Carvalho Chehab , "Igor M. Liplianin" , dkuhlen@gmx.net Subject: Re: [PATCH] Add support for PCTV452E. Message-ID: <20110723132437.7b8add2c@grobi> In-Reply-To: <201105242151.22826.hselasky@c2i.net> References: <201105242151.22826.hselasky@c2i.net> X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.1; i486-pc-linux-gnu) Mime-Version: 1.0 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.6 (demeter2.kernel.org [140.211.167.43]); Sat, 23 Jul 2011 11:24:36 +0000 (UTC) On Tue, 24 May 2011 21:51:22 +0200 Hans Petter Selasky wrote: > NOTES: > > Sources were taken from the following repositorium as of today: > http://mercurial.intuxication.org/hg/s2-liplianin/ > > And depend on the zig-zag fix posted today. Did a first test on the patch. [ 96.780040] usb 1-8: new high speed USB device using ehci_hcd and address 5 [ 97.376058] dvb_usb_pctv452e: Unknown symbol ttpci_eeprom_decode_mac (err 0) Looks like this patch didn't make it into patchwork - Mauro can you check that ? I think the patch for ttpci-eeprom.c is missing this: --- 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/drivers/media/dvb/ttpci/ttpci-eeprom.c.orig 2011-07-23 11:00:49.000000000 +0000 +++ linux/drivers/media/dvb/ttpci/ttpci-eeprom.c 2011-07-23 11:04:00.000000000 +0000 @@ -165,6 +165,7 @@ int ttpci_eeprom_parse_mac(struct i2c_ad } EXPORT_SYMBOL(ttpci_eeprom_parse_mac); +EXPORT_SYMBOL(ttpci_eeprom_decode_mac); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Ralph Metzler, Marcus Metzler, others");