From patchwork Sun Feb 6 17:07:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ville_Skytt=C3=A4?= X-Patchwork-Id: 12861 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.69) (envelope-from ) id 1Pm85Q-0004Wf-C2 for vdr@linuxtv.org; Sun, 06 Feb 2011 18:07:44 +0100 X-tubIT-Incoming-IP: 213.243.153.189 Received: from filtteri6.pp.htv.fi ([213.243.153.189]) by mail.tu-berlin.de (exim-4.74/mailfrontend-d) with esmtp for id 1Pm85P-0004oD-37; Sun, 06 Feb 2011 18:07:44 +0100 Received: from localhost (localhost [127.0.0.1]) by filtteri6.pp.htv.fi (Postfix) with ESMTP id 877B556E1CC for ; Sun, 6 Feb 2011 19:07:43 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at pp.htv.fi Received: from smtp4.welho.com ([213.243.153.38]) by localhost (filtteri6.pp.htv.fi [213.243.153.189]) (amavisd-new, port 10024) with ESMTP id fy29m13VqlF1 for ; Sun, 6 Feb 2011 19:07:42 +0200 (EET) Received: from viper.bobcat.mine.nu (cs181085020.pp.htv.fi [82.181.85.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp4.welho.com (Postfix) with ESMTPS id CCE815BC010 for ; Sun, 6 Feb 2011 19:07:42 +0200 (EET) Message-ID: <4D4ED55E.7070508@iki.fi> Date: Sun, 06 Feb 2011 19:07:42 +0200 From: =?ISO-8859-1?Q?Ville_Skytt=E4?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; 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: VDR Mailing List References: <4D4EA7A7.6080502@iki.fi> <4D4ECC6C.9010109@helmutauer.de> In-Reply-To: <4D4ECC6C.9010109@helmutauer.de> X-Enigmail-Version: 1.1.2 X-PMX-Version: 5.5.5.374460, Antispam-Engine: 2.7.1.369594, Antispam-Data: 2011.2.6.165418 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' MIME_TEXT_ONLY_MP_MIXED 0.05, MSGID_ADDED_BY_MTA 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1600_1699 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, __BAT_BOUNDARY 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __CP_URI_IN_BODY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_MIXED 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __URI_NO_MAILTO 0, __URI_NO_WWW 0, __USER_AGENT 0' X-LSpam-Score: -3.1 (---) X-LSpam-Report: No, score=-3.1 required=5.0 tests=AWL=0.519, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1 autolearn=ham Subject: Re: [vdr] [ANNOUNCE] vdr-dxr3 0.2.12 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2011 17:07:44 -0000 Status: O X-Status: X-Keywords: X-UID: 24393 On 02/06/2011 06:29 PM, Helmut Auer wrote: > Thanks for the update ! Is there anyone working on the drivers ? As far as I know, Christian Gmeiner is the only one who has worked on them recently. I haven't tested that stuff, but his hg repository is at http://hg.assembla.com/em8300-cgmeiner/ > With a recent kernel the em8300 modules won't compile. The attached patch [1] over driver 0.18.0 is enough to make them build and work for me with kernel 2.6.35.10; I haven't tested with later versions. [1] Backport of http://hg.assembla.com/em8300-cgmeiner/changeset/720/ diff -up em8300-0.18.0/include/linux/em8300.h~ em8300-0.18.0/include/linux/em8300.h --- em8300-0.18.0/include/linux/em8300.h~ 2009-12-21 00:24:55.000000000 +0200 +++ em8300-0.18.0/include/linux/em8300.h 2011-01-23 22:39:34.938179632 +0200 @@ -234,6 +234,10 @@ extern int major; #include /* wait_queue_head_t */ #include /* struct list_head */ +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34) +#include /* struct semaphore */ +#endif + #if defined(CONFIG_SND) || defined(CONFIG_SND_MODULE) #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16) #define snd_card_t struct snd_card