X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.c;h=c263225262627c5656619748bd8b3fbe73777515;hp=62f7242c02b15cff8b797bfbad0d099b019f306a;hb=1cd815ad0747825fc41829d4a668a235a715bafa;hpb=7e76a5ef2b1022adab883bf1202c34d3f6b4b2c2 diff --git a/src/ftdi.c b/src/ftdi.c index 62f7242..c263225 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -2702,7 +2702,7 @@ int ftdi_eeprom_decode(struct ftdi_context *ftdi, unsigned char *buf, int size, if(eeprom->self_powered) fprintf(stdout, "Self-Powered%s", (eeprom->remote_wakeup)?", USB Remote Wake Up\n":"\n"); else - fprintf(stdout, "Bus Powered: %3d mA%s", eeprom->max_power*2, + fprintf(stdout, "Bus Powered: %3d mA%s", eeprom->max_power * 2, (eeprom->remote_wakeup)?" USB Remote Wake Up\n":"\n"); if(eeprom->manufacturer) fprintf(stdout, "Manufacturer: %s\n",eeprom->manufacturer);