From 094e30483d60cab9f0bed9db5994039f31165407 Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Tue, 17 Dec 2013 13:37:21 -0600 Subject: [PATCH] wcte13xp: Update firmware to 0x780017 This firmware adds support for the te131 and te132 products. Signed-off-by: Russ Meyerriecks --- drivers/dahdi/firmware/Makefile | 4 ++-- drivers/dahdi/wcte13xp-base.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/dahdi/firmware/Makefile b/drivers/dahdi/firmware/Makefile index e2d7ca6..74c3e70 100644 --- a/drivers/dahdi/firmware/Makefile +++ b/drivers/dahdi/firmware/Makefile @@ -31,8 +31,8 @@ VPMADT032_VERSION:=1.25.0 HX8_VERSION:=2.06 VPMOCT032_VERSION:=1.12.0 WCT820_VERSION:=1.76 -TE133_VERSION:=6f0017 -TE134_VERSION:=6f0017 +TE133_VERSION:=780017 +TE134_VERSION:=780017 TE435_VERSION:=e0017 A8A_VERSION:=1d0017 A8B_VERSION:=1d0017 diff --git a/drivers/dahdi/wcte13xp-base.c b/drivers/dahdi/wcte13xp-base.c index 2270e6b..4d9651b 100644 --- a/drivers/dahdi/wcte13xp-base.c +++ b/drivers/dahdi/wcte13xp-base.c @@ -45,7 +45,7 @@ static const char *TE133_FW_FILENAME = "dahdi-fw-te133.bin"; static const char *TE134_FW_FILENAME = "dahdi-fw-te134.bin"; -static const u32 TE13X_FW_VERSION = 0x6f0017; +static const u32 TE13X_FW_VERSION = 0x780017; #define VPM_SUPPORT #define WC_MAX_IFACES 8