set vendor field width to 9 (matshita overflows at 8)

This commit is contained in:
Joakim L. Gilje
2021-11-25 10:20:21 +01:00
parent 982e1f808d
commit 81a49c8c5c

View File

@@ -51,7 +51,7 @@ static const mo_type_t mo_types[KNOWN_MO_TYPES] = {
typedef struct
{
const char vendor[8];
const char vendor[9];
const char model[16];
const char revision[5];
int8_t supported_media[KNOWN_MO_TYPES];