We are out of battery power (remove wrong comment)
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 24 Sep 2010 12:46:58 +0000 (14:46 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 24 Sep 2010 12:46:58 +0000 (14:46 +0200)
src/ftdi.c

index 2b5003a..5cf2012 100644 (file)
@@ -2694,7 +2694,6 @@ int ftdi_eeprom_decode(struct ftdi_context *ftdi, int verbose)
     // Bit 7: always 1
     // Bit 6: 1 if this device is self powered, 0 if bus powered
     // Bit 5: 1 if this device uses remote wakeup
-    // Bit 4: 1 if this device is battery powered
     eeprom->self_powered = buf[0x08] & 0x40;
     eeprom->remote_wakeup = buf[0x08] & 0x20;;