From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758126AbYEYSyQ (ORCPT ); Sun, 25 May 2008 14:54:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756793AbYEYSyB (ORCPT ); Sun, 25 May 2008 14:54:01 -0400 Received: from vs166246.vserver.de ([62.75.166.246]:36073 "EHLO vs166246.vserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755017AbYEYSyA (ORCPT ); Sun, 25 May 2008 14:54:00 -0400 From: Michael Buesch To: Marcel Holtmann Subject: Re: [PATCH 2/3] firmware: Add CONFIG_BUILTIN_FIRMWARE option Date: Sun, 25 May 2008 20:53:36 +0200 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) Cc: Johannes Berg , David Woodhouse , Sam Ravnborg , linux-kernel@vger.kernel.org, aoliva@redhat.com, alan@lxorguk.ukuu.org.uk, Abhay Salunke , kay.sievers@vrfy.org, Takashi Iwai References: <1211550282.28967.8.camel@pmac.infradead.org> <200805252039.17673.mb@bu3sch.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805252053.36854.mb@bu3sch.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday 25 May 2008 20:46:00 Marcel Holtmann wrote: > we can change these things. We do it all the time. Doing something stupid all the time is not that of a good idea. > Again, I don't plan to break any setup. I actually do think it is a > good idea to group firmware files in subdirectories in /lib/firmware, > but this subdirectory name doesn't belong in the kernel. > > We will update udev to read the driver name and look into /lib/ > firmware// and /lib/firmware/ for the > firmware file. > > Then we will set a date and note it in the future remove document. > Something like 12 month after an updated udev has been released. This > gives the distribution two generations time to update udev and kernel > packages. How are you going to handle multiple versions of the firmware for one driver? How does one switch between versions (changing config files is not acceptable)? -- Greetings Michael.