From: Dan White Date: Tue, 10 Apr 2012 01:41:26 +0000 (-0500) Subject: ftdi_eeprom config file X-Git-Tag: calibrations~112 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=f47d65c3a0f8bb843797d42d715c57a0afbbaaf3;p=430.git ftdi_eeprom config file --- diff --git a/ft4232h-usbio.conf b/ft4232h-usbio.conf new file mode 100644 index 0000000..66dea63 --- /dev/null +++ b/ft4232h-usbio.conf @@ -0,0 +1,33 @@ +vendor_id=0x0403 # Vendor ID +product_id=0x6011 # Product ID + +max_power=500 # Max. power consumption: value * 2 mA. Use 0 if self_powered = true. + +eeprom_type=0x66 + +########### +# Strings # +########### +manufacturer="White Audio" # Manufacturer +product="FT4232H" # Product +serial="usbio-001" # Serial + +########### +# Options # +########### +self_powered=false # Turn this off for bus powered +remote_wakeup=false # Turn this on for remote wakeup feature +use_serial=true # Use the serial number string + +# Normally out don't have to change one of these flags +in_is_isochronous=false # In Endpoint is Isochronous +out_is_isochronous=false # Out Endpoint is Isochronous +suspend_pull_downs=false # Enable suspend pull downs for lower power +change_usb_version=false # Change USB Version +usb_version=0x0200 # Only used when change_usb_version is enabled + +######## +# Misc # +######## + +filename="usbio.eeprom.new" # Filename, leave empty to skip file writing