Skip to content

Commit

Permalink
Align is_not_pnp property
Browse files Browse the repository at this point in the history
As seen when written with FTD2XX.
  • Loading branch information
yegorich authored and thomasjfox committed Aug 29, 2023
1 parent 4d12b99 commit 629ed33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ftdi.c
Original file line number Diff line number Diff line change
Expand Up @@ -3125,6 +3125,8 @@ int ftdi_eeprom_build(struct ftdi_context *ftdi)
i++;
output[i & eeprom_size_mask] = eeprom->is_not_pnp; /* as seen when written with FTD2XX */
i++;
output[i & eeprom_size_mask] = 0x00;
i++;
}

if (ftdi->type > TYPE_AM) /* use_serial not used in AM devices */
Expand Down

0 comments on commit 629ed33

Please sign in to comment.