fixed ftdi_cbus_func and ftdi_cbush_func enumerations and introduced ftdi_cbusx_func
[libftdi] / ftdi_eeprom / example.conf
1 vendor_id=0x0403        # Vendor ID
2 product_id=0x6001       # Product ID
3
4 max_power=0             # Max. power consumption: value * 2 mA. Use 0 if self_powered = true.
5
6 ###########
7 # Strings #
8 ########### 
9 manufacturer="ACME Inc"                 # Manufacturer
10 product="USB Serial Converter"          # Product
11 serial="08-15"                          # Serial
12
13 ###########
14 # Options #
15 ###########
16 self_powered=true       # Turn this off for bus powered
17 remote_wakeup=false     # Turn this on for remote wakeup feature
18 use_serial=true         # Use the serial number string
19
20 # Normally out don't have to change one of these flags
21 in_is_isochronous=false         # In Endpoint is Isochronous
22 out_is_isochronous=false        # Out Endpoint is Isochronous
23 suspend_pull_downs=false        # Enable suspend pull downs for lower power
24 change_usb_version=false        # Change USB Version
25 usb_version=0x0200              # Only used when change_usb_version is enabled
26
27 # Only used on FT-R chips (when omitted, use chip defaults)
28 # Possible values correspond to enum ftdi_cbus_func.
29 cbus0=TXLED
30 cbus1=RXLED
31 cbus2=TXDEN
32 cbus3=PWREN
33 cbus4=SLEEP
34
35 # Only used on FT232H chips (when omitted, use chip defaults)
36 # Possible values correspond to enum ftdi_cbush_func.
37 cbush0=TRISTATE
38 cbush1=TRISTATE
39 cbush2=TRISTATE
40 cbush3=TRISTATE
41 cbush4=TRISTATE
42 cbush5=TRISTATE
43 cbush6=TRISTATE
44 cbush7=TRISTATE
45 cbush8=TRISTATE
46 cbush9=TRISTATE
47
48 # Only used on FT230X chips (when omitted, use chip defaults)
49 # Possible values correspond to enum ftdi_cbusx_func.
50 cbusx0=TXDEN
51 cbusx1=RXLED
52 cbusx2=TXLED
53 cbusx3=SLEEP
54
55 ########
56 # Misc #
57 ########
58
59 filename="eeprom.new"   # Filename, leave empty to skip file writing