Your browser does not allow scripts
Please click here to view a static table of contents without scripts
FT_SetVIDPID
Return to Introduction  Previous page  Next page
A Linux specific command to include your own VID and PID within the internal device list table.

FT_STATUS
FT_SetVIDPID
(DWORD dwVID, DWORD dwPID)




Parameters
dwVID
Device VID.
dwPID
Device PID.




Return Value
FT_OK if successful, otherwise the return value is an FT error code.



Remarks
The driver will support a limited set of VID and PID matched devices (VID 0x0403 with PIDs 0x6001, 0x6010, 0x6006 only). In order to use the driver with alternative VID and PIDs the FT_SetVIDPID function must be used prior to calling FT_ListDevices, FT_Open, FT_OpenEx or FT_CreateDeviceInfoList.