libmtp is a library implementation of the Media Transfer Protocol (MTP), a superset of the Picture Transfer Protocol (PTP).
What's New in This Release: [ read full changelog ]
· utils/mtp-probe.c: enhanced to use libmtp intrinsics
· and e.g. OS descriptor to probe new devices from
· udev.
· utils/mtp-hotplug.c: utilize mtp-probe.
· src/libmtp.h.in: add new interface used by the mtp-probe
· utility to probe a certain device in a certain bus.
· src/libusb-glue.c: introduce new function to probe a
· certain bus and device.
· examples/Makefile.am: reform the way of making all
· executable examples prefixed with "mtp-*" just set this
· name in the make target!
· configure.ac: drop the default "mtp-*" prefixing of all
· programs, instead I have renamed the executables.
· Makefile.am: install the mtp-probe script in the
· libexecdir, and FORCE this to be /lib/udev.
· We now also install the udev rules to
· $libexecdir/rules.d, which is thus also forced to
· be /lib/udev/rules.d.