Magellan Linux

Contents of /trunk/libgphoto2/patches/libgphoto2-2.4.0-udev-rules-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 490 - (show annotations) (download)
Fri Feb 15 11:42:11 2008 UTC (16 years, 3 months ago) by niro
File size: 702 byte(s)
-fixes for libgphoto-2.4.0

1 diff -ru libgphoto2-2.4.0-orig/packaging/generic/print-camera-list.c libgphoto2-2.4.0/packaging/generic/print-camera-list.c
2 --- libgphoto2-2.4.0-orig/packaging/generic/print-camera-list.c 2007-09-26 15:04:29.133025885 +0200
3 +++ libgphoto2-2.4.0/packaging/generic/print-camera-list.c 2007-09-26 15:06:49.639775971 +0200
4 @@ -444,7 +444,7 @@
5 "BUS!=\"usb_device\", GOTO=\"libgphoto2_rules_end\"\n"
6 "ACTION!=\"add\", GOTO=\"libgphoto2_rules_end\"\n\n",
7 /* UDEV_0_98 */
8 - "SUBSYSTEM!=\"usb_device\", GOTO=\"libgphoto2_rules_end\"\n"
9 + "SUBSYSTEM!=\"usb|usb_device\", GOTO=\"libgphoto2_rules_end\"\n"
10 "ACTION!=\"add\", GOTO=\"libgphoto2_rules_end\"\n\n"
11 };
12 static char *usbcam_strings[] = {