summaryrefslogtreecommitdiff
path: root/src/vendorcode/siemens/hwilib/hwilib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/siemens/hwilib/hwilib.c')
-rw-r--r--src/vendorcode/siemens/hwilib/hwilib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vendorcode/siemens/hwilib/hwilib.c b/src/vendorcode/siemens/hwilib/hwilib.c
index b6cdd90b19..18880ff07e 100644
--- a/src/vendorcode/siemens/hwilib/hwilib.c
+++ b/src/vendorcode/siemens/hwilib/hwilib.c
@@ -107,6 +107,10 @@ static const struct param_info params[] = {
[SIB_HwRev] = {
.pos[0] = {.blk_type = BLK_SIB, .offset = 0xc8, .len = 2},
.get_field = hwilib_read_bytes },
+ [HWID] = {
+ .pos[0] = {.blk_type = BLK_HIB, .offset = 0x1a8, .len = 4},
+ .pos[1] = {.blk_type = BLK_SIB, .offset = 0xd0, .len = 4},
+ .get_field = hwilib_read_bytes },
[UniqueNum] = {
.pos[0] = {.blk_type = BLK_HIB, .offset = 0xa2, .len = 10},
.pos[1] = {.blk_type = BLK_SIB, .offset = 0xa2, .len = 10},