Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 664666 | Differences between
and this patch

Collapse All | Expand All

(-)util/mtp-hotplug.c (-1 / +1 lines)
Lines 140-146 Link Here
140
    case style_udev:
140
    case style_udev:
141
      printf("# UDEV-style hotplug map for libmtp\n");
141
      printf("# UDEV-style hotplug map for libmtp\n");
142
      printf("# Put this file in /etc/udev/rules.d\n\n");
142
      printf("# Put this file in /etc/udev/rules.d\n\n");
143
      printf("ACTION!=\"add\", GOTO=\"libmtp_rules_end\"\n");
143
      printf("ACTION!=\"add|bind\", GOTO=\"libmtp_rules_end\"\n");
144
      printf("ENV{MAJOR}!=\"?*\", GOTO=\"libmtp_rules_end\"\n");
144
      printf("ENV{MAJOR}!=\"?*\", GOTO=\"libmtp_rules_end\"\n");
145
      printf("SUBSYSTEM==\"usb\", GOTO=\"libmtp_usb_rules\"\n"
145
      printf("SUBSYSTEM==\"usb\", GOTO=\"libmtp_usb_rules\"\n"
146
	     "GOTO=\"libmtp_rules_end\"\n\n"
146
	     "GOTO=\"libmtp_rules_end\"\n\n"

Return to bug 664666