[arch-commits] CVS update of extra/lib/libgphoto2 (fix-udev.patch)

Tobias Powalowski tpowa at archlinux.org
Mon Nov 19 06:51:33 UTC 2007


    Date: Monday, November 19, 2007 @ 01:51:33
  Author: tpowa
    Path: /home/cvs-extra/extra/lib/libgphoto2

   Added: fix-udev.patch (1.1)

'upgpkg: added new udev fix'


----------------+
 fix-udev.patch |   15 +++++++++++++++
 1 file changed, 15 insertions(+)


Index: extra/lib/libgphoto2/fix-udev.patch
diff -u /dev/null extra/lib/libgphoto2/fix-udev.patch:1.1
--- /dev/null	Mon Nov 19 01:51:33 2007
+++ extra/lib/libgphoto2/fix-udev.patch	Mon Nov 19 01:51:32 2007
@@ -0,0 +1,15 @@
+--- 54-gphoto.rules~	2007-11-09 08:06:38.000000000 +0100
++++ 54-gphoto.rules	2007-11-19 07:42:53.000000000 +0100
+@@ -3,8 +3,11 @@
+ #   libgphoto2      2.4.0          gcc, ltdl, EXIF
+ #   libgphoto2_port 0.8.0          gcc, ltdl, USB, serial without locking
+ #
+-SUBSYSTEM!="usb_device", GOTO="libgphoto2_rules_end"
+ ACTION!="add", GOTO="libgphoto2_rules_end"
++SUBSYSTEM=="usb", GOTO="libgphoto2_rules_begin"
++SUBSYSTEM=="usb_device", GOTO="libgphoto2_rules_begin"
++SUBSYSTEM!="usb_device", GOTO="libgphoto2_rules_end"
++LABEL="libgphoto2_rules_begin"
+ 
+ ATTRS{idVendor}=="0553", ATTRS{idProduct}=="0202", MODE="0660", GROUP="camera"
+ ATTRS{idVendor}=="06bd", ATTRS{idProduct}=="0403", MODE="0660", GROUP="camera"




More information about the arch-commits mailing list