Skip to content

Commit

Permalink
Add example udev rules file
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmann committed Jul 3, 2024
1 parent 6b41b58 commit 10b2985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/54-apollo.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SUBSYSTEM=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="000f", SYMLINK+="flash-bridge-%k", TAG+="uaccess"
SUBSYSTEM=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="0010", SYMLINK+="apollo-%k", TAG+="uaccess"

0 comments on commit 10b2985

Please sign in to comment.