This bug was fixed in the package libmtp - 1.1.16-2
---------------
libmtp (1.1.16-2) unstable; urgency=medium
* Add devices patches:
- Add Onyx Boox Max 2. (Closes: #917259)
- Blacklist DUALi NFC readers. (LP: #1560452)
* Remove ' characters in d/rules to fix xsltproc call without
Internet connection.
* Add a lintian override for udev-rule-missing-subsystem tag:
SUBSYSTEM is tested at the beginning of the rules file.
* Remove libmtp.postinst and libmtp.preinst to manage all previous udev
libmtp.rules with different names. Not needed anymore since the
oldest supported versions of Debian 7 and Ubuntu 12.04 (libmtp 1.1.3)
provide a udev rule with the correct name (69-libmtp.rules).
* Remove 'Breaks+Replaces: libmtp8' fields, libmtp8 is gone since a long time.
* Remove outdated dpkg(-dev) Build-Dep and Pre-Dep.
* Restyle d/control with cme fix dpkg-control.
* Add d/gitlab-ci.yml to run the CI Salsa-Pipeline.
-- Dylan Aïssi <[email protected]> Sat, 09 Feb 2019 15:51:34 +0100
** Changed in: libmtp (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libmtp in Ubuntu.
https://bugs.launchpad.net/bugs/1560452
Title:
DUALi mtp-probe causes loop
Status in libmtp package in Ubuntu:
Fix Released
Bug description:
Connecting a DUALi NFC reader causes a never ending loop of mtp-probe
operations, seen in the syslog
The following udev blacklist stops the problem:
/etc/udev/rules.d/10-duali-mtp-ignore.rules
ATTR{idVendor}=="1db2", ATTR{idProduct}=="0601", ENV{MTP_NO_PROBE}="1"
ATTR{idVendor}=="1db2", ATTR{idProduct}=="0600", ENV{MTP_NO_PROBE}="1"
# Don't mtp-probe any DUALi
#ATTR{idVendor}=="1db2", ENV{MTP_NO_PROBE}="1"
product 0601 is of a USB with a VENDOR interface that provides PCSC with a
driver
product 0600 is of a USB with a VENDOR interface.
There may be other products with this vendor Id that exhibit the
problem.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmtp/+bug/1560452/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp