Hello,
I have a project based on USBTiny. This project comes with own Vendor- and Product-IDs. I would like to use V-USB within my project instead of the USB-Tiny-protocol, but I am not sure, if i could use the old IDs. The IDs are required for Lirc.
Can anyone help?
Regards,
Sven
License Question (Vendor-/ Product-ID)
Re: License Question (Vendor-/ Product-ID)
If it's for personal hobby use, I say go wild. Nobody is going to sue you for using the a vendor/product ID in your own house. They won't even know.
If you are going to sell devices, then you'll have a problem. Looks like the LIRC vendor/product ID you are using is the one from: http://www.cesko.host.sk/IgorPlugUSB/Ig ... 29_eng.htm (after some searching tinyUSB points there) which states on the site:
If you are going to sell devices, then you'll have a problem. Looks like the LIRC vendor/product ID you are using is the one from: http://www.cesko.host.sk/IgorPlugUSB/Ig ... 29_eng.htm (after some searching tinyUSB points there) which states on the site:
So the vendor/product ID usage is most likely not really that legal.Because every USB device must have assigned vendor number (VID) from USB-organization (USB-IF), then I "borrow" this number from company Atmel (I hope that Atmel excuse me this borrowing - I won't to pay cca 1500 US$ for number assignment)
Re: License Question (Vendor-/ Product-ID)
The project is opensource and I would publish it under GPL.
Re: License Question (Vendor-/ Product-ID)
Well, you could do the same as tinyUSB, and just ignore the license issue (the IR example contains the Atmel vendor ID). Or you could leave the vendor/device ID out so people have to give it on the command line during compile. At which point you don't violate the license, but the user will on compile.
Or you could ask atmel if you can use the ID onder certain conditions.
Or you could ask atmel if you can use the ID onder certain conditions.