zhelezyaka / lpc1343codebase

Automatically exported from code.google.com/p/lpc1343codebase
Other
0 stars 0 forks source link

usbcdc not detected on Linux #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running the usbcdc example on Ubuntu 10.10 with 2.6.35 kernel

What is the expected output? What do you see instead?
A ttyACM* device should be registered.  Instead only the device is detected.

Please provide any additional information below.
Changing bInterfaceProtocol in core/usbcdc/usbdesc.c from 0 to 1 makes it 
detect.  Still not perfect (message about not being able to dial out) but it 
works well with the patches in Issue 1.

Original issue reported on code.google.com by chad.p...@gmail.com on 2 Jan 2011 at 2:29