Not everyone is able or want to spend time on getting a driver included in Linux, but many can write drivers that works and wants to share it.
This repo is dedicated to the maker community and people that make things work.
A few rules:
-
Only github Pull Requests are accepted
-
GPL-compatible license
-
Sign your work — the Developer’s Certificate of Origin:
Signed-off-by: Noralf Trønnes <[email protected]>
-
No build errors or warnings
-
If you make changes, cc the driver author and/or major contributor(s) in the PR (not the commit message) using the github username:
Cc: @notro
-
Changes to common files and driver files in separate commits
-
No requirements on coding style, but if you do follow the Linux kernel coding style, it's easier for the fellow that takes it upstream