Skip to content

Commit

Permalink
add FreeBSD devd rule for blink1, per #74
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Jun 12, 2024
1 parent 2edcb01 commit 64c6141
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions devd-51-blink1.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# FreeBSD devd rule for blink(1) USB LED
notify 51 {
match "system" "USB";
match "subsystem" "DEVICE";
match "type" "ATTACH";
match "vendor" "0x27b8";
match "product" "0x01ed";
action "chmod 666 /dev/$cdev";
};

0 comments on commit 64c6141

Please sign in to comment.