-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Consolidate udev rules into a single file #9693
Conversation
10bc105
to
c74bd64
Compare
What's the advantage of having one file instead of having one file per bootloader? |
Less copypasting, and it should be easier for users who don't know what their board's bootloader is. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we have another "old" rule. Probably we should link to the recommended rules instead of duplicating them here.
ae9366d
to
c2a0ceb
Compare
* Consolidate udev rules into a single file * Update rules in doctor.py * Simplify doctor rule checking * Fix errors * Add TMK "FEED" VID to list of deprecated udev rules * A comma would be nice * Split rules back up into bootloaders * Link to docs page in "missing" case * Add Pololu VID * Be more specific about Caterina devices, and add LilyPad PID
* Consolidate udev rules into a single file * Update rules in doctor.py * Simplify doctor rule checking * Fix errors * Add TMK "FEED" VID to list of deprecated udev rules * A comma would be nice * Split rules back up into bootloaders * Link to docs page in "missing" case * Add Pololu VID * Be more specific about Caterina devices, and add LilyPad PID
Description
Merged the udev rules files into a single file, and tweaked it a bit to include all USB devices under the known Caterina VIDs, and add some missing rules (USBAspLoader, SAM-BA).
Also, while I was here, I removed some outdated FAQ items.
Types of Changes
Issues Fixed or Closed by This PR
Checklist