Add more udev rules

This commit is contained in:
Taylor Helsper 2021-03-14 22:50:06 -05:00
parent c772b1542b
commit bfbcd93160
5 changed files with 5 additions and 1 deletions

View File

@ -339,7 +339,7 @@ Section 9 -- myNode License Additions
following conditions:
1. Modifications remain public and can be merged back into the
main myNode repo.
main myNode repo without restriction.
2. Modifications to the licensing, product key, or access to
premium features is prohibited.

View File

@ -0,0 +1 @@
SUBSYSTEM=="usb", TAG+="uaccess", TAG+="udev-acl", SYMLINK+="dbb%n", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2402"

View File

@ -0,0 +1 @@
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2402", TAG+="uaccess", TAG+="udev-acl", SYMLINK+="dbbf%n"

View File

@ -0,0 +1 @@
SUBSYSTEM=="usb", TAG+="uaccess", TAG+="udev-acl", SYMLINK+="bitbox02_%n", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2403"

View File

@ -0,0 +1 @@
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2403", TAG+="uaccess", TAG+="udev-acl", SYMLINK+="bitbox02-%n"