diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-29 00:23:07 -0700 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-29 00:23:07 -0700 |
commit | 2f099e2964040e5499f332a892352f148f5b0177 (patch) | |
tree | 14c6bfb2d10a24e3d120400a9d36c51491ac62da | |
parent | a98fa8a4b3419a233b80ff88da40b515afa9cb1c (diff) |
qcdm: complete Version Info command fields
Found in RTManager
-rw-r--r-- | libqcdm/src/dm-commands.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libqcdm/src/dm-commands.h b/libqcdm/src/dm-commands.h index 7f14ce51..35245281 100644 --- a/libqcdm/src/dm-commands.h +++ b/libqcdm/src/dm-commands.h @@ -184,7 +184,13 @@ struct DMCmdVersionInfoRsp { char rel_date[11]; char rel_time[8]; char model[8]; - guint8 _unknown[8]; + guint8 scm; + guint8 mob_cai_rev; + guint8 mob_model; + guint16 mob_firmware_rev; + guint8 slot_cycle_index; + guint8 msm_ver; + guint8 _unknown; } __attribute__ ((packed)); typedef struct DMCmdVersionInfoRsp DMCmdVersionInfoRsp; |