From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alexander E. Patrakov" Date: Wed, 02 Nov 2005 06:28:51 +0000 Subject: Re: Kernel Firmware Loading Message-Id: <43685CA3.2060908@linuxfromscratch.org> List-Id: References: <4365DBD9.2040407@ukonline.co.uk> In-Reply-To: <4365DBD9.2040407@ukonline.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org I wrote: > > The /sbin/hotplug script should contain the following: > > #!/bin/sh > [ "$1" != "firmware" ] || [ "$ACTION" != "add" ] || [ ! -f > "/lib/firmware/$FIRMWARE" ] || exit 0 This was wrong, sorry. Should be: [ "$SUBSYSTEM" != "firmware" ] || [ "$ACTION" != "add" ] || [ ! -f "/lib/firmware/$FIRMWARE" ] && exit 0 -- Alexander E. Patrakov ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel