linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Bug#237747: hotplug: ieee1394.agent fails to identify any FireWire device
@ 2004-03-13 17:54 Fumitoshi UKAI
  0 siblings, 0 replies; only message in thread
From: Fumitoshi UKAI @ 2004-03-13 17:54 UTC (permalink / raw)
  To: linux-hotplug

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_id\x1470&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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-13 17:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-13 17:54 Bug#237747: hotplug: ieee1394.agent fails to identify any FireWire device Fumitoshi UKAI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).