In addition to the mistyped ATTRS instead of ATTR, there is this bogus line in the beginning of /etc/udev/libgphoto2.rules (generated by /usr/lib/libgphoto2/print-camera-list during installation):
SUBSYSTEM!="usb|usb_device", GOTO="libgphoto2_rules_end" According to the udev manual page wildcards should work but nothing is said about "|". Changing that line in the rule file to SUBSYSTEM!="usb_device", GOTO="libgphoto2_rules_end" and replacing ATTRS with ATTR would seem to help. -- Timo Korvola <URL:http://www.iki.fi/tkorvola> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org