Re: ACM USB modem on Kernel 2.6.0-test

From: David Brownell
Date: Sat Oct 11 2003 - 13:47:42 EST


usb 3-3: configuration #1 chosen from 2 choices
drivers/usb/class/cdc-acm.c: need inactive config #2
drivers/usb/class/cdc-acm.c: need inactive config #2

Until we get more intelligence somewhere, do this:

# cd /sys/bus/usb/devices/3-3
# echo '2' > bConfigurationValue
#

That makes the device use vendor-neutral protocols
to talk to the host, not MSFT-proprietary ones. (It's
important to use the numbers from those messages; they
will change if you use different USB ports.)

Hmm ... maybe usbcore would be better off with a less
naive algorithm for choosing defaults. Like, preferring
configurations without proprietary device protocols.
That'd solve every cdc-acm case, and likely others.

- Dave


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/