On Fri, Aug 25, 2006 at 02:13:49PM -0700, Mortha, Prakash wrote:
> Hi greg,
> 
> We have dumped CP2103 from Silicon Lab, thanks for you advise..
> Now I got TUSB3410 from TI (USB-Serial Converter).
> I have selected "USB inside Out Edgeport Serial Driver(TI devices)"
> component while building my kernel version 2.4.32.
> Also I set "CONFIG_USB_SERIAL_EDGEPORT_TI=y".
> Also I am compiling io_ti.c and io_ti.h (I don't know if they exactly
> support this device or not). As such I have added {
> USB_DEVICE(USB_VENDOR_ID_ION_TUSB3410,
> ION_DEVICE_ID_TI_EDGEPORT_1_TUSB3410) } to edgeport_1port_id_table [] in
> io_ti.c file, to handle Vend/Prod ID 0x451/0x341a for the device.
> 
> But still the device is not identified by the kernel when I plug it.
> When Plugged, it says:
> 
> "USB HC dev free
> May 11 06:03:14 crind30 user.warn kernel: USB HC dev free
> USB HC dev alloc 1152 bytes
> May 11 06:03:15 crind30 user.warn kernel: USB HC dev alloc 1152 bytes
> hub.c: USB new device connect on bus1/1/2, assigned device number 5
> May 11 06:03:15 crind30 user.info kernel: hub.c: USB new device connect
> on bus1/
> 1/2, assigned device number 5
> usb.c: USB device 5 (vend/prod 0x451/0x341a) is not claimed by any
> active driver

Try using the ti_usb_3410_5052.c driver instead.  And you will have to
add your device id to the driver as that device currently isn't
supported by any Linux driver that I can find, sorry.

good luck,

greg k-h

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to