~ubuntu-branches/debian/experimental/libmtp/experimental

« back to all changes in this revision

Viewing changes to util/mtp-hotplug.c

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-08-21 11:35:12 UTC
  • mfrom: (0.3.1) (16.1.31 sid)
  • Revision ID: package-import@ubuntu.com-20120821113512-51c93p4iw75wbpud
Tags: 1.1.4-1
* New upstream bugfix release.
* Remove 0001-devicedb_updates.patch, applied upstream.
* Remove kfreebsd/hurd's patches, they are no longer needed.
* Switch dh_autoreconf -> dh_autotools_dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
      printf("ATTR{idVendor}==\"04a9\", ATTR{idProduct}==\"22*\", GOTO=\"libmtp_rules_end\"\n");
151
151
      printf("# Sensitive Atheros devices that look like MTP devices\n");
152
152
      printf("ATTR{idVendor}==\"0cf3\", GOTO=\"libmtp_rules_end\"\n");
153
 
      printf("\n");
 
153
      printf("# Sensitive Atmel JTAG programmers\n");
 
154
      printf("ATTR{idVendor}==\"03eb\", GOTO=\"libmtp_rules_end\"\n");
154
155
      break;
155
156
    case style_udev_old:
156
157
      printf("# UDEV-style hotplug map for libmtp\n");