X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=ftdi_eeprom%2Fexample.conf;h=28d1702298d46e9991f0949c4fccbb9fff185283;hb=a0763384857a48c3d886b1b8a54ef0908987216c;hp=cfc9fc3797004e9c9b241f651a1ef8a056c173bc;hpb=673ca43324bff1ec3b23e071e1977379dc0b5d7e;p=libftdi diff --git a/ftdi_eeprom/example.conf b/ftdi_eeprom/example.conf index cfc9fc3..28d1702 100644 --- a/ftdi_eeprom/example.conf +++ b/ftdi_eeprom/example.conf @@ -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 # ########