Public bug reported:

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.

** Affects: libmtp (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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:
  New

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     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to