Public bug reported:

Binary package hint: libgphoto2-2

The file /etc/udev/rules.d/45-libgphoto2.rules says in line 3:

BUS!="usb*", GOTO="libgphoto2_rules_end"

while recenly updated udev doesn't produce BUS properties in
corresponding event. Thus this line makes the whole file useless,
because BUS!="usb*" is never true.

Something like

SUBSYSTEM!="usb_device", GOTO="libgphoto2_rules_end"

instead would work.

** Affects: libgphoto2 (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Error in libgphoto2 udev rules
https://launchpad.net/bugs/91250

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to