Skip to content

Commit

Permalink
Add missing VIF=7Eh / FEh
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wahren committed Nov 1, 2013
1 parent 6021f3c commit 7f00f72
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions mbus/mbus-protocol-aux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" },


Expand Down

0 comments on commit 7f00f72

Please sign in to comment.