diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-06 22:50:34 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-06 22:50:34 -0700 |
commit | 1c514181a40543d5290191b4ce898c35d332b161 (patch) | |
tree | d1aefa9a4c15835089db931e5afd0ccd00a2eccf /recipes/libftdi/ftdi-eeprom-0.2 | |
parent | cbd05a3cc601e15d7be2d8aa6f2bf96526a0bc39 (diff) |
ftdi_eeprom: Add recipe for version 0.3
* Remove unused patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libftdi/ftdi-eeprom-0.2')
-rw-r--r-- | recipes/libftdi/ftdi-eeprom-0.2/ftdi_eeprom-0.2-moko.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libftdi/ftdi-eeprom-0.2/ftdi_eeprom-0.2-moko.patch b/recipes/libftdi/ftdi-eeprom-0.2/ftdi_eeprom-0.2-moko.patch new file mode 100644 index 0000000000..ae0ee6235a --- /dev/null +++ b/recipes/libftdi/ftdi-eeprom-0.2/ftdi_eeprom-0.2-moko.patch @@ -0,0 +1,16 @@ +--- ftdi_eeprom-0.2/ftdi_eeprom/main.c 2004-03-25 19:58:08.000000000 +0100 ++++ ftdi_eeprom-0.2-moko/ftdi_eeprom/main.c 2007-02-16 01:23:40.000000000 +0100 +@@ -135,8 +135,11 @@ + + i = ftdi_usb_open(&ftdi, 0x0403, 0x6001); + if (i != 0) { +- printf("Sorry, unable to find FTDI USB chip\n"); +- exit (-1); ++ i = ftdi_usb_open(&ftdi, 0x0403, 0x6010); ++ if (i != 0) { ++ printf("Sorry, unable to find FTDI USB chip\n"); ++ exit (-1); ++ } + } + } + } |