Stefan Richter - 2003-05-10

Logged In: YES
user_id=635553

This patch solves a problem where attached 1394 devices are
not recognized. If /proc/bus/ieee1394/devices shows a node
count like this...

Nodes connected : 2
Nodes active : 1 <- This should be 2.
SelfIDs received: 2

...it means there is a node that claimed to have an
"inactive" link. It is not clear if this is due to an actual
bus power management problem, or if the device's assertion
is just wrong.

In the latter case, the solution is to apply the patch and
load the ieee1394 driver with a parameter: "modprobe
ieee1394 ignore_inactive_link=1".

This solution was found by Jozef Hatala:
http://sourceforge.net/mailarchive/forum.php?thread_id=960050&forum_id=5387