Hi, I am using ez430-RF2480 for connecting with linux. after connecting it gets detected as cdc-acm device with "dmesg" as
[ 94.125823] usb 1-1: new full speed USB device using uhci_hcd and address 2 [ 94.130624] usb 1-1: configuration #1 chosen from 1 choice [ 40.397977] /build/buildd/linux-2.6.24/drivers/usb/class/cdc-acm.c: This device cannot do calls on its own. It is no modem. [ 40.398248] usbcore: registered new interface driver cdc_acm [ 40.398363] /build/buildd/linux-2.6.24/drivers/usb/class/cdc-acm.c: v0.25:USB Abstract Control Model driver for USB modems and ISDN adapters [ 40.439862] usbcore: registered new interface driver hiddev so, I removed cdc-acm, and tried to insert ti_usb_3410_5052 module, but I am not getting any /dev/ttyUSB0 getting created. As, per lot of posts in this ML , I may needs to change configuration value to "2", by echo 2 > /sys/bus/usb/devices/DEV_ID/bConfigurationValue But as per, lsusb -v (pested at http://pastie.org/364030 ), It device doesn't support 2 configurations. hence I can't change configuration velue. So, Do I needs to upgrade any firmware to get it working with linux,? Why my eZ430 doesn't shows two configurations? Do I needs to modify drivers/usb/serial/ti_usb_3410_5052.c to get it working with my linux m/c.(kernel 2.6.24)? Could you, please help me.. Thanks for your help. Thanks and Regards, Shivdas Gujare
