LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   USB -> CDC-ACM with TI eZ430u (https://www.linuxquestions.org/questions/linux-hardware-18/usb-cdc-acm-with-ti-ez430u-719220/)

OMAP3 04-15-2009 02:54 AM

USB -> CDC-ACM with TI eZ430u
 
Hello all,

I am actually trying to setup the linux cdc-acm driver for my eZ430 dongle. It contains a TUSB3410, with a CDC-ACM built-in firmware, so, to recognize it, I have to use the USB CDC-ACM driver.

The firmware of the TUSB3410 is kinda wrapped, since it only exports 1 interface ( COMM ) whereas the CDC-ACM specs tells we need 2 interfaces : a COMM and a DATA.

Windows CDC-ACM driver seems to support this kind of "reduced CDC-ACM", but Linux's one doesnt ...

Does anyone has already seen this issue ?
How to solve it ?

Actually I managed to get TX working (USB to serial), but RX (serial to USB) doesn't work.


Thanks for your help.

hurry_hui 04-15-2009 04:22 AM

Can you post the output of 'lsusb' and 'dmesg | grep -i usb' ?

OMAP3 04-15-2009 07:18 AM

Quote:

Originally Posted by hurry_hui (Post 3509421)
Can you post the output of 'lsusb' and 'dmesg | grep -i usb' ?

Thanks for your help hurry, but I finally managed to hack the Linux CDC-ACM Driver to make the TI eZ430u work.

I won't share it since I didn't hack it in a clean way, except if anyone really wants the patch.


All times are GMT -5. The time now is 06:00 PM.