Re: [Ftdi-usb-sio-devel] VID and PID
Brought to you by:
bryder
From: Steve D. <onr...@ya...> - 2008-11-22 18:28:21
|
Did you already get a response on this? If the device enumerates a new VID or PID then it must be added in a few places. check ftdi_sio.c id_table_combined[], ftdi_chip_name[] get_ftdi_divisor(), ftdi_determine_type() for starters. depending on which kernel version you are supporting you will need to modify the appropriate driver source since ftdi_sio.c has changed in linux releases. let me know if you have more questions and I'll see what I can do. /steverino2 --- Tim Henderson <tim...@ya...> wrote: > My company has begun to make a device incorporating > the FTDI 232R for communications. We have a VID > from USB.org and I have modified the Windows drivers > to properly identify our product. > > Now I would like to get the product working with > Ubuntu 8.04, and eventually also Red Hat and other > distributions. > > How can I do this? > > Will the driver recognize VID and PID as parameters? > Or, must the VID and PID be included in the source > code? > > Thanks, > > Tim Henderson > Alti-2 Inc. > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your > Move Developer's challenge > Build the coolest Linux based applications with > Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source > event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Ftdi-usb-sio-devel mailing list > Ftd...@li... > https://lists.sourceforge.net/lists/listinfo/ftdi-usb-sio-devel > |