ID_LEN
u8 id[ID_LEN + 1];
u8 id_data[ID_LEN];
memcpy(p->id, vpd + offsetof(struct t4_vpd_hdr, id_data), ID_LEN);