Comment 60 for bug 1296275

Revision history for this message
esodan (esodan-gmail) wrote :

After check libgphoto2-6 installed package and /lib/udev/rules.d/40-libgphoto2-6.rules file it contains:

----------------------------------------------------------------
ACTION!="add", GOTO="libgphoto2_rules_end"
SUBSYSTEM!="usb", GOTO="libgphoto2_usb_end"
ENV{ID_USB_INTERFACES}=="", IMPORT{builtin}="usb_id"
ACTION="add", ENV{ID_USB_INTERFACES}=="*:060101:*", ENV{ID_GPHOTO2}="1", ENV{GPHOTO2_DRIVER}="PTP", MODE="0664", GROUP="plugdev"

LABEL="libgphoto2_rules_end"
----------------------------------------------------------------

This is a little different forme #44, by adding 'ACTION="add", ' before last ENV{ID_USB_INTERFACES} rule.