From 7f00f72b69fc8b6689e2cfae3db3e757fd37fae8 Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Fri, 1 Nov 2013 17:17:57 +0100 Subject: [PATCH] Add missing VIF=7Eh / FEh --- mbus/mbus-protocol-aux.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/mbus/mbus-protocol-aux.c b/mbus/mbus-protocol-aux.c index e4f2ba6..8ee9aae 100755 --- a/mbus/mbus-protocol-aux.c +++ b/mbus/mbus-protocol-aux.c @@ -214,9 +214,17 @@ mbus_variable_vif vif_table[] = { /* E111 1010 Bus Address */ { 0x7A, 1.0, "", "Bus Address" }, - - /* Manufacturer specific: 7Fh / FF */ + + /* Any VIF: 7Eh */ + { 0x7E, 1.0, "", "Any VIF" }, + + /* Manufacturer specific: 7Fh */ { 0x7F, 1.0, "", "Manufacturer specific" }, + + /* Any VIF: 7Eh */ + { 0xFE, 1.0, "", "Any VIF" }, + + /* Manufacturer specific: FFh */ { 0xFF, 1.0, "", "Manufacturer specific" },