OpenLightingProject / ola

The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry
https://www.openlighting.org/ola/
Other
644 stars 204 forks source link

Add another Vendor to plugins/ftdidmx/FtdiWidget-libftdi.cpp #245

Closed ola-importer closed 10 years ago

ola-importer commented 10 years ago

From ka.smar...@googlemail.com on June 30, 2013 11:39:13

I have the same problem as in https://groups.google.com/d/msg/open-lighting/Up2T5Da-iGg/IEEtpam4x8sJ My device is http://kmtronic.com/kmtronic-dmx-adapter.html The Log is:

PluginManager.cpp:108: Trying to start ArtNet DeviceManager.cpp:112: Installed device: ArtNet [192.168.1.224]:2-1 PluginManager.cpp:112: Started ArtNet PluginManager.cpp:108: Trying to start FTDI USB DMX FtdiWidget-libftdi.cpp:291: Found FTDI device. Vendor: 'KMtronic', Name: 'KMtronic DMX Interface', Serial: 'A5VUY2KG' FtdiWidget-libftdi.cpp:298: Unknown FTDI device with vendor string: 'KMTRONIC' PluginManager.cpp:112: Started FTDI USB DMX

Could you please add my device to plugins/ftdidmx/FtdiWidget-libftdi.cpp?

line 295

if (std::string::npos != v.find("FTDI") ||
    std::string::npos != v.find("WWW.SOH.CZ") ||
    std::string::npos != v.find("KMTRONIC")) {

thanks

Stephan Martin

Original issue: http://code.google.com/p/open-lighting/issues/detail?id=244

ola-importer commented 10 years ago

From si...@nomis52.net on June 30, 2013 21:51:51

Changed.

Status: Fixed