Once upon a time, Shivdas Gujare <shivdas.tech@xxxxxxxxx> said: > I am currently working with ti_usb_3410_5052 driver for TI's > eZ430-RF2480 device, which use's TUSB3410. > Adding only USB_DEVICE(0x0451, 0xF432) in both > structures(ti_id_table_3410 and ti_id_table_combined) doesn't > solves my problem and device doesn't creates any /dev/ttyUSB0. > This is because driver tries to download firmware, but it didn't > succeeds and probe returns with error. > It could be possible, TI uses some different firmware for eZ430-RF2480 > than current in kernel firmware, which works with older tools having > PID=0xF430. Unfortunately, my only experience with this hardware was getting a MultiTech GSM modem working. I did some minor cleanup in the driver, and added the ability to easily load alternate firmwares without rebuilding the driver. If you do get an alternate firmware from somewhere, you can test to see if it works with kernel 2.6.29-rc* or newer by loading the module with "vendor_3410=0x0451 product_3410=0xf432" added and putting your firmware in a file named /lib/firmware/ti_usb-v0451-pf432.fw. -- Chris Adams <cmadams@xxxxxxxxxx> Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html