Prints out vendor id string in vendor id.
FossilOrigin-Name: f4b3341dc5ae1dae607d0111578911f4f0dccaf0f189cec70d49765e8931ed17
This commit is contained in:
parent
38e52be50b
commit
6e881ab19d
@ -148,7 +148,7 @@ int wtpinfo_print(char *str, struct wtpinfo * wtpinfo)
|
||||
|
||||
|
||||
|
||||
s+=sprintf (s,"\tVendor ID: %d\n", wtpinfo->vendor_id );
|
||||
s+=sprintf (s,"\tVendor ID: %d, %s\n", wtpinfo->vendor_id,cw_ianavendoridtostr(wtpinfo->vendor_id) );
|
||||
s+=sprintf (s,"\tModel No.: %s\n", (!wtpinfo->model_no ? (uint8_t*)"Not set" : wtpinfo->model_no) );
|
||||
s+=sprintf (s,"\tSerial No.: %s\n", (!wtpinfo->serial_no ? (uint8_t*)"Not set" : wtpinfo->serial_no) );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user