Re: [Ftdi-usb-sio-devel] New FTDI driver for a FT232R module.
Brought to you by:
bryder
From: Allen, M. <al...@ul...> - 2007-02-09 14:56:08
|
Me from my normal work email: I've narrowed down what the problem is. When I modprobe ftdi_sio with "vendor=3D0x16ff and PID=3D0x0080"(which are the correct VID and PID for = our new device) it works just fine. So it seems that something is going wrong with the probing or the hand off with the serial subsystem. -----Original Message----- From: ftd...@li... [mailto:ftd...@li...] On Behalf Of Matt Allen Sent: Thursday, February 08, 2007 4:45 PM To: ftd...@li... Subject: [Ftdi-usb-sio-devel] New FTDI driver for a FT232R module. Hello, I've recently been hired to work on a "custom" driver for a USB-Serial device that we have here. The device is using the TTL-232R USB - TTL Level Serial converter with the FT232RQ chipset. We're using linux 2.6.16 for the development platform. We've got our own VID and PID but I'm having problems adapting the FTDI_SIO drivers found in the 2.6.16 kernel to work. When I plug in the new serial device it seems like the USB subsystem gets the device and it never gets moved up to the usb-serial or to even further up the FTDI driver. The last messages in /var/log/messages that I'm getting are: Feb 8 16:06:24 r88882-pos02 kernel: usb 6-1: new full speed USB device using uhci_hcd and address 7 Feb 8 16:06:24 r88882-pos02 kernel: usb 6-1: new device found, idVendor=3D16ff, idProduct=3D0080 Feb 8 16:06:24 r88882-pos02 kernel: usb 6-1: new device strings: Mfr=3D1, Product=3D2, SerialNumber=3D3 Feb 8 16:06:24 r88882-pos02 kernel: usb 6-1: Product: UTC PD1200 Feb 8 16:06:24 r88882-pos02 kernel: usb 6-1: Manufacturer: UTC Feb 8 16:06:24 r88882-pos02 kernel: usb 6-1: SerialNumber: 000001 Feb 8 16:06:24 r88882-pos02 kernel: usb 6-1: configuration #1 chosen from 1 choice I figure that it should mention something about usb-serial or the ftdi_sio modules but nothing. I checked to make sure they had been insmod'ed and the drivers are loaded. =20 ________________________________________________________________________ ____________ Looking for earth-friendly autos?=20 Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center. http://autos.yahoo.com/green_center/ ------------------------------------------------------------------------ - 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=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Ftdi-usb-sio-devel mailing list Ftd...@li... https://lists.sourceforge.net/lists/listinfo/ftdi-usb-sio-devel |