12345678910111213 |
- # udev rules file for libgphoto2 devices (for udev 0.98 version)
- # Created from this library:
- # libgphoto2 2.4.5 gcc, ltdl, EXIF
- # libgphoto2_port 0.8.0 gcc, ltdl, USB, serial without locking
- #
- # this file is autogenerated, local changes will be LOST on upgrades
- SUBSYSTEM!="usb|usb_device", GOTO="libgphoto2_rules_end"
- ACTION!="add", GOTO="libgphoto2_rules_end"
- #
- # not working yet: PROGRAM="check-mtp-device", MODE="0660", GROUP="camera"
- #PROGRAM="check-ptp-camera 06/01/01", MODE="0660", GROUP="camera"
- LABEL="libgphoto2_rules_end"
|