0403:6001 ist schon mal richtig.
Man kann zwar manuell einen alten Treiber zuweisen, aber es geht auch eleganter
Alle notwendigen Werkzeuge stellt FTDI freundlicherweise selbst zur Verfügung. Man muss nur einen Dump aus einem originalen Baustein auslesen und ihn dann wieder auf einen gefälschten Baustein aufspielen. Dann ist der falsche baustein dauerhaft "repariert". Der einzige Nachteil hierbei ist, daß das nur mit einem Gerät am gleichen Rechner geht, weil hierbei ja auch die Seriennummer mit übergebügelt wird. Und zweimal die gleiche Seriennummer am gleichen Rechner geht halt nicht....
http://www.ftdichip.com/Support/Utilities.htm#FT_Prog
Viele Grüße
Christian
Nachtrag:
Habs grad mal hier in Ermangelung eines Windowsrechners mit folgendem Tool unter Linux ausprobiert:
http://rtr.ca/ft232r/
Funktioniert einwandfrei, ich konnte problemlos einen Dump auslesen und das beste ist, man kann mit dem Tool sogar die Seriennummer nachträglich ändern...
ft232r_prog: version 1.24, by Mark Lord.
Usage: ft232r_prog [<arg> <val>]..
where <arg> must be any of:
--help # (show this help text)
--dump # (dump eeprom settings to stdout))
--verbose # (show debug info and raw eeprom contents)
--save # (save original eeprom contents to file)
--restore # (restore initial eeprom contents from file)
--cbus0 [TxDEN|PwrEn|RxLED|TxLED|TxRxLED|Sleep|Clk48|Clk24|Clk12|Clk6|IO|WR|RD|RxF]
--cbus1 [TxDEN|PwrEn|RxLED|TxLED|TxRxLED|Sleep|Clk48|Clk24|Clk12|Clk6|IO|WR|RD|RxF]
--cbus2 [TxDEN|PwrEn|RxLED|TxLED|TxRxLED|Sleep|Clk48|Clk24|Clk12|Clk6|IO|WR|RD|RxF]
--cbus3 [TxDEN|PwrEn|RxLED|TxLED|TxRxLED|Sleep|Clk48|Clk24|Clk12|Clk6|IO|WR|RD|RxF]
--cbus4 [TxDEN|PwrEn|RxLED|TxLED|TxRxLED|Sleep|Clk48|Clk24|Clk12|Clk6|IO|WR|RD|RxF]
--manufacturer <string> # (new USB manufacturer string)
--product <string> # (new USB product name string)
--old-serial-number <string> # (current serial number of device to be reprogrammed)
--new-serial-number <string> # (new USB serial number string)
--self-powered [on|off] # (self powered)
--max-bus-power <number> # (max bus current in milli-amperes)
--high-current-io [on|off] # (enable high [6mA @ 5V] drive current on CBUS pins)
--suspend-pull-down [on|off] # (force I/O pins into logic low state on suspend)
--old-vid <number> # (current vendor id of device to be reprogrammed, eg. 0x0403)
--old-pid <number> # (current product id of device to be reprogrammed, eg. 0x6001)
--new-vid <number> # (new/custom vendor id to be programmed)
--new-pid <number> # (new/custom product id be programmed)
--invert_txd Inverts the current value of TXD
--invert_rxd Inverts the current value of RXD
--invert_rts Inverts the current value of RTS
--invert_cts Inverts the current value of CTS
--invert_dtr Inverts the current value of DTR
--invert_dsr Inverts the current value of DSR
--invert_dcd Inverts the current value of DCD
--invert_ri Inverts the current value of RI