mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Keep undecoded firmware / serial info from libdivecomputer
This needs to become a string in libdivecomputer - but for now let's just keep the integers so we can parse it elsewhere when we know which model it is - the generic parsing into a string is completely bogus and needs to go. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1c65b2f3c4
commit
9f95f3ce18
2 changed files with 4 additions and 11 deletions
|
@ -19,7 +19,8 @@ typedef struct device_data_t
|
|||
{
|
||||
dc_descriptor_t *descriptor;
|
||||
const char *vendor, *product, *devname;
|
||||
const char *model, *serial, *firmware;
|
||||
const char *model;
|
||||
uint32_t libdc_firmware, libdc_serial;
|
||||
uint32_t deviceid, diveid;
|
||||
dc_device_t *device;
|
||||
dc_context_t *context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue