From: Uwe Bonnes Date: Thu, 9 Sep 2010 22:25:06 +0000 (+0200) Subject: More verbosity for remote wake up, pull low and suspend on dbus7 X-Git-Tag: v1.0rc1~133^2~100 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=fb9bfdd1a9d3256cf8e729b5f8827d23a5a6b9b5 More verbosity for remote wake up, pull low and suspend on dbus7 --- diff --git a/src/ftdi.c b/src/ftdi.c index 5ab9bfc..7b96610 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -2698,6 +2698,12 @@ int ftdi_eeprom_decode(struct ftdi_context *ftdi, unsigned char *buf, int size, if(eeprom->serial) fprintf(stdout, "Serial: %s\n",eeprom->serial); fprintf(stdout, "Checksum : %04x\n", checksum); + if(eeprom->suspend_dbus7) + fprintf(stdout, "Suspend on DBUS7\n"); + if(eeprom->suspend_pull_downs) + fprintf(stdout, "Pull IO pins low during suspend\n"); + if(eeprom->remote_wakeup) + fprintf(stdout, "Enable Remote Wake Up\n"); if (ftdi->type >= TYPE_2232C) fprintf(stdout,"Channel A has Mode %s%s%s\n", channel_mode[eeprom->channel_a_type],