eeprom: Fix handling of high_current_drive parameter
[libftdi] / ftdi_eeprom / example.conf
index cfc9fc3..28d1702 100644 (file)
@@ -18,13 +18,40 @@ 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
-BM_type_chip=true              # Newer chips are all BM type
 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
 
+# Only used on FT-R chips (when omitted, use chip defaults)
+# Possible values correspond to enum ftdi_cbus_func.
+cbus0=TXLED
+cbus1=RXLED
+cbus2=TXDEN
+cbus3=PWREN
+cbus4=SLEEP
+
+# Only used on FT232H chips (when omitted, use chip defaults)
+# Possible values correspond to enum ftdi_cbush_func.
+cbush0=TRISTATE
+cbush1=TRISTATE
+cbush2=TRISTATE
+cbush3=TRISTATE
+cbush4=TRISTATE
+cbush5=TRISTATE
+cbush6=TRISTATE
+cbush7=TRISTATE
+cbush8=TRISTATE
+cbush9=TRISTATE
+
+# Only used on FT230X chips (when omitted, use chip defaults)
+# Possible values correspond to enum ftdi_cbusx_func.
+cbusx0=TXDEN
+cbusx1=RXLED
+cbusx2=TXLED
+cbusx3=SLEEP
+
 ########
 # Misc #
 ########