lkml.org 
[lkml]   [2003]   [Oct]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: ACM USB modem on Kernel 2.6.0-test
> 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.320 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site