This tip is important when you don’t have an executable driver installer, but only the .inf file and its driver DLLs:
Open a console terminal type: wine cmd Now you are in an good old fashioned 'dos' style command session Use cd to navigate to where you have unpacked the driver zip file Now enter this command: rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 ./yourfile.inf Copy the .dll file(s) to ~/.wine/drive_c/windows/system32/
Now try to run the application that needs of this driver.
Source: http://nerds-central.blogspot.com.br/2007/10/huffyuv-codec-or-any-other-under-wine.html
If you are looking for a FTDI driver to work with Windows application on Wine, then this Linux wrap driver could be used: http://gatopeichs.blogspot.com.br/2012/10/usb-d2xx-driver-for-wine-on-linux.html