FIXED : Just wrote my own fix with some C code.
Hi folks
I have a piece of hardware that use the ftdi_sio kernel module.
This hardware is known for working great with the 1.4.0 version only of this module.
The reason is that any later version change the DTR to "high" when changing baudrate thus won't let me "start" it right.
I found a patch for 1.4.1 here :
http://lkml.org/lkml/2005/9/22/64 , but can't find a working patch for the 1.4.3 version of this module in the 2.6.16.9 kernel. It's just a few lines, it ensures that the DTR don't changes when you set the baudrate.
I've got the ftdi_sio 1.4.0 source from linux-2.6.8 (the ftdio_sio.c and ftdio_sio.h) and need help/guidance to compile this for my present system, which is Slackware 10.2 with the 2.6.16.9 kernel package found in the latest /testing (the only update so far on the system). Or if someone have the skills to get the patch working on the 1.4.3 version of the module.
Any help/guidance here will be much appreciated.
Regards