Comment 3 for bug 369817

Revision history for this message
C-x-s (lenz-in) wrote :

After adding the "-" in the rule, the device video1394 is now created correctly.

But as I compared the current udev rules with the previous version (intrepid), there seems to be a rule missing for firewire devices:

intrepid:
KERNEL=="raw1394", GROUP="disk"
KERNEL=="dv1394*", GROUP="video"
KERNEL=="video1394*", GROUP="video"

jaunty:
KERNEL=="dv1394[0-9]*", NAME="dv1394/%n", GROUP="video"
KERNEL=="video1394[0-9]*", NAME="video1394/%n", GROUP="video"

I suppose the rule:
KERNEL=="raw1394", GROUP="disk"

should be added as well.