Am 17.01.2012 20:26, schrieb Ralf Jung:
Looking for default devices ...
  bus/device number matched
   searching devices, found USB ID 03f0:002a
    found matching vendor ID
    found matching product ID
    target class 07 not matching
  No devices in default mode found. Nothing to do. Bye.

The problem is right there.

The change in the logic to support bus/device-focussed identification has introduced a bug.

If you are able to change the source code (usb_modeswitch.c), try to edit line 1541 from

        if (mode == SEARCH_DEFAULT) {

to

        if (mode == SEARCH_DEFAULT || mode == SEARCH_BUSDEV) {

This should improve things.

Thanks for the report!
Josh





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to