HwInfo: extended hw_version field to 16 bits, added a 16-bit "flags" field
This commit is contained in:
parent
caf3225a87
commit
bd93d9429b
|
|
@ -60,7 +60,8 @@ typedef struct
|
|||
{
|
||||
char name[10]; /* Manufacturer-assigned hardware name. */
|
||||
|
||||
uint8_t hw_version; /* Hardware version number */
|
||||
uint16_t hw_version; /* Hardware version number */
|
||||
uint16_t flags; /* Device-specific flags */
|
||||
|
||||
uint8_t _unused : 6,
|
||||
uhf_band : 1, /* Device allows UHF band operation. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue