X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.c;h=9ddac9df91d0ce16613b58458643183e04d8ad55;hp=c0da71dfbbd3a71815b3b1904d27b24d41fac09c;hb=e5d95e9cf85c2b19b30c224cfe6c65d29b041e82;hpb=f456288064f8a671c6a2125f3fabb6c1ae5cf250 diff --git a/src/ftdi.c b/src/ftdi.c index c0da71d..9ddac9d 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -2718,7 +2718,7 @@ int ftdi_eeprom_decode(struct ftdi_context *ftdi, unsigned char *buf, int size, channel_mode[eeprom->channel_a_type], (eeprom->channel_a_driver)?" VCP":"", (eeprom->high_current_a)?" High Currenr IO":""); - if (ftdi->type == TYPE_2232C) + if (ftdi->type >= TYPE_2232C) fprintf(stdout,"Channel B has Mode %s%s%s\n", channel_mode[eeprom->channel_b_type], (eeprom->channel_b_driver)?" VCP":"",