libftdi-git Archives

Subject: port libftdi to libusb-1.0 branch, eeprom-new, updated. v0.17-170-g673ca43

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Sat, 15 Jan 2011 18:53:18 +0100 (CET)
The branch, eeprom-new has been updated
       via  673ca43324bff1ec3b23e071e1977379dc0b5d7e (commit)
      from  200bd3ed2e1d2389217be44c0adc728909a2a100 (commit)


- Log -----------------------------------------------------------------
commit 673ca43324bff1ec3b23e071e1977379dc0b5d7e
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Sat Jan 15 18:53:12 2011 +0100

    Import example config file from ftdi_eeprom tree

-----------------------------------------------------------------------

Summary of changes:
 ftdi_eeprom/example.conf |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)
 create mode 100644 ftdi_eeprom/example.conf

diff --git a/ftdi_eeprom/example.conf b/ftdi_eeprom/example.conf
new file mode 100644
index 0000000..cfc9fc3
--- /dev/null
+++ b/ftdi_eeprom/example.conf
@@ -0,0 +1,32 @@
+vendor_id=0x0403       # Vendor ID
+product_id=0x6001      # Product ID
+
+max_power=0            # Max. power consumption: value * 2 mA. Use 0 if 
self_powered = true.
+
+###########
+# Strings #
+########### 
+manufacturer="ACME Inc"                        # Manufacturer
+product="USB Serial Converter"         # Product
+serial="08-15"                         # Serial
+
+###########
+# Options #
+###########
+self_powered=true      # 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
+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
+
+########
+# Misc #
+########
+
+filename="eeprom.new"  # Filename, leave empty to skip file writing


hooks/post-receive
-- 
port libftdi to libusb-1.0

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • port libftdi to libusb-1.0 branch, eeprom-new, updated. v0.17-170-g673ca43, libftdi-git <=