Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759144AbYJVS4Y (ORCPT ); Wed, 22 Oct 2008 14:56:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756964AbYJVSwU (ORCPT ); Wed, 22 Oct 2008 14:52:20 -0400 Received: from mo-p05-ob.rzone.de ([81.169.146.180]:59001 "EHLO mo-p05-ob.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758350AbYJVSwT (ORCPT ); Wed, 22 Oct 2008 14:52:19 -0400 X-Greylist: delayed 678 seconds by postgrey-1.27 at vger.kernel.org; Wed, 22 Oct 2008 14:52:18 EDT X-RZG-CLASS-ID: mo05 X-RZG-AUTH: :Pm0FVUW6aauhRGJJc5OfA4AU8DM8ZlijdmJYxKn/UQvEQQx8Ak89p3I= Date: Wed, 22 Oct 2008 20:40:58 +0200 From: Alex Riesen To: Markus Rechberger Cc: Linux Kernel Mailing List , em28xx@mcentral.de Subject: Re: [PATCH] em28xx patches against the latest git tree Message-ID: <20081022184058.GB4626@blimp.localdomain> Reply-To: Alex Riesen References: <81b0412b0810221059w2e02b1c1ubd894b22f7991242@mail.gmail.com> <20081022182924.GA4626@blimp.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081022182924.GA4626@blimp.localdomain> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1351 Lines: 35 Alex Riesen, Wed, Oct 22, 2008 20:29:24 +0200: > Markus Rechberger, Wed, Oct 22, 2008 20:10:49 +0200: > > On Wed, Oct 22, 2008 at 7:59 PM, Alex Riesen wrote: > > > 2008/10/22 Markus Rechberger : > > >>> commit history is available at: > > >> http://mcentral.de/hg/~mrec/em28xx-new/shortlog > > >> > > The [old] driver has a long and rather bad history, which I'd like to avoid > > by using the different directory. > > You could submit patches depricating it. Does the old driver support > something yours does not? > BTW, you forgot to a patch to include your driver into Kconfig of drivers/media/video. Something like this, perhaps: diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 47102c2..1bbee59 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -781,7 +781,7 @@ source "drivers/media/video/gspca/Kconfig" source "drivers/media/video/pvrusb2/Kconfig" -source "drivers/media/video/em28xx/Kconfig" +source "drivers/media/video/empia/Kconfig" source "drivers/media/video/usbvision/Kconfig" -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/