The branch, eeprom-new has been updated
via fccd6562b4de965f7032f5e55a5668f4629ab313 (commit)
from 6fba850777b3bc923c5de6e44a6303d7ebc0a85e (commit)
- Log -----------------------------------------------------------------
commit fccd6562b4de965f7032f5e55a5668f4629ab313
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date: Fri Sep 24 14:46:58 2010 +0200
We are out of battery power (remove wrong comment)
-----------------------------------------------------------------------
Summary of changes:
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;;
hooks/post-receive
--
port libftdi to libusb-1.0
--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
|