in /pyftdi/pyftdi/ftdi.py the 'type' property does not support custom FTDI devices.
FTDI gave me a product ID number I can use with my board and pyftdi does not recognize it.
In order to fix it how about a static field called 'TYPES' in the FTDI class with the dictionary that is within the type function and a static method to allow users to add their device to the dictionary:
in /pyftdi/pyftdi/ftdi.py the 'type' property does not support custom FTDI devices.
FTDI gave me a product ID number I can use with my board and pyftdi does not recognize it.
In order to fix it how about a static field called 'TYPES' in the FTDI class with the dictionary that is within the type function and a static method to allow users to add their device to the dictionary: