From fccd6562b4de965f7032f5e55a5668f4629ab313 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 24 Sep 2010 14:46:58 +0200 Subject: [PATCH 1/1] We are out of battery power (remove wrong comment) --- src/ftdi.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/ftdi.c b/src/ftdi.c index 2b5003a..5cf2012 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -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;; -- 1.7.1