From f47d65c3a0f8bb843797d42d715c57a0afbbaaf3 Mon Sep 17 00:00:00 2001 From: Dan White Date: Mon, 9 Apr 2012 20:41:26 -0500 Subject: [PATCH] ftdi_eeprom config file --- ft4232h-usbio.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ft4232h-usbio.conf 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 -- 2.25.1