Skip to content

Provide sources for drivers #3006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bromagosa opened this issue Apr 20, 2015 · 6 comments
Closed

Provide sources for drivers #3006

bromagosa opened this issue Apr 20, 2015 · 6 comments
Assignees
Labels
OS: Windows Specific to the Windows version of the Arduino IDE
Milestone

Comments

@bromagosa
Copy link

I couldn't find the source code for these drivers:

https://github.com/arduino/Arduino/tree/06d95d42257c606a1c8c2e8f76074c60db9974c6/build/windows/dist/drivers

Are those proprietary?

Thanks! :)

@facchinm
Copy link
Member

Hi @bromagosa ,

that driver leverage on the standard Windows USB-CDC driver.
The .inf file is the driver itself as it tells the OS that certain VID/PID combinations can use the CDC standard driver.

If you have a more specific question (like the signing procedure) feel free to reopen the issue 😉

Cheers

@bromagosa
Copy link
Author

Oh, I see! That goes to show I know nothing about Windows...

Are those drivers under the GPL too? Can we redistribute them?

@PaulStoffregen
Copy link
Contributor

The actual driver code is in USBSER.SYS, which comes with Windows. If you want the source code for that, you'll have to contact Microsoft!

@bromagosa
Copy link
Author

I understand that, yes. But can we redistribute the files under https://github.com/arduino/Arduino/tree/06d95d42257c606a1c8c2e8f76074c60db9974c6/build/windows/dist/drivers ? What is the license for those?

cmaglie added a commit that referenced this issue Jun 10, 2015
@cmaglie
Copy link
Member

cmaglie commented Jun 17, 2015

@bromagosa
the license on the arduino.inf drivers has been set.

@ffissore ffissore modified the milestone: Release 1.6.6 Jun 17, 2015
@bromagosa
Copy link
Author

Cool, thanks! :)

@ffissore ffissore added this to the Release 1.6.6 milestone Jun 19, 2015
@ffissore ffissore added the OS: Windows Specific to the Windows version of the Arduino IDE label Jun 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS: Windows Specific to the Windows version of the Arduino IDE
Projects
None yet
Development

No branches or pull requests

5 participants