~ubuntu-branches/ubuntu/utopic/libgphoto2/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/libgphoto2-6.udev

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-06-16 11:38:27 UTC
  • Revision ID: package-import@ubuntu.com-20140616113827-fku9pdwx33ey4fn7
Tags: 2.5.4-1ubuntu3
debian/libgphoto2-6.udev: Fix typo to really make the rule work.
(LP: #1296275)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ACTION!="add", GOTO="libgphoto2_rules_end"
2
2
SUBSYSTEM!="usb", GOTO="libgphoto2_usb_end"
3
3
ENV{ID_USB_INTERFACES}=="", IMPORT{builtin}="usb_id"
4
 
ACTION="add", ENV{ID_USB_INTERFACES}=="*:060101:*", ENV{ID_GPHOTO2}="1", ENV{GPHOTO2_DRIVER}="PTP", MODE="0664", GROUP="plugdev"
 
4
ENV{ID_USB_INTERFACES}=="*:060101:*", ENV{ID_GPHOTO2}="1", ENV{GPHOTO2_DRIVER}="PTP", MODE="0664", GROUP="plugdev"
5
5
 
6
6
LABEL="libgphoto2_rules_end"
7
7