From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fumitoshi UKAI Date: Sat, 13 Mar 2004 17:54:28 +0000 Subject: Re: Bug#237747: hotplug: ieee1394.agent fails to identify any FireWire device Message-Id: <87y8q47huz.wl@ukai.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hi, recent version of ieee1394.agent has misplaced conversion code in ieee1394_map_modules. May I apply this patch? diff -ruN hotplug-2004_03_11.orig/etc/hotplug/ieee1394.agent hotplug-2004_03_11/etc/hotplug/ieee1394.agent --- hotplug-2004_03_11.orig/etc/hotplug/ieee1394.agent 2004-03-12 08:18:23.000000000 +0900 +++ hotplug-2004_03_11/etc/hotplug/ieee1394.agent 2004-03-14 01:03:31.000000000 +0900 @@ -55,17 +55,16 @@ { local module ignored - # convert from hex to dec - match_flags=$(($match_flags)) - vendor_id=$(($vendor_id)); model_id=$(($model_id)) - specifier_id=$(($specifier_id)); version=$(($version)) - # comment line lists (current) pci_device_id field names read ignored while read module match_flags vendor_id model_id specifier_id version do : check match for $module + # convert from hex to dec + match_flags=$(($match_flags)) + vendor_id=$(($vendor_id)); model_id=$(($model_id)) + specifier_id=$(($specifier_id)); version=$(($version)) : vendor_id $vendor_id $device_vendor_id if [ $(($match_flags & $MATCH_VENDOR_ID)) -ne 0 -a $vendor_id -ne $device_vendor_id ]; then Thanks, Fumitoshi UKAI ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ 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