summaryrefslogtreecommitdiff
path: root/xpp/astribank_usb.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-22 11:48:40 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-22 11:48:40 +0000
commita55fc0054985fe01558a440fda80549fbe17e01a (patch)
treef6a72b209413f67c36c891d6e356eaa7d759e81e /xpp/astribank_usb.h
parentd61645339b4515d0873288d908fbdb920b5b43d5 (diff)
xpp: MPP protocol v.1.4
* New firmware loading protocol - Older one (1.3) is still supported for now * Support loading firmwares from Astribanks with a minimal firmware (1163) * astribank_tool -Q: always query, regardless of verbosity level xpp rev: up to 7559 Merged revisions 7609 via svnmerge from https://origsvn.digium.com/svn/dahdi/tools/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.2@7621 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/astribank_usb.h')
-rw-r--r--xpp/astribank_usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpp/astribank_usb.h b/xpp/astribank_usb.h
index 6f9a429..b3b4d79 100644
--- a/xpp/astribank_usb.h
+++ b/xpp/astribank_usb.h
@@ -78,6 +78,7 @@ struct astribank_device {
uint8_t status;
uint8_t mpp_proto_version;
struct eeprom_table *eeprom;
+ struct firmware_versions fw_versions;
const struct interface_type *fwtype;
uint16_t tx_sequenceno;
};