#include <ftdi.h>
Data Fields | |
int | vendor_id |
vendor id | |
int | product_id |
product id | |
int | self_powered |
self powered | |
int | remote_wakeup |
remote wakepu | |
int | BM_type_chip |
chip type | |
int | in_is_isochronous |
input in isochronous transfer mode | |
int | out_is_isochronous |
output in isochronous transfer mode | |
int | suspend_pull_downs |
suspend pull downs | |
int | use_serial |
use serial | |
int | change_usb_version |
fake usb version | |
int | usb_version |
usb version | |
int | max_power |
maximum power | |
char * | manufacturer |
manufacturer name | |
char * | product |
product name | |
char * | serial |
serial number | |
int | size |
input in isochronous transfer mode
Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().
output in isochronous transfer mode
Referenced by ftdi_eeprom_build(), and ftdi_eeprom_initdefaults().
char* ftdi_eeprom::product |
char* ftdi_eeprom::serial |
eeprom size in bytes. This doesn't get stored in the eeprom but is the only way to pass it to ftdi_eeprom_build.
Referenced by ftdi_eeprom_build(), ftdi_eeprom_initdefaults(), and ftdi_eeprom_setsize().