Add more udev rules
This commit is contained in:
parent
c772b1542b
commit
bfbcd93160
|
@ -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.
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
SUBSYSTEM=="usb", TAG+="uaccess", TAG+="udev-acl", SYMLINK+="dbb%n", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2402"
|
|
@ -0,0 +1 @@
|
|||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2402", TAG+="uaccess", TAG+="udev-acl", SYMLINK+="dbbf%n"
|
1
rootfs/standard/etc/udev/rules.d/53-hid-bitbox02.rules
Normal file
1
rootfs/standard/etc/udev/rules.d/53-hid-bitbox02.rules
Normal file
|
@ -0,0 +1 @@
|
|||
SUBSYSTEM=="usb", TAG+="uaccess", TAG+="udev-acl", SYMLINK+="bitbox02_%n", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2403"
|
1
rootfs/standard/etc/udev/rules.d/54-hid-bitbox02.rules
Normal file
1
rootfs/standard/etc/udev/rules.d/54-hid-bitbox02.rules
Normal file
|
@ -0,0 +1 @@
|
|||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2403", TAG+="uaccess", TAG+="udev-acl", SYMLINK+="bitbox02-%n"
|
Loading…
Reference in New Issue
Block a user